Open Source Computer Vision Library https://opencv.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Vadim Pisarevsky 922fc58201 added CV_64F support to cv::remap (ticket #650) 14 years ago
..
calib3d Quiet the errors from the circlesgrid pattern detector. These were really verbose. 14 years ago
contrib replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719) 14 years ago
core fixed drawing test 14 years ago
features2d - fixed the grayscale case 14 years ago
ffmpeg always build ffmpeg_opencv as a shared lib (ticket #687) 14 years ago
flann fixed #1069 (cvflann::set_distance_type - Unresolved external under VS2008) 14 years ago
gpu added begin/and with Thrust iterators for Device classes 14 years ago
haartraining Making the install and lib, bin directories consistent. 14 years ago
highgui Fixed Android build 14 years ago
imgproc added CV_64F support to cv::remap (ticket #650) 14 years ago
legacy replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719) 14 years ago
ml replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719) 14 years ago
objdetect Made small optimization: for some processors using float accumulator gives speedup. 14 years ago
python added 16-bit support to Bayer2RGB & Bayer2Gray (ticket #686); fixed bug in cv.CreateHist() when no ranges are passed (ticket #990) 14 years ago
stitching fixed error in gcgraph which led to problems in opencv_stitching GC seam finder, added check for duplication in matches (opencv_stitching) 14 years ago
traincascade Making the install and lib, bin directories consistent. 14 years ago
ts fixed ~300 warnings under windows (had to hack gtest a bit) 14 years ago
video Added missed method declarations. Fix for r5343 14 years ago
CMakeLists.txt added image stitching module 14 years ago
refman.rst converted user guide & tutorials from tex to rst; added them into the whole documentation tree; added html_docs target. 14 years ago