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.
 
 
 
 
 
 
Andrey Pavlenko 13427c0cdf fixing convexityDefects() 13 years ago
..
_geom.h "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
_list.h lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template. 13 years ago
accum.cpp CV_USE_UNROLLED for imgproc 13 years ago
approx.cpp fixed several gcc 4.1 warnings 14 years ago
canny.cpp Fixed Canny 13 years ago
color.cpp #1732 Added YUV422 conversions 13 years ago
contours.cpp fixing convexityDefects() 13 years ago
convhull.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
corner.cpp added improved ORB implementation, convex-convex polygon intersection, eigen2x2 low-level function ... 13 years ago
cornersubpix.cpp fixed bug #1364 13 years ago
deriv.cpp More performance tests for Sobel and Scharr filters 13 years ago
distransform.cpp added DIST_LABEL_PIXEL labelType to distanceTransform, ticket #1641 (thanks to Mikhail Matrosov for the patch) 13 years ago
emd.cpp fixed flow matrix dimensionality in EMD 14 years ago
featureselect.cpp replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()). 14 years ago
filter.cpp extended morphological operations to handle arbitrary number of channels and CV_64F type; extended filter2D to handle CV_16S type. added test to check the supported formats; added description of supported formats in various filtering operations. 13 years ago
floodfill.cpp Fixed Android build warnings 13 years ago
gabor.cpp fixed hundreds of warnings from MSVC 2010. 13 years ago
gcgraph.hpp 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
geometry.cpp a LOT of obsolete stuff has been moved to the legacy module. 13 years ago
grabcut.cpp replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()). 14 years ago
histogram.cpp fixed #1616 13 years ago
hough.cpp added houghcircles sample, improved circle detection (ticket #951) 13 years ago
imgwarp.cpp support in-place warpAffine, warpPerspective & remap (feature #1150) 13 years ago
linefit.cpp fixed multiple GCC warnings on Ubuntu 11.04 14 years ago
matchcontours.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
moments.cpp eliminated opencv_extra_api.hpp (all the functionality is moved to the regular OpenCV headers) 14 years ago
morph.cpp extended morphological operations to handle arbitrary number of channels and CV_64F type; extended filter2D to handle CV_16S type. added test to check the supported formats; added description of supported formats in various filtering operations. 13 years ago
phasecorr.cpp fixed hundreds of warnings from MSVC 2010. 13 years ago
precomp.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
precomp.hpp Added missed macro 13 years ago
pyramids.cpp Suppressed hundreds of useless MSVC warnings (can be reenabled setting cmake variable ENABLE_NOISY_WARNINGS to ON). Fixed some of remaining warnings. 13 years ago
rotcalipers.cpp unified the coordinate interpretation in RotatedRect (ticket #425) 14 years ago
samplers.cpp replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()). 14 years ago
segmentation.cpp Fixed ~20 potential errors identified by the MS complier. 13 years ago
shapedescr.cpp switched back to FitEllipse algorithm by Dr. Daniel Weiss; improved its accuracy in some cases. It fixes #1638 13 years ago
smooth.cpp Fixed typo; removed duplicated call 13 years ago
subdivision2d.cpp a LOT of obsolete stuff has been moved to the legacy module. 13 years ago
sumpixels.cpp Refactored Tegra related macro usage 13 years ago
tables.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
templmatch.cpp extended morphological operations to handle arbitrary number of channels and CV_64F type; extended filter2D to handle CV_16S type. added test to check the supported formats; added description of supported formats in various filtering operations. 13 years ago
thresh.cpp fixed hundreds of warnings from MSVC 2010. 13 years ago
undistort.cpp replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()). 14 years ago
utils.cpp Fixed border interpolation problem in filter2D 13 years ago