.. |
opencl
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
4 years ago |
_geom.h
|
…
|
|
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
|
Fix spelling typos
|
5 years ago |
bilateral_filter.dispatch.cpp
|
imgproc: add src.empty() checks in filter operations
|
5 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
|
imgproc: add src.empty() checks in filter operations
|
5 years ago |
box_filter.simd.hpp
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
6 years ago |
canny.cpp
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
5 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
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
6 years ago |
color.hpp
|
Added YUV conversion fix
|
4 years ago |
color.simd_helpers.hpp
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
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
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
6 years ago |
color_yuv.dispatch.cpp
|
imgproc: add missing check into cvtColorTwoPlane()
|
4 years ago |
color_yuv.simd.hpp
|
Fix the build of imgproc using MinGW (variables with the same name as symbols defined in MinGW headers)
|
5 years ago |
colormap.cpp
|
add DeepGreen colormap
|
5 years ago |
connectedcomponents.cpp
|
Merge pull request #19631 from prittt:sota-ccl
|
4 years ago |
contours.cpp
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
5 years ago |
convhull.cpp
|
Merge pull request #16594 from vpisarev:hull_ordering_fix
|
5 years ago |
corner.avx.cpp
|
Merge pull request #16236 from alalek:fix_core_simd_emulator
|
5 years ago |
corner.cpp
|
Restored IPP call reduction
|
5 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
|
6 years ago |
demosaicing.cpp
|
Update demosaicing.cpp
|
4 years ago |
deriv.cpp
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
5 years ago |
distransform.cpp
|
imgproc(IPP): disable ippiDistanceTransform_3x3_8u32f_C1R
|
5 years ago |
drawing.cpp
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
5 years ago |
emd.cpp
|
Add semicolons after `CV_INSTRUMENT` macros
|
6 years ago |
featureselect.cpp
|
Merge pull request #19392 from amirtu:OCV-165_finalize_goodFeaturesToTrack_returns_also_corner_value_PR
|
4 years ago |
filter.dispatch.cpp
|
imgproc: align GaussianBlur/sepFilter2D OpenCL with CPU version
|
4 years ago |
filter.hpp
|
imgproc: align GaussianBlur/sepFilter2D OpenCL with CPU version
|
4 years ago |
filter.simd.hpp
|
imgproc: fix unaligned memory access
|
5 years ago |
filterengine.hpp
|
Merge pull request #18073 from vpisarev:apache2_license
|
4 years ago |
fixedpoint.inl.hpp
|
Merge pull request #18167 from Yosshi999:bit-exact-gaussian
|
4 years ago |
floodfill.cpp
|
Add semicolons after `CV_INSTRUMENT` macros
|
6 years ago |
gabor.cpp
|
…
|
|
generalized_hough.cpp
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
6 years ago |
geometry.cpp
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
6 years ago |
grabcut.cpp
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
6 years ago |
hal_replacement.hpp
|
Merge pull request #12106 from CJSmith-0141:warpPerspective_typofix
|
6 years ago |
hershey_fonts.cpp
|
…
|
|
histogram.cpp
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
5 years ago |
hough.cpp
|
Merge pull request #16561 from vpisarev:better_hough_circles
|
5 years ago |
imgwarp.avx2.cpp
|
Move resize implementation to separate file
|
7 years ago |
imgwarp.cpp
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
4 years ago |
imgwarp.hpp
|
Merge pull request #15358 from ChipKerchner:imgwarpToHal
|
5 years ago |
imgwarp.sse4_1.cpp
|
imgproc: apply CV_OVERRIDE/CV_FINAL
|
7 years ago |
intelligent_scissors.cpp
|
imgproc: add IntelligentScissors
|
4 years ago |
intersection.cpp
|
imgproc: add rotatedRectangleIntersection empty input handling
|
4 years ago |
linefit.cpp
|
imgproc: fix fitLine() implementation
|
5 years ago |
lsd.cpp
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
6 years ago |
main.cpp
|
IPPInitSingelton was added to contain IPP related global variables;
|
9 years ago |
matchcontours.cpp
|
Add semicolons after `CV_INSTRUMENT` macros
|
6 years ago |
median_blur.dispatch.cpp
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
5 years ago |
median_blur.simd.hpp
|
imgproc: dispatch medianBlur
|
6 years ago |
min_enclosing_triangle.cpp
|
More issues found by static analysis
|
6 years ago |
moments.cpp
|
Merge pull request #15828 from ChipKerchner:momentsToHal
|
5 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 #18073 from vpisarev:apache2_license
|
4 years ago |
precomp.hpp
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
7 years ago |
pyramids.cpp
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
4 years ago |
resize.avx2.cpp
|
imgproc(resize): drop unused 'pix_size4'
|
5 years ago |
resize.cpp
|
Merge pull request #18053 from Yosshi999:bit-exact-resizeNN
|
4 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
|
imgproc: fix minAreaRect()
|
4 years ago |
samplers.cpp
|
Add semicolons after `CV_INSTRUMENT` macros
|
6 years ago |
segmentation.cpp
|
Add semicolons after `CV_INSTRUMENT` macros
|
6 years ago |
shapedescr.cpp
|
Merge pull request #17417 from vpisarev:fix_fitellipse
|
5 years ago |
smooth.dispatch.cpp
|
Merge pull request #18167 from Yosshi999:bit-exact-gaussian
|
4 years ago |
smooth.simd.hpp
|
Merge pull request #18983 from Yosshi999:bitexact-gaussian-16U-faster
|
4 years ago |
spatialgradient.cpp
|
Merge pull request #13693 from terfendail:spatialgrad_wintr
|
6 years ago |
subdivision2d.cpp
|
removed no-affect variable
|
4 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
|
…
|
|
templmatch.cpp
|
Merge pull request #15214 from jumostedu:matchtemplmask
|
5 years ago |
thresh.cpp
|
Enable Otsu thresholding for CV_16UC1 images
|
5 years ago |
utils.cpp
|
…
|
|