opencv/modules
Alexander Shishkov 80dfdf8ff7 removed ddepth from matrix (after Vadim's commit, it generates problem with core and ml tests)
returned the new floating-point number formatting
2011-05-31 21:14:42 +00:00
..
calib3d fixed crash in cv2.findHomography() (ticket #1094) 2011-05-26 20:33:55 +00:00
contrib replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719) 2011-05-21 18:32:34 +00:00
core removed ddepth from matrix (after Vadim's commit, it generates problem with core and ml tests) 2011-05-31 21:14:42 +00:00
features2d replaced SIFT implementation (Some default parameters can be changed in the near future) 2011-05-31 18:18:02 +00:00
ffmpeg always build ffmpeg_opencv as a shared lib (ticket #687) 2011-05-31 14:35:00 +00:00
flann fixed #1069 (cvflann::set_distance_type - Unresolved external under VS2008) 2011-05-19 17:11:25 +00:00
gpu removed OPENCV_BUILD_SHARED_LIB in favor of BUILD_SHARED_LIBS 2011-05-31 14:22:25 +00:00
haartraining Making the install and lib, bin directories consistent. 2011-05-30 22:13:32 +00:00
highgui removed OPENCV_BUILD_SHARED_LIB in favor of BUILD_SHARED_LIBS 2011-05-31 13:17:59 +00:00
imgproc Added support of the 1 width element in morphology (ticket #1099). 2011-05-31 14:50:25 +00:00
legacy replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719) 2011-05-21 18:32:34 +00:00
ml replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719) 2011-05-21 18:32:34 +00:00
objdetect Made small optimization: for some processors using float accumulator gives speedup. 2011-05-31 13:44:13 +00:00
python resolved ticket #1104 (processing of transposed numpy arrays) 2011-05-31 15:43:11 +00:00
stitching updated help message in opencv_stitching app 2011-05-31 08:28:24 +00:00
traincascade Making the install and lib, bin directories consistent. 2011-05-30 22:13:32 +00:00
ts fixed ~300 warnings under windows (had to hack gtest a bit) 2011-05-06 21:45:48 +00:00
video fixed 2 bugs reported by exvan (ticket #799) 2011-05-23 14:01:12 +00:00
CMakeLists.txt added image stitching module 2011-05-04 11:09:42 +00:00
refman.rst converted user guide & tutorials from tex to rst; added them into the whole documentation tree; added html_docs target. 2011-05-10 22:09:07 +00:00