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.
 
 
 
 
 
 
Federico Bolelli 9695165877
Merge pull request #19631 from prittt:sota-ccl
4 years ago
..
opencl imgproc: align GaussianBlur/sepFilter2D OpenCL with CPU version 4 years ago
_geom.h
accum.cpp
accum.dispatch.cpp
accum.simd.hpp
approx.cpp
bilateral_filter.dispatch.cpp
bilateral_filter.simd.hpp
blend.cpp
box_filter.dispatch.cpp
box_filter.simd.hpp
canny.cpp
ccl_bolelli_forest.inc.hpp Merge pull request #19631 from prittt:sota-ccl 4 years ago
ccl_bolelli_forest_firstline.inc.hpp Merge pull request #19631 from prittt:sota-ccl 4 years ago
ccl_bolelli_forest_lastline.inc.hpp Merge pull request #19631 from prittt:sota-ccl 4 years ago
ccl_bolelli_forest_singleline.inc.hpp Merge pull request #19631 from prittt:sota-ccl 4 years ago
clahe.cpp Move big objects (>20k) from stack to heap. 4 years ago
color.cpp
color.hpp Added YUV conversion fix 4 years ago
color.simd_helpers.hpp
color_hsv.dispatch.cpp
color_hsv.simd.hpp
color_lab.cpp
color_rgb.dispatch.cpp
color_rgb.simd.hpp
color_yuv.dispatch.cpp imgproc: add missing check into cvtColorTwoPlane() 4 years ago
color_yuv.simd.hpp Fix the build of imgproc using MinGW (variables with the same name as symbols defined in MinGW headers) 5 years ago
colormap.cpp
connectedcomponents.cpp Merge pull request #19631 from prittt:sota-ccl 4 years ago
contours.cpp
convhull.cpp
corner.avx.cpp
corner.cpp
corner.hpp
cornersubpix.cpp
demosaicing.cpp Update demosaicing.cpp 4 years ago
deriv.cpp
distransform.cpp
drawing.cpp fixed fillPoly, the overloaded variant with InputArrayOfArrays parameter (single or multiple polygons) 5 years ago
emd.cpp
featureselect.cpp
filter.dispatch.cpp imgproc: align GaussianBlur/sepFilter2D OpenCL with CPU version 4 years ago
filter.hpp imgproc: align GaussianBlur/sepFilter2D OpenCL with CPU version 4 years ago
filter.simd.hpp
filterengine.hpp
fixedpoint.inl.hpp Merge pull request #18167 from Yosshi999:bit-exact-gaussian 4 years ago
floodfill.cpp
gabor.cpp
gcgraph.hpp calib3d/imgproc: add GCGraph::maxFlow() missing empty checks 4 years ago
generalized_hough.cpp
geometry.cpp
grabcut.cpp
hal_replacement.hpp
hershey_fonts.cpp
histogram.cpp
hough.cpp
imgwarp.avx2.cpp
imgwarp.cpp imgproc(warpAffine): avoid buffer indexes overflow in SIMD code 4 years ago
imgwarp.hpp
imgwarp.sse4_1.cpp
intersection.cpp imgproc: add rotatedRectangleIntersection empty input handling 4 years ago
linefit.cpp
lsd.cpp
main.cpp
matchcontours.cpp
median_blur.dispatch.cpp
median_blur.simd.hpp
min_enclosing_triangle.cpp
moments.cpp
morph.dispatch.cpp
morph.simd.hpp
phasecorr.cpp
precomp.hpp
pyramids.cpp Move big objects (>20k) from stack to heap. 4 years ago
resize.avx2.cpp
resize.cpp Merge pull request #18053 from Yosshi999:bit-exact-resizeNN 4 years ago
resize.hpp
resize.sse4_1.cpp
rotcalipers.cpp imgproc: fix minAreaRect() 4 years ago
samplers.cpp
segmentation.cpp
shapedescr.cpp Merge pull request #17417 from vpisarev:fix_fitellipse 5 years ago
smooth.dispatch.cpp Merge pull request #18167 from Yosshi999:bit-exact-gaussian 4 years ago
smooth.simd.hpp Merge pull request #18983 from Yosshi999:bitexact-gaussian-16U-faster 4 years ago
spatialgradient.cpp
subdivision2d.cpp removed no-affect variable 4 years ago
sumpixels.avx512_skx.hpp
sumpixels.dispatch.cpp
sumpixels.simd.hpp
tables.cpp
templmatch.cpp
thresh.cpp
undistort.dispatch.cpp
undistort.simd.hpp
utils.cpp