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.
 
 
 
 
 
 
Florian Echtler 6a8f57e5d7 Merge pull request #10081 from floe:java-camera2-view 7 years ago
..
opencl Misc. modules/ cont. pt2 7 years ago
_geom.h converted few more comp. geometry functions to C++ 12 years ago
accum.cpp dispatch accumulate series 7 years ago
accum.dispatch.cpp dispatch accumulate series 7 years ago
accum.simd.hpp imgproc: fix vectorized code of accumulate 7 years ago
approx.cpp Misc. modules/ cont. pt2 7 years ago
blend.cpp suppress warnings 8 years ago
canny.cpp Fix in Canny when Sobel apertureSize is 7 (#10743) 7 years ago
clahe.cpp ocl: avoid unnecessary loading/initializing OpenCL subsystem 7 years ago
color.cpp Merge pull request #10081 from floe:java-camera2-view 7 years ago
colormap.cpp remove new operator 8 years ago
connectedcomponents.cpp Misc. modules/ cont. pt2 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 7 years ago
corner.avx.cpp AVX optimized implementation of Harris corner detector migrated to separate file 7 years ago
corner.cpp AVX optimized implementation of Harris corner detector migrated to separate file 7 years ago
corner.hpp AVX optimized implementation of Harris corner detector migrated to separate file 7 years ago
cornersubpix.cpp Misc. modules/ cont. pt2 7 years ago
demosaicing.cpp add enum Bayer**2BGRA 8 years ago
deriv.cpp Misc. modules/ cont. pt2 7 years ago
distransform.cpp IPP for OpenCV 2017u2 initial enabling patch; 8 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 7 years ago
filter.cpp ocl: disable Laplacian5 and sepFilter2D_SinglePass kernels for AMD OpenCL 7 years ago
filter.hpp fix accelerators order 7 years ago
filterengine.hpp Misc. modules/ cont. pt2 7 years ago
fixedpoint.inl.hpp bitexact gaussianblur implementation (#10345) 7 years ago
floodfill.cpp Fix wrong default mask value in floodFill 8 years ago
gabor.cpp Remove all using directives for STL namespace and members 12 years ago
gcgraph.hpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 11 years ago
generalized_hough.cpp build: eliminate calls of removed functionality from C++17 7 years ago
geometry.cpp Misc. modules/ cont. pt2 7 years ago
grabcut.cpp Merge pull request #9075 from TonyLianLong:master 7 years ago
hal_replacement.hpp HAL for canny 7 years ago
hershey_fonts.cpp removed optim module; moved its functionality to core and photo modules; moved drawing functions from core to imgproc. Removed FilterEngine etc. from public API 10 years ago
histogram.cpp solve issue #10687 7 years ago
hough.cpp Merge pull request #10646 from take1014:master 7 years ago
imgwarp.avx2.cpp Move resize implementation to separate file 7 years ago
imgwarp.cpp Misc. modules/ cont. pt2 7 years ago
imgwarp.hpp Move resize implementation to separate file 7 years ago
imgwarp.sse4_1.cpp Move resize implementation to separate file 7 years ago
intersection.cpp Instrumentation for OpenCV API regions and IPP functions; 8 years ago
linefit.cpp Instrumentation for OpenCV API regions and IPP functions; 8 years ago
lsd.cpp Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. (#9468) 7 years ago
main.cpp IPPInitSingelton was added to contain IPP related global variables; 9 years ago
matchcontours.cpp Add case including both moments empty. 8 years ago
min_enclosing_triangle.cpp Misc. modules/ cont. pt2 7 years ago
moments.cpp ocl: fix moments global_size (should be >= local_size) 7 years ago
morph.cpp Fixed several warnings produced by clang 6 and static analyzers 7 years ago
phasecorr.cpp Merge pull request #9147 from sovrasov:phase_corr_fix 7 years ago
precomp.hpp Issues found by static analysis (5th round) 7 years ago
pyramids.cpp Merge pull request #10172 from ElenaGvozdeva:eg/HAL_sobel 7 years ago
resize.avx2.cpp Move resize implementation to separate file 7 years ago
resize.cpp Fixed several warnings produced by clang 6 and static analyzers 7 years ago
resize.hpp Move resize implementation to separate file 7 years ago
resize.sse4_1.cpp Move resize implementation to separate file 7 years ago
rotcalipers.cpp Misc. modules/ cont. pt2 7 years ago
samplers.cpp Fixing some static analysis issues 8 years ago
segmentation.cpp Instrumentation for OpenCV API regions and IPP functions; 8 years ago
shapedescr.cpp Merge pull request #9802 from Nickolays:Fix#9797 7 years ago
smooth.cpp Misc. modules/ cont. pt2 7 years ago
spatialgradient.cpp remove pure SSE part 8 years ago
subdivision2d.cpp Added getLeadingEdges function to subdivision2d 8 years ago
sumpixels.cpp ocl: avoid unnecessary loading/initializing OpenCL subsystem 7 years ago
tables.cpp Normalize line endings and whitespace 12 years ago
templmatch.cpp Issues found by static analysis (5th round) 7 years ago
thresh.cpp build: eliminate warnings 7 years ago
undistort.avx2.cpp Parallelize initUndistortRectifyMap 7 years ago
undistort.cpp Parallelize initUndistortRectifyMap 7 years ago
undistort.hpp Parallelize initUndistortRectifyMap 7 years ago
utils.cpp Move border type constants and Moments class to core module 12 years ago