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 18ce0dff24 fixed bug #1552 13 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 repaired Python bindings for functions using InputOutputArray 14 years ago
approx.cpp fixed several gcc 4.1 warnings 14 years ago
canny.cpp Tegra-optimized Canny 13 years ago
color.cpp Tegra optimization for split, merge and some color conversions 13 years ago
contours.cpp ~40 warnings under VS2008 14 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 fixed bug #1531. added separate distanceTransformWithLabels function that returns labels, since normally the labels are not needed. 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
featuretree.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
filter.cpp Fixed build without SSE 13 years ago
floodfill.cpp fixed floodfill with mask parameter when no mask is passed 14 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 added improved ORB implementation, convex-convex polygon intersection, eigen2x2 low-level function ... 13 years ago
grabcut.cpp replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()). 14 years ago
histogram.cpp fix by Vadim in calcBackProject: additional case is considered 14 years ago
hough.cpp fixed multi-scale Hough transform (ticket #1320) 14 years ago
imgwarp.cpp Tegra optimization for warpPerspective() and 2 new perf tests 13 years ago
inpaint.cpp fixed multiple GCC warnings on Ubuntu 11.04 14 years ago
kdtree.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
linefit.cpp fixed multiple GCC warnings on Ubuntu 11.04 14 years ago
lsh.cpp added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings 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 Added threaded versions (enabled only for Tegra at the moment) of threshold, erode/dilate. Slighlty restructured the code of medianBlur. 13 years ago
phasecorr.cpp applied patch by Will Lucas; improved separable filter performance (in particular cv::GaussianBlur) on 16s images (for [much] faster SIFT) 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 Tegra-optimized pyrUp 13 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 replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()). 14 years ago
segmentation.cpp replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()). 14 years ago
shapedescr.cpp fixed typo in fitellipse err message (ticket #365) 14 years ago
smooth.cpp Optimized version of adaptiveThreshold added 13 years ago
spilltree.cpp removed trailing backspaces, reduced number of warnings (under MSVC2010 x64) for size_t to int conversion, added handling of samples launch without parameters (should not have abnormal termination if there was no paramaters supplied) 14 years ago
subdivision2d.cpp fixed bug #1368 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 fixed bug #1552 13 years ago
thresh.cpp Added threaded versions (enabled only for Tegra at the moment) of threshold, erode/dilate. Slighlty restructured the code of medianBlur. 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