Adrien BAK
|
c5c3fd4443
|
modify signature of stereoCalibrate for consistency
|
2013-12-17 14:53:44 +09:00 |
|
Alexander Mordvintsev
|
79d51c3398
|
expose findEssentialMat, decomposeEssentialMat and recoverPose to Python
|
2013-09-09 14:02:05 +04:00 |
|
Roman Donchenko
|
bd70a033fc
|
Boring changes - calib3d.
|
2013-09-05 18:26:43 +04:00 |
|
Roman Donchenko
|
f36f8067bc
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
modules/calib3d/include/opencv2/calib3d/calib3d.hpp
modules/core/include/opencv2/core/core.hpp
modules/core/include/opencv2/core/cuda/limits.hpp
modules/core/include/opencv2/core/internal.hpp
modules/core/src/matrix.cpp
modules/nonfree/test/test_features2d.cpp
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/ocl/src/hog.cpp
modules/ocl/test/test_haar.cpp
modules/ocl/test/test_objdetect.cpp
modules/ocl/test/test_pyrup.cpp
modules/ts/src/precomp.hpp
samples/ocl/facedetect.cpp
samples/ocl/hog.cpp
samples/ocl/pyrlk_optical_flow.cpp
samples/ocl/surf_matcher.cpp
|
2013-06-25 15:55:52 +04:00 |
|
Andrey Kamaev
|
e5a33723fc
|
Move C API of opencv_calib3d to separate file
|
2013-04-11 21:00:17 +04:00 |
|
Andrey Kamaev
|
2b1ef95415
|
Completely separate C and C++ API of OpenCV core
|
2013-04-01 15:24:34 +04:00 |
|
Vadim Pisarevsky
|
44157c421f
|
fixed python test failures (modified stereo correspondence test to use cv2.* stuff), fixed docs
|
2013-03-25 00:42:46 +04:00 |
|
Vadim Pisarevsky
|
7b5923e98b
|
fixed docs and compile error on Linux
|
2013-03-24 23:09:17 +04:00 |
|
Vadim Pisarevsky
|
7661625c39
|
converter stereo correspondence algorithms to the new style
|
2013-03-22 01:05:30 +04:00 |
|
Andrey Kamaev
|
a1c456b7c3
|
Extract common base header for C and C++ APIs
|
2013-03-15 10:38:38 +04:00 |
|
Andrey Kamaev
|
ad5cddc007
|
Main module headers are moved 1 level up
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp>
Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
|
2013-03-13 17:26:56 +04:00 |
|