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 be38a524a8 Merge pull request #6705 from alalek:fix_hal_imgproc 9 years ago
..
opencl Add OpenCL support to linearPolar & logPolar 9 years ago
_geom.h
accum.cpp Visual Studio 2015 warning and test fixes 9 years ago
approx.cpp
blend.cpp Visual Studio 2015 warning and test fixes 9 years ago
canny.cpp Error message for wrong kernel size was insufficient. 9 years ago
clahe.cpp fixing CLAHE crash with pixels value > 12 bit 9 years ago
color.cpp Added HAL cvtColor interface 9 years ago
colormap.cpp fix: 6149 (through CV_Error on wrong image type) 9 years ago
connectedcomponents.cpp
contours.cpp Fix for #5481, removing repeated/useless assignment in contours.cpp 9 years ago
convhull.cpp May be it can solve issue 5908 9 years ago
corner.cpp Visual Studio 2015 warning and test fixes 9 years ago
cornersubpix.cpp
demosaicing.cpp
deriv.cpp Filter2D HAL interface 9 years ago
distransform.cpp IPP_VERSION_X100 was changed to: 9 years ago
drawing.cpp fix cv::MARKER_TRIANGLE_UP 9 years ago
emd.cpp
featureselect.cpp Merge pull request #3540 from AlexanderUsentsov:good_feature 9 years ago
filter.cpp Added separate hal::SepFilter2D class 9 years ago
filterengine.hpp HAL interface for morphology operations 9 years ago
floodfill.cpp
gabor.cpp
gcgraph.hpp
generalized_hough.cpp
geometry.cpp
grabcut.cpp fix typo 9 years ago
hal_replacement.hpp Merge pull request #6705 from alalek:fix_hal_imgproc 9 years ago
hershey_fonts.cpp
histogram.cpp Visual Studio 2015 warning and test fixes 9 years ago
hough.cpp Fixed warnings for IPP9+ build; 9 years ago
imgwarp.cpp Merge pull request #6463 from ohnozzy:ocl-linearpolar-and-logpolar 9 years ago
intersection.cpp
linefit.cpp
lsd.cpp
main.cpp IPPInitSingelton was added to contain IPP related global variables; 9 years ago
matchcontours.cpp
min_enclosing_triangle.cpp
moments.cpp Visual Studio 2015 warning and test fixes 9 years ago
morph.cpp HAL resize, warpAffine, warpPerspective interface 9 years ago
phasecorr.cpp
precomp.hpp Filter2D HAL interface 9 years ago
pyramids.cpp Merge branch '2.4' into master 9 years ago
rotcalipers.cpp Refactor a section of icvRotatingCalipers to work around a GCC bug 10 years ago
samplers.cpp IPP_VERSION_X100 was changed to: 9 years ago
segmentation.cpp
shapedescr.cpp build failed, trailing whitespace. 9 years ago
smooth.cpp Filter2D HAL interface 9 years ago
spatialgradient.cpp HAL moved back to core 9 years ago
subdivision2d.cpp
sumpixels.cpp Fixes for IPP integration: 9 years ago
tables.cpp
templmatch.cpp Reworked HAL dft/dct interface, added replacement documentation 9 years ago
thresh.cpp remove unnecessary cast 9 years ago
undistort.cpp Extension of the camera distortion model for tilted image sensors (Scheimpflug condition) including test 9 years ago
utils.cpp