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.
 
 
 
 
 
 
Vitaly Tuzov 266725a378 blendLinear() reworked to use wide universal intrinsics 6 years ago
..
opencl Merge pull request #13379 from savuor:color_5x5 6 years ago
_geom.h converted few more comp. geometry functions to C++ 12 years ago
accum.cpp refactoring catching all exceptions as const ref 6 years ago
accum.dispatch.cpp dispatch accumulate series 8 years ago
accum.simd.hpp imgproc:simd Enable VSX and wide universal intrinsics for accumulate operations 7 years ago
approx.cpp Add semicolons after `CV_INSTRUMENT` macros 7 years ago
bilateral_filter.cpp Unrolled bilateral filter neighbor processing loop 6 years ago
blend.cpp blendLinear() reworked to use wide universal intrinsics 6 years ago
box_filter.cpp refactoring catching all exceptions as const ref 6 years ago
canny.cpp Catch exceptions by const-reference 6 years ago
clahe.cpp Add semicolons after `CV_INSTRUMENT` macros 7 years ago
color.cpp Add semicolons after `CV_INSTRUMENT` macros 7 years ago
color.hpp imgproc(cvtColor): slightly improve error messages 7 years ago
color_hsv.cpp Add semicolons after `CV_INSTRUMENT` macros 7 years ago
color_lab.cpp Add semicolons after `CV_INSTRUMENT` macros 7 years ago
color_rgb.cpp Merge pull request #13379 from savuor:color_5x5 6 years ago
color_yuv.cpp fixed (un)signed packing s16 -> u8 6 years ago
colormap.cpp Add Matplotlib Perceptually Uniform Sequential colormaps (viridis, plasma, inferno, magma, cividis, twilight and twilight shifted). 6 years ago
connectedcomponents.cpp Utilize CV_UNUSED macro 7 years ago
contours.cpp Updated findContours to use wide universal intrinsics 6 years ago
convhull.cpp Add semicolons after `CV_INSTRUMENT` macros 7 years ago
corner.avx.cpp AVX optimized implementation of Harris corner detector migrated to separate file 8 years ago
corner.cpp Add semicolons after `CV_INSTRUMENT` macros 7 years ago
corner.hpp AVX optimized implementation of Harris corner detector migrated to separate file 8 years ago
cornersubpix.cpp Add semicolons after `CV_INSTRUMENT` macros 7 years ago
demosaicing.cpp Merge pull request #12971 from sturkmen72:upd_imgproc_hpp 6 years ago
deriv.cpp Fix Scharr and Sobel functions 6 years ago
distransform.cpp Add semicolons after `CV_INSTRUMENT` macros 7 years ago
drawing.cpp change area() emptiness checks to empty() 7 years ago
emd.cpp Add semicolons after `CV_INSTRUMENT` macros 7 years ago
featureselect.cpp refactoring catching all exceptions as const ref 6 years ago
filter.avx2.cpp More issues found by static analysis 7 years ago
filter.cpp Morphology reworked to use wide universal intrinsics 6 years ago
filter.hpp fix accelerators order 7 years ago
filterengine.hpp Misc. modules/ cont. pt2 7 years ago
fixedpoint.inl.hpp Added CV_ALWAYS_INLINE macro 6 years ago
floodfill.cpp Add semicolons after `CV_INSTRUMENT` macros 7 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 Add semicolons after `CV_INSTRUMENT` macros 7 years ago
geometry.cpp Add semicolons after `CV_INSTRUMENT` macros 7 years ago
grabcut.cpp imgproc: local "CV_Assert(totalSampleCount > 0)" check 6 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 11 years ago
histogram.cpp Merge pull request #13334 from terfendail:histogram_wintr 6 years ago
hough.cpp Add semicolons after `CV_INSTRUMENT` macros 7 years ago
imgwarp.avx2.cpp Move resize implementation to separate file 8 years ago
imgwarp.cpp refactoring catching all exceptions as const ref 6 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 Add semicolons after `CV_INSTRUMENT` macros 7 years ago
linefit.cpp Add semicolons after `CV_INSTRUMENT` macros 7 years ago
lsd.cpp change area() emptiness checks to empty() 7 years ago
main.cpp IPPInitSingelton was added to contain IPP related global variables; 10 years ago
matchcontours.cpp Add semicolons after `CV_INSTRUMENT` macros 7 years ago
median_blur.cpp Fixed medianBlur implementation for hi-resolution images 6 years ago
min_enclosing_triangle.cpp More issues found by static analysis 7 years ago
moments.cpp Add semicolons after `CV_INSTRUMENT` macros 7 years ago
morph.cpp Morphology reworked to use wide universal intrinsics 6 years ago
phasecorr.cpp Add semicolons after `CV_INSTRUMENT` macros 7 years ago
precomp.hpp build: unreachable code after CV_Error() (part 2) 7 years ago
pyramids.cpp refactoring catching all exceptions as const ref 6 years ago
resize.avx2.cpp imgproc: apply CV_OVERRIDE/CV_FINAL 7 years ago
resize.cpp imgproc(resize): update checks (static analyzers) 6 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 Add semicolons after `CV_INSTRUMENT` macros 7 years ago
samplers.cpp Add semicolons after `CV_INSTRUMENT` macros 7 years ago
segmentation.cpp Add semicolons after `CV_INSTRUMENT` macros 7 years ago
shapedescr.cpp boundingRect() reworked to use wide universal intrinsics 6 years ago
smooth.cpp Merge pull request #12965 from terfendail:medianBlur_wintr 6 years ago
spatialgradient.cpp Add semicolons after `CV_INSTRUMENT` macros 7 years ago
subdivision2d.cpp Add semicolons after `CV_INSTRUMENT` macros 7 years ago
sumpixels.avx512_skx.cpp Implementing AVX512 support for 3 channel cv::integral for CV_64F 6 years ago
sumpixels.cpp Implementing AVX512 support for 3 channel cv::integral for CV_64F 6 years ago
sumpixels.hpp Implementing AVX512 support for 3 channel cv::integral for CV_64F 6 years ago
tables.cpp Normalize line endings and whitespace 13 years ago
templmatch.cpp Merge pull request #12916 from lqy123000:bugfix_templmatch 6 years ago
thresh.cpp threshold() reworked to use wide universal intrinsics 6 years ago
undistort.avx2.cpp Parallelize initUndistortRectifyMap 7 years ago
undistort.cpp Add semicolons after `CV_INSTRUMENT` macros 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