opencv/modules/imgproc/src
Federico Bolelli 9695165877
Merge pull request #19631 from prittt:sota-ccl
* Add Spaghetti algorithm for CCL

* Add stat tests for new and old algorithms

* Switch license header to short version
2021-02-27 17:27:24 +00:00
..
opencl imgproc: align GaussianBlur/sepFilter2D OpenCL with CPU version 2020-07-08 15:13:48 +00:00
_geom.h
accum.cpp
accum.dispatch.cpp
accum.simd.hpp
approx.cpp Fix spelling typos 2019-12-27 12:46:53 +00:00
bilateral_filter.dispatch.cpp imgproc: add src.empty() checks in filter operations 2020-03-20 21:04:29 +00:00
bilateral_filter.simd.hpp
blend.cpp
box_filter.dispatch.cpp imgproc: add src.empty() checks in filter operations 2020-03-20 21:04:29 +00:00
box_filter.simd.hpp
canny.cpp
ccl_bolelli_forest_firstline.inc.hpp Merge pull request #19631 from prittt:sota-ccl 2021-02-27 17:27:24 +00:00
ccl_bolelli_forest_lastline.inc.hpp Merge pull request #19631 from prittt:sota-ccl 2021-02-27 17:27:24 +00:00
ccl_bolelli_forest_singleline.inc.hpp Merge pull request #19631 from prittt:sota-ccl 2021-02-27 17:27:24 +00:00
ccl_bolelli_forest.inc.hpp Merge pull request #19631 from prittt:sota-ccl 2021-02-27 17:27:24 +00:00
clahe.cpp Move big objects (>20k) from stack to heap. 2020-12-17 09:36:51 +01:00
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() 2020-07-16 20:01:44 +00:00
color_yuv.simd.hpp Fix the build of imgproc using MinGW (variables with the same name as symbols defined in MinGW headers) 2020-06-18 20:13:34 +00:00
color.cpp
color.hpp Added YUV conversion fix 2020-12-18 21:40:32 +03:00
color.simd_helpers.hpp
colormap.cpp add DeepGreen colormap 2020-05-12 15:24:32 +03:00
connectedcomponents.cpp Merge pull request #19631 from prittt:sota-ccl 2021-02-27 17:27:24 +00:00
contours.cpp
convhull.cpp Merge pull request #16594 from vpisarev:hull_ordering_fix 2020-02-21 18:18:24 +03:00
corner.avx.cpp Merge pull request #16236 from alalek:fix_core_simd_emulator 2020-01-10 21:31:02 +03:00
corner.cpp
corner.hpp
cornersubpix.cpp
demosaicing.cpp Update demosaicing.cpp 2020-10-16 11:15:42 +00:00
deriv.cpp imgproc: add src.empty() checks in filter operations 2020-03-20 21:04:29 +00:00
distransform.cpp
drawing.cpp fixed fillPoly, the overloaded variant with InputArrayOfArrays parameter (single or multiple polygons) 2020-05-28 21:36:28 +03:00
emd.cpp
featureselect.cpp
filter.dispatch.cpp imgproc: align GaussianBlur/sepFilter2D OpenCL with CPU version 2020-07-08 15:13:48 +00:00
filter.hpp imgproc: align GaussianBlur/sepFilter2D OpenCL with CPU version 2020-07-08 15:13:48 +00:00
filter.simd.hpp
filterengine.hpp
fixedpoint.inl.hpp Merge pull request #18167 from Yosshi999:bit-exact-gaussian 2020-09-01 10:28:25 +00:00
floodfill.cpp
gabor.cpp
gcgraph.hpp calib3d/imgproc: add GCGraph::maxFlow() missing empty checks 2020-10-02 05:15:20 +00:00
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 2021-02-25 20:16:50 +00:00
imgwarp.hpp
imgwarp.sse4_1.cpp
intersection.cpp imgproc: add rotatedRectangleIntersection empty input handling 2020-12-20 02:06:50 +00:00
linefit.cpp
lsd.cpp
main.cpp
matchcontours.cpp
median_blur.dispatch.cpp imgproc: add src.empty() checks in filter operations 2020-03-20 21:04:29 +00:00
median_blur.simd.hpp
min_enclosing_triangle.cpp
moments.cpp
morph.dispatch.cpp imgproc: add src.empty() checks in filter operations 2020-03-20 21:04:29 +00:00
morph.simd.hpp
phasecorr.cpp
precomp.hpp
pyramids.cpp Move big objects (>20k) from stack to heap. 2020-12-17 09:36:51 +01:00
resize.avx2.cpp imgproc(resize): drop unused 'pix_size4' 2020-03-29 02:41:50 +00:00
resize.cpp Merge pull request #18053 from Yosshi999:bit-exact-resizeNN 2020-08-28 21:20:05 +03:00
resize.hpp imgproc(resize): drop unused 'pix_size4' 2020-03-29 02:41:50 +00:00
resize.sse4_1.cpp imgproc(resize): drop unused 'pix_size4' 2020-03-29 02:41:50 +00:00
rotcalipers.cpp imgproc: fix minAreaRect() 2020-12-10 08:57:58 +00:00
samplers.cpp
segmentation.cpp
shapedescr.cpp Merge pull request #17417 from vpisarev:fix_fitellipse 2020-06-01 18:01:20 +00:00
smooth.dispatch.cpp Merge pull request #18167 from Yosshi999:bit-exact-gaussian 2020-09-01 10:28:25 +00:00
smooth.simd.hpp Merge pull request #18983 from Yosshi999:bitexact-gaussian-16U-faster 2020-12-11 10:14:15 +00:00
spatialgradient.cpp
subdivision2d.cpp removed no-affect variable 2020-10-02 09:27:16 +05:30
sumpixels.avx512_skx.hpp imgproc: dispatch sumpixels (integral) 2020-01-17 16:54:29 +03:00
sumpixels.dispatch.cpp fix files permissions 2020-04-13 04:29:55 +00:00
sumpixels.simd.hpp Merge pull request #16731 from alalek:issue_16708 2020-03-04 19:28:04 +00:00
tables.cpp
templmatch.cpp
thresh.cpp
undistort.dispatch.cpp
undistort.simd.hpp
utils.cpp