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.
 
 
 
 
 
 
Vadim Pisarevsky 3f68d6d8a7 Merge pull request #10392 from terfendail:bitexact_fallback 7 years ago
..
opencl imgproc(ocl): fix RGB2RGBA kernel out of range access 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 Fixed some issues found by static analysis (4th round) 7 years ago
blend.cpp suppress warnings 8 years ago
canny.cpp clean up the code 7 years ago
clahe.cpp ocl: avoid unnecessary loading/initializing OpenCL subsystem 7 years ago
color.cpp Build for embedded systems 7 years ago
colormap.cpp remove new operator 8 years ago
connectedcomponents.cpp Merge pull request #9075 from TonyLianLong:master 7 years ago
contours.cpp Build for embedded systems 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 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 Instrumentation for OpenCV API regions and IPP functions; 8 years ago
demosaicing.cpp add enum Bayer**2BGRA 8 years ago
deriv.cpp Merge pull request #10172 from ElenaGvozdeva:eg/HAL_sobel 7 years ago
distransform.cpp IPP for OpenCV 2017u2 initial enabling patch; 8 years ago
drawing.cpp Fixed some issues found by static analysis 7 years ago
emd.cpp Fixed some issues found by static analysis 7 years ago
featureselect.cpp fixed build of OpenVX Harris 7 years ago
filter.avx2.cpp AVX optimized implementation of separable filters migrated to separate file 7 years ago
filter.cpp fix accelerators order 7 years ago
filter.hpp fix accelerators order 7 years ago
filterengine.hpp ICV2017u3 package update; 7 years ago
fixedpoint.inl.hpp Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. (#9468) 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 Instrumentation for OpenCV API regions and IPP functions; 8 years ago
geometry.cpp Fix pointPolygonTest for large coordinate values (#10222) 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 ICV2017u3 package update; 7 years ago
hough.cpp Merge pull request #10041 from savuor:RevHoughWorks 7 years ago
imgwarp.avx2.cpp Move resize implementation to separate file 7 years ago
imgwarp.cpp imgproc(ocl): don't use doubles to process float data 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 Update min_enclosing_triangle.cpp 7 years ago
moments.cpp ocl: fix moments global_size (should be >= local_size) 7 years ago
morph.cpp Merge pull request #10223 from vpisarev:ocl_mac_fixes 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 Merge pull request #10392 from terfendail:bitexact_fallback 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 Instrumentation for OpenCV API regions and IPP functions; 8 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 Fixed 3 issues found by static analysis 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 fix threshold HAL 7 years ago
undistort.avx2.cpp Minor optimization of initUndistortRectifyMapLine_AVX 7 years ago
undistort.cpp imgproc: slightly change the signature of undistortPoints overload 7 years ago
undistort.hpp AVX optimized implementation of undistort migrated to separate file 7 years ago
utils.cpp Move border type constants and Moments class to core module 12 years ago