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
_geom.h
_imgproc.h
_kdtree.hpp inserted missing std:: (ticket #333). Thanks to trisk for the patch! 15 years ago
_list.h
accum.cpp cosmetic changes, removed trailing spaces 14 years ago
approx.cpp fixed several gcc 4.1 warnings 14 years ago
canny.cpp mapstep type was also changed to ptrdiff_t (ticket #157) 14 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
corner.cpp
cornersubpix.cpp
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
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
gcgraph.hpp
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 14 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
kdtree.cpp
linefit.cpp
lsh.cpp
matchcontours.cpp
moments.cpp
morph.cpp
precomp.cpp
precomp.hpp rewrote matchTemplate in C++; added border awareness to crossCorr (ticket #557) 14 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
rotcalipers.cpp unified the coordinate interpretation in RotatedRect (ticket #425) 14 years ago
samplers.cpp
segmentation.cpp removed memset in cv::pyrMeanShiftFiltering (ticket #664) 14 years ago
shapedescr.cpp
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
subdivision2d.cpp further improved accuracy of Delaunay triangulation (ticket #433) 14 years ago
sumpixels.cpp
tables.cpp
templmatch.cpp fixed multiple warnings from VS2010. 14 years ago
thresh.cpp fixed possible overflow in getThreshVal_Otsu_8u (ticket #602) 14 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