.. |
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
|
7 years ago |
accum.simd.hpp
|
imgproc:simd Enable VSX and wide universal intrinsics for accumulate operations
|
6 years ago |
approx.cpp
|
Add semicolons after `CV_INSTRUMENT` macros
|
6 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
|
5 years ago |
box_filter.simd.hpp
|
imgproc: dispatch box_filter
|
6 years ago |
canny.cpp
|
Merge pull request #14916 from terfendail:wsignmask_deprecated
|
5 years ago |
clahe.cpp
|
Add semicolons after `CV_INSTRUMENT` macros
|
6 years ago |
color.cpp
|
imgproc: dispatch color*
|
6 years ago |
color.hpp
|
imgproc: dispatch color*
|
6 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
|
5 years ago |
connectedcomponents.cpp
|
imgproc: avoid manual memory allocation in connectedcomponents.cpp
|
5 years ago |
contours.cpp
|
Merge pull request #14916 from terfendail:wsignmask_deprecated
|
5 years ago |
convhull.cpp
|
Add semicolons after `CV_INSTRUMENT` macros
|
6 years ago |
corner.avx.cpp
|
build: fix build with ICC
|
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
|
7 years ago |
cornersubpix.cpp
|
Add semicolons after `CV_INSTRUMENT` macros
|
6 years ago |
demosaicing.cpp
|
Bayer VNG Demosaicing Fix #2 (Merge pull request #15086)
|
5 years ago |
deriv.cpp
|
Restored IPP call reduction
|
5 years ago |
distransform.cpp
|
Add semicolons after `CV_INSTRUMENT` macros
|
6 years ago |
drawing.cpp
|
change area() emptiness checks to empty()
|
6 years ago |
emd.cpp
|
Add semicolons after `CV_INSTRUMENT` macros
|
6 years ago |
featureselect.cpp
|
refactoring catching all exceptions as const ref
|
6 years ago |
filter.dispatch.cpp
|
Restored IPP call reduction
|
5 years ago |
filter.hpp
|
imgproc: get rid of filter.avx2.cpp
|
6 years ago |
filter.simd.hpp
|
imgproc: fix unaligned memory access
|
5 years ago |
filterengine.hpp
|
Merge pull request #14936 from StefanBruens:crosscorr_cleanup
|
5 years ago |
fixedpoint.inl.hpp
|
imgproc: dispatch smooth
|
6 years ago |
floodfill.cpp
|
Add semicolons after `CV_INSTRUMENT` macros
|
6 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
|
6 years ago |
geometry.cpp
|
imgproc: fixed bug from intersectConvexConvex
|
6 years ago |
grabcut.cpp
|
imgproc: fix kmeans() call from grabCut()
|
5 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
|
10 years ago |
histogram.cpp
|
imgproc: accurate histogram value thresholding
|
5 years ago |
hough.cpp
|
Fix modules/ typos
|
5 years ago |
imgwarp.avx2.cpp
|
Move resize implementation to separate file
|
7 years ago |
imgwarp.cpp
|
Merge pull request #15358 from ChipKerchner:imgwarpToHal
|
5 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 |
intersection.cpp
|
Add semicolons after `CV_INSTRUMENT` macros
|
6 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;
|
9 years ago |
matchcontours.cpp
|
Add semicolons after `CV_INSTRUMENT` macros
|
6 years ago |
median_blur.dispatch.cpp
|
Restored IPP call reduction
|
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
|
core(intrin): drop hasSIMD128 checks
|
6 years ago |
morph.dispatch.cpp
|
Fix modules/ typos
|
5 years ago |
morph.simd.hpp
|
imgproc: dispatch morph
|
6 years ago |
phasecorr.cpp
|
Add semicolons after `CV_INSTRUMENT` macros
|
6 years ago |
precomp.hpp
|
build: unreachable code after CV_Error() (part 2)
|
7 years ago |
pyramids.cpp
|
imgproc: fix indexing issue in pyramids
|
5 years ago |
resize.avx2.cpp
|
imgproc: apply CV_OVERRIDE/CV_FINAL
|
7 years ago |
resize.cpp
|
Merge pull request #14210 from terfendail:wui_512
|
6 years ago |
resize.hpp
|
Move resize implementation to separate file
|
7 years ago |
resize.sse4_1.cpp
|
imgproc: apply CV_OVERRIDE/CV_FINAL
|
7 years ago |
rotcalipers.cpp
|
Fix modules/ typos
|
5 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
|
boundingRect() reworked to use wide universal intrinsics
|
6 years ago |
smooth.dispatch.cpp
|
Restored IPP call reduction
|
5 years ago |
smooth.simd.hpp
|
Fix pixel value evaluation overflow in bit-exact GaussianBlur implementation
|
5 years ago |
spatialgradient.cpp
|
Merge pull request #13693 from terfendail:spatialgrad_wintr
|
6 years ago |
subdivision2d.cpp
|
Add semicolons after `CV_INSTRUMENT` macros
|
6 years ago |
sumpixels.avx512_skx.cpp
|
core: eliminate AVX512 build warnings
|
5 years ago |
sumpixels.cpp
|
Merge pull request #14210 from terfendail:wui_512
|
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
|
12 years ago |
templmatch.cpp
|
Merge pull request #14936 from StefanBruens:crosscorr_cleanup
|
5 years ago |
thresh.cpp
|
Merge pull request #15048 from ChipKerchner:reduceStoreGatheringThreshold
|
5 years ago |
undistort.dispatch.cpp
|
Merge pull request #14994 from terfendail:wintr_undistort
|
5 years ago |
undistort.simd.hpp
|
Fixed universal intrinsic undistort() implementation
|
5 years ago |
utils.cpp
|
Move border type constants and Moments class to core module
|
12 years ago |