Vitaly Tuzov
|
34b3d31f54
|
Fix for nonlocal data requirement in test2.py
|
9 years ago |
Roman Donchenko
|
7d28541bbe
|
test2.py: fail if a downloaded image can't be decoded
(cherry picked from commit 56f17e4921 )
|
9 years ago |
Roman Donchenko
|
08ad3b500b
|
test2.py: switch from urllib to urllib2
urllib2 raises an exception if an HTTP request produces an error code,
making the test fail earlier.
|
9 years ago |
Roman Donchenko
|
56f17e4921
|
test2.py: fail if a downloaded image can't be decoded
|
9 years ago |
Roman Donchenko
|
293ea03dcc
|
test2.py: remove unused imports
|
9 years ago |
Vadim Pisarevsky
|
042892f0d7
|
hopefully fixed Python tests
|
11 years ago |
Roman Donchenko
|
f55740da70
|
Deleted all trailing whitespace.
|
11 years ago |
Roman Donchenko
|
57d4c86b2b
|
Fixed the shebang lines on the Python scripts.
Also, removed the one from modules/python/src2/cv.py and cleared its
executable bit, since it's not a script.
|
12 years ago |
Vadim Pisarevsky
|
43d61d961e
|
fixed problem with Nx2 numpy arrays in geometrical functions (#2783)
|
12 years ago |
Vadim Pisarevsky
|
82b6419d12
|
added tests for fast (ticket #2613) and estimateAffine3D (#2375)
|
12 years ago |
Vadim Pisarevsky
|
4044fbcb33
|
hopefully fixed handling of 'long' Python type in OpenCV bindings (bug #2193). added the corresponding test
|
12 years ago |
Vadim Pisarevsky
|
a519bbc617
|
Extended python bindings to support scalar values and tuples in place of InputArray (i.e. Mat) - ticket #2658. Added tests for #2611, #2505, #2658
|
12 years ago |