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.
 
 
 
 
 
 
vbystricky a9a0ea3706 Fix error not initialized IppStatus before ipp functions call 11 years ago
..
opencl Merge pull request #2536 from ilya-lavrenov:tapi_resize_linear 11 years ago
_geom.h
accum.cpp fixed defects from Xcode 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 Canny uncommented, prefix of ipp function changed. Ipp version of Canny called only for images with one channels 11 years ago
clahe.cpp Merge pull request #2393 from ilya-lavrenov:coverity 11 years ago
color.cpp Comment ipp version of CV_BGR2GRAY color convertion, by problems in BRIEF accuracy test and Path_Idx_Cn_NPoints_WSize perfomance test 11 years ago
connectedcomponents.cpp
contours.cpp
convhull.cpp
corner.cpp improved cv::preCornerDetect 11 years ago
cornersubpix.cpp
demosaicing.cpp
deriv.cpp Change deprecated function ippicviMulC_32f_C1IR to ippicviMulC_32f_C1R. Check results of ipp function, if error was return run opencv branch of code 11 years ago
distransform.cpp Prepare codes for ippicv library 11 years ago
emd.cpp
featureselect.cpp Fixed error in case corners not found 11 years ago
filter.cpp Prepare codes for ippicv library 11 years ago
floodfill.cpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 11 years ago
gabor.cpp
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
grabcut.cpp
histogram.cpp added data type check for back projection fix 11 years ago
hough.cpp Add static cast to hough lines 11 years ago
imgwarp.cpp Prepare codes for ippicv library 11 years ago
intersection.cpp imgproc/intersection: fix loop index 11 years ago
linefit.cpp
lsd.cpp
matchcontours.cpp
min_enclosing_triangle.cpp deleted excess semicolons, commas 11 years ago
moments.cpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 11 years ago
morph.cpp Remove unused code 11 years ago
phasecorr.cpp optimized createHanningWindow 11 years ago
precomp.hpp
pyramids.cpp ocl: pyrUp/pyrDown 3-channel 11 years ago
rotcalipers.cpp
samplers.cpp Prepare codes for ippicv library 11 years ago
segmentation.cpp
shapedescr.cpp
smooth.cpp Check ippStsNoErr as result of ipp function instead >=0 11 years ago
subdivision2d.cpp
sumpixels.cpp Fix error not initialized IppStatus before ipp functions call 11 years ago
tables.cpp
templmatch.cpp new scheme of sqrSum 11 years ago
thresh.cpp cv::compare 11 years ago
undistort.cpp
utils.cpp