- 23 Nov, 2017 13 commits
-
-
Maksim Shabunin authored
-
Arthur Pastel authored
* Adding threading in calibrate.py * samples: update calibrate.py
-
Alexander Alekhin authored
-
Alexander Alekhin authored
Prevents access data after the end of input buffer near 4K page boundaries
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Maksim Shabunin authored
-
Alexander Alekhin authored
Tests are usually lauched from source directory, so additional unnecessary files should be eliminated. Alternative ways (command line): - python -B ... - PYTHONDONTWRITEBYTECODE=1 python ...
-
Alexander Alekhin authored
Usage example (bash): $ OPENCV_PYTEST_FILTER=test_digits python test.py -v
-
- 22 Nov, 2017 10 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 21 Nov, 2017 10 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Alexander Alekhin authored
getUMat()/getMat() calls are scope based. Results of these calls can't be stored somewhere for future usage.
-
Vadim Pisarevsky authored
-
Rostislav Vasilikhin authored
HoughCircles rewritten (PR #7434 updated) (#10041) * initial version of renewed HoughCircles done * fixed compilation * fixed SIMD ability & compilation warning * fixed accumulator nonmax comparison * common Mutex for all invokers * nzLocal is std::vector * nz is std::vector * SSE2 -> SIMD128 * centers is now std::vector * circles is std::vector * estimateRadius updated * accum calculation w/o mutex * less deprecated code * several bugs fixed * back to mutex, TLS gathering doesn't work * extra code removed * little refactoring * docs note updated * a little speedup * warning fixed
-
- 20 Nov, 2017 7 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
rename caffe.proto => opencv-caffe.proto
-
Alexander Alekhin authored
rename caffe.proto => opencv-caffe.proto
-
Alexander Alekhin authored
-
David Geldreich authored
add a corresponding test
-
Dmitry Kurtaev authored
-