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 e0136e39f4 Merge pull request #4011 from cr333:parula 10 years ago
..
opencl fix gftt opencv kernel when using mask 10 years ago
_geom.h converted few more comp. geometry functions to C++ 12 years ago
accum.cpp used popcnt 10 years ago
approx.cpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 11 years ago
blend.cpp world fix 11 years ago
canny.cpp Merge pull request #3583 from oresths:tbb_canny 10 years ago
clahe.cpp Remove deprecated methods from cv::Algorithm 10 years ago
color.cpp move tegra namespace out of cv to prevent conflicts 10 years ago
colormap.cpp Added color map similar to Matlab's new default color map 'parula'. 10 years ago
connectedcomponents.cpp Several type of formal refactoring: 11 years ago
contours.cpp More sensible error messages 10 years ago
convhull.cpp Several type of formal refactoring: 11 years ago
corner.cpp move tegra namespace out of cv to prevent conflicts 10 years ago
cornersubpix.cpp Several type of formal refactoring: 11 years ago
demosaicing.cpp used popcnt 10 years ago
deriv.cpp move tegra namespace out of cv to prevent conflicts 10 years ago
distransform.cpp Implementation detector and selector for IPP and OpenCL; 11 years ago
drawing.cpp fixed http://code.opencv.org/issues/4276 - set drawing thickness limit to 32767 10 years ago
emd.cpp initialize the output flow in EMD (thanks to Daniel DeMenthon for the bug report) 10 years ago
featureselect.cpp Don't process empty src image in GFTT 11 years ago
filter.cpp some fixes from http://code.opencv.org/issues/3733 10 years ago
filterengine.hpp trying to fix builds 11 years ago
floodfill.cpp multiple yet minor fixes to make most of the tests pass on Mac with Iris graphics 11 years ago
gabor.cpp Remove all using directives for STL namespace and members 12 years ago
gcgraph.hpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 11 years ago
generalized_hough.cpp deleted extra semicolons 11 years ago
geometry.cpp Several type of formal refactoring: 11 years ago
grabcut.cpp Remove all using directives for STL namespace and members 12 years ago
hershey_fonts.cpp removed optim module; moved its functionality to core and photo modules; moved drawing functions from core to imgproc. Removed FilterEngine etc. from public API 11 years ago
histogram.cpp compareHist 10 years ago
hough.cpp Removed check on limits. A common use of HoughLines would be to restrict theta to be between a small negative number and a small positive number, e.g. -pi/16 to pi/16. This wasn't possible with the previous checks. 10 years ago
imgwarp.cpp fixed compile warnings on Linux and Windows 10 years ago
intersection.cpp imgproc/intersection: fix loop index 11 years ago
linefit.cpp War on Whitespace, master edition: trailing spaces. 12 years ago
lsd.cpp Improved documentation and method comment to clarify that LineSegmentDetector::detect method accepts both Vec4i and Vec4f as return vector. 10 years ago
matchcontours.cpp War on Whitespace, master edition: trailing spaces. 12 years ago
min_enclosing_triangle.cpp deleted excess semicolons, commas 11 years ago
moments.cpp Implementation detector and selector for IPP and OpenCL; 11 years ago
morph.cpp Fix for Bug4243. Made changes relating to non OpenCL devices 10 years ago
phasecorr.cpp Several type of formal refactoring: 11 years ago
precomp.hpp removed optim module; moved its functionality to core and photo modules; moved drawing functions from core to imgproc. Removed FilterEngine etc. from public API 11 years ago
pyramids.cpp move tegra namespace out of cv to prevent conflicts 10 years ago
rotcalipers.cpp Several type of formal refactoring: 11 years ago
samplers.cpp Implementation detector and selector for IPP and OpenCL; 11 years ago
segmentation.cpp Update segmentation.cpp 11 years ago
shapedescr.cpp Change condition on parallel ellipse case so can only calculate t if necessary 10 years ago
smooth.cpp Cast some image coordinates and sizes to double. 10 years ago
subdivision2d.cpp Remove all using directives for STL namespace and members 12 years ago
sumpixels.cpp used popcnt 10 years ago
tables.cpp Normalize line endings and whitespace 13 years ago
templmatch.cpp move tegra namespace out of cv to prevent conflicts 10 years ago
thresh.cpp move tegra namespace out of cv to prevent conflicts 10 years ago
undistort.cpp multiple yet minor fixes to make most of the tests pass on Mac with Iris graphics 11 years ago
utils.cpp Move border type constants and Moments class to core module 12 years ago