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.
 
 
 
 
 
 
@lizhiyu3 79731cb0ff fix the bug when src*2 < dst 3 years ago
..
opencl Fix some typos in modules/. 3 years ago
_geom.h converted few more comp. geometry functions to C++ 12 years ago
accum.cpp refactoring catching all exceptions as const ref 7 years ago
accum.dispatch.cpp dispatch accumulate series 8 years ago
accum.simd.hpp Merge pull request #15527 from everton1984:faster_acc 6 years ago
approx.cpp Merge pull request #21107 from take1014:remove_assert_21038 3 years ago
bilateral_filter.dispatch.cpp imgproc: add src.empty() checks in filter operations 5 years ago
bilateral_filter.simd.hpp Merge pull request #21107 from take1014:remove_assert_21038 3 years ago
blend.cpp blendLinear() reworked to use wide universal intrinsics 6 years ago
box_filter.dispatch.cpp imgproc: add src.empty() checks in filter operations 5 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
ccl_bolelli_forest.inc.hpp Merge pull request #19631 from prittt:sota-ccl 4 years ago
ccl_bolelli_forest_firstline.inc.hpp Merge pull request #19631 from prittt:sota-ccl 4 years ago
ccl_bolelli_forest_lastline.inc.hpp Merge pull request #19631 from prittt:sota-ccl 4 years ago
ccl_bolelli_forest_singleline.inc.hpp Merge pull request #19631 from prittt:sota-ccl 4 years ago
clahe.cpp Move big objects (>20k) from stack to heap. 4 years ago
color.cpp imgproc: dispatch color* 6 years ago
color.hpp Added YUV conversion fix 4 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 imgproc: use singleton in color_hsv.simd.hpp 3 years ago
color_lab.cpp Use NaN-safe clip function. 3 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 Merge pull request #19554 from amirtu:OCV-215_cvtColorTwoPlane_wrong_output_when_Y_Plane_Mat_has_step 4 years ago
color_yuv.simd.hpp Merge pull request #19554 from amirtu:OCV-215_cvtColorTwoPlane_wrong_output_when_Y_Plane_Mat_has_step 4 years ago
colormap.cpp add DeepGreen colormap 5 years ago
connectedcomponents.cpp Update Condition 3 years ago
contours.cpp Merge pull request #21107 from take1014:remove_assert_21038 3 years ago
convhull.cpp Merge pull request #21107 from take1014:remove_assert_21038 3 years ago
corner.avx.cpp Merge pull request #16236 from alalek:fix_core_simd_emulator 5 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 Fix harmless signed integer overflow. 3 years ago
deriv.cpp imgproc: add src.empty() checks in filter operations 5 years ago
distransform.cpp imgproc(IPP): disable ippiDistanceTransform_3x3_8u32f_C1R 6 years ago
drawing.cpp Fix undefined behavior in line drawing. 3 years ago
emd.cpp Merge pull request #21107 from take1014:remove_assert_21038 3 years ago
featureselect.cpp refactoring catching all exceptions as const ref 7 years ago
filter.dispatch.cpp imgproc: align GaussianBlur/sepFilter2D OpenCL with CPU version 5 years ago
filter.hpp imgproc: align GaussianBlur/sepFilter2D OpenCL with CPU version 5 years ago
filter.simd.hpp Merge pull request #20740 from Nicholas-Ho-arm:3.4_SymmColumnVec_32f8u 4 years ago
filterengine.hpp Merge pull request #14936 from StefanBruens:crosscorr_cleanup 6 years ago
fixedpoint.inl.hpp Merge pull request #18167 from Yosshi999:bit-exact-gaussian 5 years ago
floodfill.cpp fix cv::floodfill() for calling it with an empty mask 3 years ago
gabor.cpp Remove all using directives for STL namespace and members 12 years ago
gcgraph.hpp calib3d/imgproc: add GCGraph::maxFlow() missing empty checks 5 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 build: fix MSVC-Clang warnings about unused parameters in stubs 4 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 #21635 from DumDereDum:issue_21595_3.4 3 years ago
hough.cpp Merge pull request #21107 from take1014:remove_assert_21038 3 years ago
imgwarp.avx2.cpp Move resize implementation to separate file 8 years ago
imgwarp.cpp delete unused variable 4 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 Merge pull request #19842 from gasparitiago:3.4 4 years ago
linefit.cpp imgproc: fix fitLine() implementation 6 years ago
lsd.cpp additional changes 4 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 imgproc: add src.empty() checks in filter operations 5 years ago
median_blur.simd.hpp Merge pull request #21107 from take1014:remove_assert_21038 3 years ago
min_enclosing_triangle.cpp fix findMinEnclosingTriangle and add tests 4 years ago
moments.cpp Merge pull request #21107 from take1014:remove_assert_21038 3 years ago
morph.dispatch.cpp imgproc: add src.empty() checks in filter operations 5 years ago
morph.simd.hpp imgproc: dispatch morph 6 years ago
phasecorr.cpp Merge pull request #20102 from yo1990:master 4 years ago
precomp.hpp imgproc: use singleton in color_hsv.simd.hpp 3 years ago
pyramids.cpp fix the bug when src*2 < dst 3 years ago
resize.avx2.cpp imgproc(resize): drop unused 'pix_size4' 5 years ago
resize.cpp imgproc(ocl): fix resizeLN, avoid integer overflow 3 years ago
resize.hpp imgproc(resize): drop unused 'pix_size4' 5 years ago
resize.sse4_1.cpp imgproc(resize): drop unused 'pix_size4' 5 years ago
rotcalipers.cpp fix choose minimum angle in rotatingCalipers 4 years ago
samplers.cpp Merge pull request #21107 from take1014:remove_assert_21038 3 years ago
segmentation.cpp Merge pull request #21107 from take1014:remove_assert_21038 3 years ago
shapedescr.cpp Merge pull request #17417 from vpisarev:fix_fitellipse 5 years ago
smooth.dispatch.cpp Merge pull request #21779 from eplankin:fix_11303 3 years ago
smooth.simd.hpp suppress GaussianBlur to generate empty images 4 years ago
spatialgradient.cpp Merge pull request #13693 from terfendail:spatialgrad_wintr 6 years ago
subdivision2d.cpp Merge pull request #21107 from take1014:remove_assert_21038 3 years ago
sumpixels.avx512_skx.hpp imgproc: dispatch sumpixels (integral) 5 years ago
sumpixels.dispatch.cpp fix files permissions 5 years ago
sumpixels.simd.hpp Merge pull request #16731 from alalek:issue_16708 5 years ago
tables.cpp Normalize line endings and whitespace 13 years ago
templmatch.cpp address template matching sqdiff bug 4 years ago
thresh.cpp Merge pull request #21258 from eplankin:fix_threshold_to_zero_ipp_bug 3 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