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 061b49e0b2 reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine. 14 years ago
..
_featuretree.h "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
_geom.h "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
_imgproc.h "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
_kdtree.hpp inserted missing std:: (ticket #333). Thanks to trisk for the patch! 15 years ago
_list.h "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
accum.cpp cosmetic changes, removed trailing spaces 14 years ago
approx.cpp fixed several gcc 4.1 warnings 15 years ago
canny.cpp mapstep type was also changed to ptrdiff_t (ticket #157) 15 years ago
color.cpp fixed border processing bayer2rgb & bayer2gray; made the test "color-bayer" pass; renamed CV_Bayer*2Gray -> CV_Bayer*2GRAY for consistency 14 years ago
contours.cpp fixed recent failures in shape-convhull & shape-minarearect 14 years ago
convhull.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
corner.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
cornersubpix.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
deriv.cpp added IPP Sobel and Sharr filters. Also some minor changes. 14 years ago
distransform.cpp increased "inf" constant in the true distance transform algorithm to handle high-resolution images 14 years ago
emd.cpp reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine. 14 years ago
featureselect.cpp fixed some GCC 4.4 warnings 14 years ago
featuretree.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
filter.cpp reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine. 14 years ago
floodfill.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
gcgraph.hpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
geometry.cpp fixed recent failures in shape-convhull & shape-minarearect 14 years ago
grabcut.cpp modified grabCut: noise is added only if covariance determinant = 0 15 years ago
histogram.cpp several small fixes; added overloaded variant of cv::drawChessboardCorners 14 years ago
hough.cpp another fix on the ticket #518 - ignore all the circles with radius outside of the specified range 14 years ago
imgwarp.cpp added 64f support in cv::resize 14 years ago
inpaint.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
kdtree.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
linefit.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
lsh.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
matchcontours.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
moments.cpp fix build with GCC 3.3 on Ubuntu 8.04 15 years ago
morph.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
precomp.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
precomp.hpp rewrote matchTemplate in C++; added border awareness to crossCorr (ticket #557) 15 years ago
pyramids.cpp reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine. 14 years ago
pyrsegmentation.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
rotcalipers.cpp unified the coordinate interpretation in RotatedRect (ticket #425) 14 years ago
samplers.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
segmentation.cpp removed memset in cv::pyrMeanShiftFiltering (ticket #664) 14 years ago
shapedescr.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
smooth.cpp added hconcat & vconcat functions for joining matrices; moved some inline functions out of the headers; fixed several bugs in documentation; removed MatND from docs 14 years ago
spilltree.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
subdivision2d.cpp further improved accuracy of Delaunay triangulation (ticket #433) 15 years ago
sumpixels.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
tables.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
templmatch.cpp fixed multiple warnings from VS2010. 14 years ago
thresh.cpp fixed possible overflow in getThreshVal_Otsu_8u (ticket #602) 15 years ago
undistort.cpp reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine. 14 years ago
utils.cpp merged fix for x64 MSVC compile errors in highgui into trunk 14 years ago