opencv/modules
2010-12-06 09:41:28 +00:00
..
calib3d make cv::calibrateCamera, cv::stereoCalibrate and their C counterparts return the standard RMS error. 2010-11-30 10:27:34 +00:00
contrib fixed compilation errors on Windows 2010-11-30 16:00:26 +00:00
core turn off SSE2 optimization in cv::exp & cv::log in the case of GCC <=4.1 (not no Mac, where a patched GCC 4.0 is used) 2010-12-06 08:49:49 +00:00
features2d undo the latest change in SURF 2010-11-30 16:36:26 +00:00
ffmpeg updated ffmpeg to 0.6.0 2010-08-05 17:24:41 +00:00
flann little change in flann save_value. Likely does not affect anything 2010-12-04 17:09:40 +00:00
gpu added per-element min/max to gpu module. 2010-12-06 08:10:11 +00:00
haartraining fixed 2 warnings from VS2010 64-bit 2010-11-25 10:33:25 +00:00
highgui opencv_zlib renamed back to zlib; make static libs work on Windows 2010-12-05 01:19:36 +00:00
imgproc added cvSave(contours) to the contours demo; added rational model demonstration to stereo_calib; fixed formatting in imgproc/types_c.h 2010-12-03 19:09:06 +00:00
legacy several small fixes; added overloaded variant of cv::drawChessboardCorners 2010-11-27 23:16:50 +00:00
ml revert to using fixed RNG in EM, otherwise the algorithm becomes non-deterministic and the test fails sometimes. in the meantime, EM needs to switch to more robust cv::kmeans instead of CvEM::kmeans. 2010-12-06 09:41:28 +00:00
objdetect several small fixes; added overloaded variant of cv::drawChessboardCorners 2010-11-27 23:16:50 +00:00
python extended cv.KMeans2 API in Python (ticket #414; thanks to hogelog). fixed failures in the opencv python tests. 2010-11-30 10:11:38 +00:00
traincascade returned maxDepth argument 2010-12-02 13:50:39 +00:00
video unified the coordinate interpretation in RotatedRect (ticket #425) 2010-11-29 18:14:08 +00:00
CMakeLists.txt Updated FLANN to version 1.5 2010-10-12 19:47:50 +00:00