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.
 
 
 
 
 
 
Vitaly Tuzov f9a5c4d181 Fixed bit-exact resize wide intrinsics implementation for 16U 7 years ago
..
opencl Merge pull request #11409 from tomoaki0705/fixCLAHEfailure 7 years ago
_geom.h
accum.cpp
accum.dispatch.cpp
accum.simd.hpp
approx.cpp opencv: Use cv::AutoBuffer<>::data() 7 years ago
blend.cpp imgproc: apply CV_OVERRIDE/CV_FINAL 7 years ago
canny.cpp opencv: Use cv::AutoBuffer<>::data() 7 years ago
clahe.cpp opencv: Use cv::AutoBuffer<>::data() 7 years ago
color.cpp imgproc(cvtColor): slightly improve error messages 7 years ago
color.hpp imgproc(cvtColor): slightly improve error messages 7 years ago
color_hsv.cpp Hsv2rgb univ intrin (#11637) 7 years ago
color_lab.cpp opencv: Use cv::AutoBuffer<>::data() 7 years ago
color_rgb.cpp imgproc(cvtColor): temporary disable IPP for 8U GRAY2BGR mode 7 years ago
color_yuv.cpp imgproc: apply CV_OVERRIDE/CV_FINAL 7 years ago
colormap.cpp build: unreachable code after CV_Error() (part 2) 7 years ago
connectedcomponents.cpp fix wrong indentation on github page (tab to space) 7 years ago
contours.cpp imgproc: small code refactoring (findContours -> l_cinfo) 7 years ago
convhull.cpp opencv: Use cv::AutoBuffer<>::data() 7 years ago
corner.avx.cpp
corner.cpp opencv: Use cv::AutoBuffer<>::data() 7 years ago
corner.hpp
cornersubpix.cpp
demosaicing.cpp opencv: Use cv::AutoBuffer<>::data() 7 years ago
deriv.cpp Fixed issues found by static analysis (mostly DBZ) 7 years ago
distransform.cpp Fix bug in distanceTransform (#12278) 7 years ago
drawing.cpp More issues found by static analysis 7 years ago
emd.cpp opencv: Use cv::AutoBuffer<>::data() 7 years ago
featureselect.cpp
filter.avx2.cpp More issues found by static analysis 7 years ago
filter.cpp Fixed several issues found by static analysis tools 7 years ago
filter.hpp
filterengine.hpp
fixedpoint.inl.hpp imgproc: fixed fixedpoint coding style 7 years ago
floodfill.cpp More issues found by static analysis 7 years ago
gabor.cpp
gcgraph.hpp
generalized_hough.cpp imgproc: apply CV_OVERRIDE/CV_FINAL 7 years ago
geometry.cpp opencv: Use cv::AutoBuffer<>::data() 7 years ago
grabcut.cpp Fixed issues found by static analysis (mostly DBZ) 7 years ago
hal_replacement.hpp
hershey_fonts.cpp
histogram.cpp More issues found by static analysis 7 years ago
hough.cpp More issues found by static analysis 7 years ago
imgwarp.avx2.cpp
imgwarp.cpp Fixed issues found by static analysis (mostly DBZ) 7 years ago
imgwarp.hpp
imgwarp.sse4_1.cpp imgproc: apply CV_OVERRIDE/CV_FINAL 7 years ago
intersection.cpp imgproc: fix rotatedRectangleIntersection() 7 years ago
linefit.cpp Fixed issues found by static analysis (mostly DBZ) 7 years ago
lsd.cpp Fixed issues found by static analysis (mostly DBZ) 7 years ago
main.cpp
matchcontours.cpp
min_enclosing_triangle.cpp More issues found by static analysis 7 years ago
moments.cpp Fixed issues found by static analysis (mostly DBZ) 7 years ago
morph.cpp Fix for morphologyEx MORPH_HITMISS mode 7 years ago
phasecorr.cpp opencv: Use cv::AutoBuffer<>::data() 7 years ago
precomp.hpp build: unreachable code after CV_Error() (part 2) 7 years ago
pyramids.cpp opencv: Use cv::AutoBuffer<>::data() 7 years ago
resize.avx2.cpp imgproc: apply CV_OVERRIDE/CV_FINAL 7 years ago
resize.cpp Fixed bit-exact resize wide intrinsics implementation for 16U 7 years ago
resize.hpp
resize.sse4_1.cpp imgproc: apply CV_OVERRIDE/CV_FINAL 7 years ago
rotcalipers.cpp opencv: Use cv::AutoBuffer<>::data() 7 years ago
samplers.cpp
segmentation.cpp imgproc(segmentation): don't increase mask NULL pointer 7 years ago
shapedescr.cpp opencv: Use cv::AutoBuffer<>::data() 7 years ago
smooth.cpp Bit-exact GaussianBlur reworked to use wide intrinsics (#12073) 7 years ago
spatialgradient.cpp
subdivision2d.cpp resolve #5788 7 years ago
sumpixels.cpp opencv: Use cv::AutoBuffer<>::data() 7 years ago
tables.cpp
templmatch.cpp
thresh.cpp imgproc: apply CV_OVERRIDE/CV_FINAL 7 years ago
undistort.avx2.cpp
undistort.cpp Fixed several issues found by static analysis tools 7 years ago
undistort.hpp
utils.cpp