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.
 
 
 
 
 
 
Alexander Alekhin 7bb9237d99 Merge pull request #9060 from alalek:canny_inplace_bug 7 years ago
..
opencl Fixed cvtColor OCL compilation issue (BGRA2mBGRA) 8 years ago
_geom.h
accum.cpp Moved size restrictions for OpenVX processed images to corresponding cpp files 8 years ago
approx.cpp Fixed some issues found by static analysis (4th round) 7 years ago
blend.cpp suppress warnings 8 years ago
canny.cpp canny: disallow broken inplace arguments 7 years ago
clahe.cpp Fix the OpenCL portion to match the c++ code. 8 years ago
color.cpp Fixed some issues found by static analysis (4th round) 7 years ago
colormap.cpp remove new operator 8 years ago
connectedcomponents.cpp Fixing some static analysis issues 8 years ago
contours.cpp Issues found by static analysis (5th round) 7 years ago
convhull.cpp Issues found by static analysis (5th round) 7 years ago
corner.cpp Update for IPP for OpenCV 2017u2 integration; 8 years ago
cornersubpix.cpp Instrumentation for OpenCV API regions and IPP functions; 8 years ago
demosaicing.cpp add enum Bayer**2BGRA 8 years ago
deriv.cpp Merge pull request #8455 from terfendail:ovxhal_skipsmall 8 years ago
distransform.cpp IPP for OpenCV 2017u2 initial enabling patch; 8 years ago
drawing.cpp Merge pull request #8936 from terfendail:clipline_fix 7 years ago
emd.cpp Fixed some issues found by static analysis (4th round) 7 years ago
featureselect.cpp Extended set of OpenVX HAL calls disabled for small images 8 years ago
filter.cpp Fixed several issues found by static analysis 7 years ago
filterengine.hpp HAL interface for morphology operations 9 years ago
floodfill.cpp Fix wrong default mask value in floodFill 8 years ago
gabor.cpp
gcgraph.hpp
generalized_hough.cpp Instrumentation for OpenCV API regions and IPP functions; 8 years ago
geometry.cpp Instrumentation for OpenCV API regions and IPP functions; 8 years ago
grabcut.cpp Fixing some static analysis issues 8 years ago
hal_replacement.hpp HAL interface for cv::integral 8 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 10 years ago
histogram.cpp Fixed some issues found by static analysis (4th round) 7 years ago
hough.cpp Issues found by static analysis (5th round) 7 years ago
imgwarp.cpp Fixing some static analysis issues 8 years ago
intersection.cpp Instrumentation for OpenCV API regions and IPP functions; 8 years ago
linefit.cpp Instrumentation for OpenCV API regions and IPP functions; 8 years ago
lsd.cpp Fixed several issues found by static analysis 7 years ago
main.cpp IPPInitSingelton was added to contain IPP related global variables; 9 years ago
matchcontours.cpp Add case including both moments empty. 8 years ago
min_enclosing_triangle.cpp Update min_enclosing_triangle.cpp 9 years ago
moments.cpp Update for IPP for OpenCV 2017u2 integration; 8 years ago
morph.cpp IPP for OpenCV 2017u2 initial enabling patch; 8 years ago
phasecorr.cpp Merge pull request #7872 from alalek:merge-2.4 8 years ago
precomp.hpp Issues found by static analysis (5th round) 7 years ago
pyramids.cpp Merge pull request #8455 from terfendail:ovxhal_skipsmall 8 years ago
rotcalipers.cpp Instrumentation for OpenCV API regions and IPP functions; 8 years ago
samplers.cpp Fixing some static analysis issues 8 years ago
segmentation.cpp Instrumentation for OpenCV API regions and IPP functions; 8 years ago
shapedescr.cpp Fixing some static analysis issues 8 years ago
smooth.cpp Fixed several issues found by static analysis 7 years ago
spatialgradient.cpp remove pure SSE part 8 years ago
subdivision2d.cpp Added getLeadingEdges function to subdivision2d 8 years ago
sumpixels.cpp Update for IPP for OpenCV 2017u2 integration; 8 years ago
tables.cpp
templmatch.cpp Issues found by static analysis (5th round) 7 years ago
thresh.cpp Fixed some issues found by static analysis (4th round) 7 years ago
undistort.cpp Fixed some issues found by static analysis (4th round) 7 years ago
utils.cpp