opencv/modules
2011-06-03 14:10:12 +00:00
..
calib3d Quiet the errors from the circlesgrid pattern detector. These were really verbose. 2011-06-01 21:49:08 +00:00
contrib replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719) 2011-05-21 18:32:34 +00:00
core fixed drawing test 2011-06-02 12:45:00 +00:00
features2d - fixed the grayscale case 2011-06-02 23:12:52 +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 added begin/and with Thrust iterators for Device classes 2011-06-02 12:38:50 +00:00
haartraining Making the install and lib, bin directories consistent. 2011-05-30 22:13:32 +00:00
highgui Fixed Android build 2011-06-03 12:01:55 +00:00
imgproc fixed incorrect output of resize(...scalex, scaley, INTER_NEAREST) when scalex and scaley are even integers (ticket #1013) 2011-06-03 13:25:44 +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 very first version of the documentation checking script 2011-06-01 21:15:36 +00:00
stitching fixed error in gcgraph which led to problems in opencv_stitching GC seam finder, added check for duplication in matches (opencv_stitching) 2011-06-02 12:13:06 +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 Added computing of the mean background image in the BackgroundSubtractorMOG2 model. 2011-06-03 14:10: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