..
opencl
imgproc: align GaussianBlur/sepFilter2D OpenCL with CPU version
5 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
6 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
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: add missing check into cvtColorTwoPlane()
5 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 #16415 from arnaudbrejeon:bug_fix_16410
5 years ago
contours.cpp
Merge pull request #14916 from terfendail:wsignmask_deprecated
6 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
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
imgproc: add src.empty() checks in filter operations
5 years ago
distransform.cpp
imgproc(IPP): disable ippiDistanceTransform_3x3_8u32f_C1R
5 years ago
drawing.cpp
fixed fillPoly, the overloaded variant with InputArrayOfArrays parameter (single or multiple polygons)
5 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: 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
imgproc: fix unaligned memory access
6 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
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
6 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
imgproc: add src.empty() checks in filter operations
5 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
imgproc: add src.empty() checks in filter operations
5 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 #16608 from vpisarev:fix_mac_ocl_tests
5 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
5 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 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 #17417 from vpisarev:fix_fitellipse
5 years ago
smooth.dispatch.cpp
Merge pull request #18167 from Yosshi999:bit-exact-gaussian
5 years ago
smooth.simd.hpp
Merge pull request #18167 from Yosshi999:bit-exact-gaussian
5 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.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
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