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 4733a19bab
Merge pull request #16194 from alalek:fix_16192
5 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 Merge pull request #15527 from everton1984:faster_acc 5 years ago
approx.cpp Merge pull request #16094 from saskatchewancatch:issue-16053 5 years ago
bilateral_filter.dispatch.cpp imgproc: dispatch bilateral_filter 6 years ago
bilateral_filter.simd.hpp imgproc: dispatch bilateral_filter 6 years ago
blend.cpp blendLinear() reworked to use wide universal intrinsics 6 years ago
box_filter.dispatch.cpp Restored IPP call reduction 6 years ago
box_filter.simd.hpp imgproc: dispatch box_filter 6 years ago
canny.cpp Merge pull request #14916 from terfendail:wsignmask_deprecated 6 years ago
clahe.cpp Add semicolons after `CV_INSTRUMENT` macros 7 years ago
color.cpp imgproc: dispatch color* 6 years ago
color.hpp imgproc(color): clarify error message 5 years ago
color.simd_helpers.hpp imgproc: dispatch color* 6 years ago
color_hsv.dispatch.cpp imgproc: dispatch color* 6 years ago
color_hsv.simd.hpp rgb2hls_b: out of bounds read fixed 6 years ago
color_lab.cpp out of bounds read fixed in rgb2luv_b 6 years ago
color_rgb.dispatch.cpp imgproc: dispatch color* 6 years ago
color_rgb.simd.hpp imgproc: dispatch color* 6 years ago
color_yuv.dispatch.cpp imgproc: dispatch color* 6 years ago
color_yuv.simd.hpp imgproc: dispatch color* 6 years ago
colormap.cpp Merge pull request #15388 from atinfinity:impl-turbo-colormap 6 years ago
connectedcomponents.cpp imgproc: avoid manual memory allocation in connectedcomponents.cpp 6 years ago
contours.cpp Merge pull request #14916 from terfendail:wsignmask_deprecated 6 years ago
convhull.cpp Add semicolons after `CV_INSTRUMENT` macros 7 years ago
corner.avx.cpp build: fix build with ICC 6 years ago
corner.cpp Restored IPP call reduction 6 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 Convert demosiacing with variable number of gradients to HAL - 5.5x faster 5 years ago
deriv.cpp Restored IPP call reduction 6 years ago
distransform.cpp imgproc(IPP): disable ippiDistanceTransform_3x3_8u32f_C1R 5 years ago
drawing.cpp change area() emptiness checks to empty() 6 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.dispatch.cpp imgproc: fix bit-exact GaussianBlur() / sepFilter2D() (#15855) 5 years ago
filter.hpp imgproc: get rid of filter.avx2.cpp 6 years ago
filter.simd.hpp imgproc: fix unaligned memory access 6 years ago
filterengine.hpp Merge pull request #14936 from StefanBruens:crosscorr_cleanup 6 years ago
fixedpoint.inl.hpp imgproc: fix bit-exact GaussianBlur() / sepFilter2D() (#15855) 5 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 imgproc: fixed bug from intersectConvexConvex 6 years ago
grabcut.cpp imgproc: fix kmeans() call from grabCut() 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 imgproc: add parameter checks in calcHist and calcBackProj 5 years ago
hough.cpp Fix modules/ typos 6 years ago
imgwarp.avx2.cpp Move resize implementation to separate file 8 years ago
imgwarp.cpp Merge pull request #15358 from ChipKerchner:imgwarpToHal 6 years ago
imgwarp.hpp Merge pull request #15358 from ChipKerchner:imgwarpToHal 6 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 imgproc: fix fitLine() implementation 5 years ago
lsd.cpp imgproc: removed LSD code due original code license conflict 6 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.dispatch.cpp Restored IPP call reduction 6 years ago
median_blur.simd.hpp imgproc: dispatch medianBlur 6 years ago
min_enclosing_triangle.cpp More issues found by static analysis 7 years ago
moments.cpp Merge pull request #15828 from ChipKerchner:momentsToHal 5 years ago
morph.dispatch.cpp Fix modules/ typos 6 years ago
morph.simd.hpp imgproc: dispatch morph 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 Merge pull request #15799 from Cpitis:feature/parallelization 5 years ago
resize.avx2.cpp imgproc: apply CV_OVERRIDE/CV_FINAL 7 years ago
resize.cpp Merge pull request #16194 from alalek:fix_16192 5 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 Fix modules/ typos 6 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 Merge pull request #16136 from mcellis33:mec-nan 5 years ago
smooth.dispatch.cpp imgproc: fix bit-exact GaussianBlur() / sepFilter2D() (#15855) 5 years ago
smooth.simd.hpp Fix pixel value evaluation overflow in bit-exact GaussianBlur implementation 6 years ago
spatialgradient.cpp Merge pull request #13693 from terfendail:spatialgrad_wintr 6 years ago
subdivision2d.cpp Add semicolons after `CV_INSTRUMENT` macros 7 years ago
sumpixels.avx512_skx.cpp core: eliminate AVX512 build warnings 6 years ago
sumpixels.cpp Merge pull request #15494 from everton1984:hal_vector_get_n 5 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 #14936 from StefanBruens:crosscorr_cleanup 6 years ago
thresh.cpp Merge pull request #16085 from alalek:imgproc_threshold_to_zero_ipp_bug 5 years ago
undistort.dispatch.cpp Merge pull request #14994 from terfendail:wintr_undistort 6 years ago
undistort.simd.hpp Fixed universal intrinsic undistort() implementation 6 years ago
utils.cpp Move border type constants and Moments class to core module 12 years ago