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 085b27fc3d Merge pull request #11390 from dkurt:east_text_detection 7 years ago
..
opencl Merge pull request #11409 from tomoaki0705/fixCLAHEfailure 7 years ago
_geom.h
accum.cpp dispatch accumulate series 8 years ago
accum.dispatch.cpp dispatch accumulate series 8 years ago
accum.simd.hpp imgproc: fix vectorized code of accumulate 8 years ago
approx.cpp Misc. modules/ cont. pt2 7 years ago
blend.cpp imgproc: apply CV_OVERRIDE/CV_FINAL 7 years ago
canny.cpp imgproc: apply CV_OVERRIDE/CV_FINAL 7 years ago
clahe.cpp Merge pull request #11409 from tomoaki0705/fixCLAHEfailure 7 years ago
color.cpp Merge pull request #10869 from savuor:color_cpp_split 7 years ago
color.hpp imgproc: apply CV_OVERRIDE/CV_FINAL 7 years ago
color_hsv.cpp Merge pull request #11418 from K-Shinotsuka:issue42 7 years ago
color_lab.cpp build: fix MSVS build problems 7 years ago
color_rgb.cpp Merge pull request #10869 from savuor:color_cpp_split 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 fix FindContours default offset for CV_LINK_RUNS method 7 years ago
convhull.cpp imgproc: disable buggy inplace processing in convexHull 8 years ago
corner.avx.cpp AVX optimized implementation of Harris corner detector migrated to separate file 8 years ago
corner.cpp AVX optimized implementation of Harris corner detector migrated to separate file 8 years ago
corner.hpp AVX optimized implementation of Harris corner detector migrated to separate file 8 years ago
cornersubpix.cpp Misc. modules/ cont. pt2 7 years ago
demosaicing.cpp imgproc: apply CV_OVERRIDE/CV_FINAL 7 years ago
deriv.cpp use correct name for NVIDIA 7 years ago
distransform.cpp imgproc: apply CV_OVERRIDE/CV_FINAL 7 years ago
drawing.cpp build: portable integer types 7 years ago
emd.cpp Fixed some issues found by static analysis 7 years ago
featureselect.cpp build: eliminate calls of removed functionality from C++17 7 years ago
filter.avx2.cpp AVX optimized implementation of separable filters migrated to separate file 8 years ago
filter.cpp build: unreachable code after CV_Error() (part 2) 7 years ago
filter.hpp fix accelerators order 7 years ago
filterengine.hpp Misc. modules/ cont. pt2 7 years ago
fixedpoint.inl.hpp imgproc: fixed fixedpoint coding style 7 years ago
floodfill.cpp
gabor.cpp
gcgraph.hpp
generalized_hough.cpp imgproc: apply CV_OVERRIDE/CV_FINAL 7 years ago
geometry.cpp Misc. modules/ cont. pt2 7 years ago
grabcut.cpp Grabcut with frozen models (#11339) 7 years ago
hal_replacement.hpp HAL for canny 7 years ago
hershey_fonts.cpp
histogram.cpp Reduced direct TBB dependencies 7 years ago
hough.cpp imgproc: don't call .unlock() on non-holded mutex in houghCircles() 7 years ago
imgwarp.avx2.cpp Move resize implementation to separate file 8 years ago
imgwarp.cpp Rewite polar transforms (#11323) 7 years ago
imgwarp.hpp Move resize implementation to separate file 8 years ago
imgwarp.sse4_1.cpp imgproc: apply CV_OVERRIDE/CV_FINAL 7 years ago
intersection.cpp Return a convex hull from rotatedRectangleIntersection 7 years ago
linefit.cpp
lsd.cpp LSD: support vector<Vec4i> lines (#11042) 7 years ago
main.cpp
matchcontours.cpp Add case including both moments empty. 8 years ago
min_enclosing_triangle.cpp Updated handling of collinear edges while searching for intersection. 7 years ago
moments.cpp ocl: fix moments global_size (should be >= local_size) 7 years ago
morph.cpp build: unreachable code after CV_Error() (part 2) 7 years ago
phasecorr.cpp Merge pull request #9147 from sovrasov:phase_corr_fix 7 years ago
precomp.hpp build: unreachable code after CV_Error() (part 2) 7 years ago
pyramids.cpp Merge pull request #10172 from ElenaGvozdeva:eg/HAL_sobel 7 years ago
resize.avx2.cpp imgproc: apply CV_OVERRIDE/CV_FINAL 7 years ago
resize.cpp imgproc: apply CV_OVERRIDE/CV_FINAL 7 years ago
resize.hpp Move resize implementation to separate file 8 years ago
resize.sse4_1.cpp imgproc: apply CV_OVERRIDE/CV_FINAL 7 years ago
rotcalipers.cpp Misc. modules/ cont. pt2 7 years ago
samplers.cpp Fixing some static analysis issues 8 years ago
segmentation.cpp
shapedescr.cpp Merge pull request #9802 from Nickolays:Fix#9797 7 years ago
smooth.cpp build: unreachable code after CV_Error() (part 2) 7 years ago
spatialgradient.cpp remove pure SSE part 8 years ago
subdivision2d.cpp
sumpixels.cpp ocl: avoid unnecessary loading/initializing OpenCL subsystem 7 years ago
tables.cpp
templmatch.cpp Issues found by static analysis (5th round) 8 years ago
thresh.cpp imgproc: apply CV_OVERRIDE/CV_FINAL 7 years ago
undistort.avx2.cpp Parallelize initUndistortRectifyMap 7 years ago
undistort.cpp build: unreachable code after CV_Error() (part 2) 7 years ago
undistort.hpp Parallelize initUndistortRectifyMap 7 years ago
utils.cpp