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.
 
 
 
 
 
 
Ilya Lysenkov 1ebdfa4992 Copied docs of Kalman Filter from source code to documentation 14 years ago
..
calib3d continued cleaning up the docs and fixing hyperlinks (".. index:: <name>" and ".. _<name>:" are not needed anymore) 14 years ago
contrib replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719) 14 years ago
core reverted broken opencv_test_core launcher 14 years ago
features2d Documented the SimpleBlobDetector class. 14 years ago
ffmpeg added BUILD_WITH_STATIC_CRT option for static linking with CRT on MSVC 14 years ago
flann fixed #1069 (cvflann::set_distance_type - Unresolved external under VS2008) 14 years ago
gpu minor fix 14 years ago
haartraining Making the install and lib, bin directories consistent. 14 years ago
highgui Reduced logs count in Android camera 14 years ago
imgproc a lot of small corrections to bring down the number of undocumented functions, reported by the script; added em.cpp sample 14 years ago
legacy fixed ticket #892 14 years ago
ml continued cleaning up the docs and fixing hyperlinks (".. index:: <name>" and ".. _<name>:" are not needed anymore) 14 years ago
objdetect fixed cascade detection on images of size equal to feature size (#1070) 14 years ago
python make type registration ordering in cv2.so consistent with the declaration order (fixes the class hierarchy; see ticket #1113) 14 years ago
stitching updated matches checking in opencv_stitching 14 years ago
traincascade added implementation of CvHaarFeatureParams::read() in traincascade application (#1061) 14 years ago
ts fixed ~300 warnings under windows (had to hack gtest a bit) 14 years ago
video Copied docs of Kalman Filter from source code to documentation 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