opencv/modules
Alexander Shishkov 128d030533 fixed problem with VideoInput on Windows when OpenCV compiled statically (ticket #573)
added ignore linker flags for opencv2_python
2011-05-30 14:08:43 +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 added optional encoding parameter to cvOpenFileStorage() and FileStorage::open() (ticket #976). moved some implementation parts of CommandLineParser to cmdparser.cpp. 2011-05-30 12:36:07 +00:00
features2d fixed drawKeypoints (keypoint orientation) 2011-05-30 09:11:27 +00:00
ffmpeg solution folder flag disabled by default 2011-05-17 09:40:06 +00:00
flann fixed #1069 (cvflann::set_distance_type - Unresolved external under VS2008) 2011-05-19 17:11:25 +00:00
gpu fixed bug in SURF_GPU (compute descriptors, tid < 25) 2011-05-25 08:37:46 +00:00
haartraining replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719) 2011-05-21 18:32:34 +00:00
highgui removed confusing CvCapture::queryFrame(); rewritten cvQueryFrame() (ticket #235) 2011-05-29 21:02:53 +00:00
imgproc Tegra optimization of cv::threshold 2011-05-30 13:12:01 +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 datamatrix build on Windows; fixed unresolved symbols 2011-05-25 14:49:09 +00:00
python fixed problem with VideoInput on Windows when OpenCV compiled statically (ticket #573) 2011-05-30 14:08:43 +00:00
stitching minor change 2011-05-30 10:19:11 +00:00
traincascade replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719) 2011-05-21 18:32:34 +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