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 dbefbbc522 Merge pull request #2910 from ilya-lavrenov:sse2_canny 10 years ago
..
opencl Merge pull request #2882 from akarsakov:ocl_pyrDown_opt 10 years ago
_geom.h converted few more comp. geometry functions to C++ 12 years ago
accum.cpp icv: enable functions 11 years ago
approx.cpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 11 years ago
blend.cpp refactored imgproc 11 years ago
canny.cpp SSE2 optimization of magnitude calculation 11 years ago
clahe.cpp Merge pull request #2393 from ilya-lavrenov:coverity 11 years ago
color.cpp cvtColor - optimized index calculations; usage of build-in functions 11 years ago
connectedcomponents.cpp correct upper bound for maximum number of labels for 8-way connectivity 11 years ago
contours.cpp Merge pull request #2672 from a-wi:findContours 11 years ago
convhull.cpp Fix stack corruption in cvConvexHull2 and heap corruption in OutputArray::create 12 years ago
corner.cpp SSE2 optimization of cv::preCornerDetect 11 years ago
cornersubpix.cpp made several minor fixes as pointed out by Andrey 12 years ago
demosaicing.cpp Remove more old definitions from internal.hpp 12 years ago
deriv.cpp OpenCL before IPP 11 years ago
distransform.cpp Merge pull request #2679 from alalek:ippicv_update 11 years ago
emd.cpp Normalize line endings and whitespace 12 years ago
featureselect.cpp Fixed error in case corners not found 11 years ago
filter.cpp Change local size 11 years ago
floodfill.cpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 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 Drop outdated definitions from internal.hpp 12 years ago
grabcut.cpp Remove all using directives for STL namespace and members 12 years ago
histogram.cpp Merge pull request #2765 from pradeep-pyro:kullback_leibler 10 years ago
hough.cpp Disabled ippiHoughLine_Region for cv::HoughLines 11 years ago
imgwarp.cpp Merge pull request #2888 from ilya-lavrenov:tapi_remap 11 years ago
intersection.cpp imgproc/intersection: fix loop index 11 years ago
linefit.cpp War on Whitespace, master edition: trailing spaces. 11 years ago
lsd.cpp Merge pull request #2774 from 23pointsNorth:lsd-nfa-fix 11 years ago
matchcontours.cpp War on Whitespace, master edition: trailing spaces. 11 years ago
min_enclosing_triangle.cpp deleted excess semicolons, commas 11 years ago
moments.cpp replaced factors computation by precomputed values, added kernel for 11 years ago
morph.cpp imgproc: fix compiler error for gcc 4.8 11 years ago
phasecorr.cpp optimized createHanningWindow 11 years ago
precomp.hpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 11 years ago
pyramids.cpp Merge pull request #2882 from akarsakov:ocl_pyrDown_opt 10 years ago
rotcalipers.cpp War on Whitespace, master edition: file endings. 11 years ago
samplers.cpp added status check 11 years ago
segmentation.cpp War on Whitespace, master edition: file endings. 11 years ago
shapedescr.cpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 11 years ago
smooth.cpp optimized cv::boxFilter 11 years ago
subdivision2d.cpp Remove all using directives for STL namespace and members 12 years ago
sumpixels.cpp Change kernel for optimization. Remove restriction to align data 11 years ago
tables.cpp Normalize line endings and whitespace 12 years ago
templmatch.cpp Fixed core for CCORR and SQDIFF. Used float instead of int for CV_8U. Fixed conditions for call dft. 11 years ago
thresh.cpp Optimized memory access by using stride pattern 11 years ago
undistort.cpp Merge pull request #511 from aritzlc:master 12 years ago
utils.cpp Move border type constants and Moments class to core module 12 years ago