| .. |
|
opencl
|
Merge pull request #13379 from savuor:color_5x5
|
2018-12-14 17:01:01 +03:00 |
|
_geom.h
|
|
|
|
accum.cpp
|
refactoring catching all exceptions as const ref
|
2018-11-08 19:59:47 +03:00 |
|
accum.dispatch.cpp
|
dispatch accumulate series
|
2017-07-07 18:45:30 +09:00 |
|
accum.simd.hpp
|
imgproc:simd Enable VSX and wide universal intrinsics for accumulate operations
|
2018-10-11 04:37:12 +02:00 |
|
approx.cpp
|
Add semicolons after CV_INSTRUMENT macros
|
2018-09-14 06:45:31 +09:00 |
|
bilateral_filter.dispatch.cpp
|
imgproc: copy .dispatch.cpp
|
2019-03-11 13:53:59 +00:00 |
|
bilateral_filter.simd.hpp
|
imgproc: copy .simd.hpp
|
2019-03-11 13:53:59 +00:00 |
|
blend.cpp
|
blendLinear() reworked to use wide universal intrinsics
|
2019-01-25 14:16:20 +03:00 |
|
box_filter.dispatch.cpp
|
imgproc: copy .dispatch.cpp
|
2019-03-11 13:53:59 +00:00 |
|
box_filter.simd.hpp
|
imgproc: copy .simd.hpp
|
2019-03-11 13:53:59 +00:00 |
|
canny.cpp
|
Catch exceptions by const-reference
|
2018-10-16 22:43:54 +02:00 |
|
clahe.cpp
|
Add semicolons after CV_INSTRUMENT macros
|
2018-09-14 06:45:31 +09:00 |
|
color_hsv.dispatch.cpp
|
imgproc: dispatch color*
|
2019-03-07 15:45:05 +03:00 |
|
color_hsv.simd.hpp
|
imgproc: dispatch color*
|
2019-03-07 15:45:05 +03:00 |
|
color_lab.cpp
|
imgproc: dispatch color*
|
2019-03-07 15:45:05 +03:00 |
|
color_rgb.dispatch.cpp
|
imgproc: dispatch color*
|
2019-03-07 15:45:05 +03:00 |
|
color_rgb.simd.hpp
|
imgproc: dispatch color*
|
2019-03-07 15:45:05 +03:00 |
|
color_yuv.dispatch.cpp
|
imgproc: dispatch color*
|
2019-03-07 15:45:05 +03:00 |
|
color_yuv.simd.hpp
|
imgproc: dispatch color*
|
2019-03-07 15:45:05 +03:00 |
|
color.cpp
|
imgproc: dispatch color*
|
2019-03-07 15:45:05 +03:00 |
|
color.hpp
|
imgproc: dispatch color*
|
2019-03-07 15:45:05 +03:00 |
|
color.simd_helpers.hpp
|
imgproc: dispatch color*
|
2019-03-07 15:45:05 +03:00 |
|
colormap.cpp
|
Add Matplotlib Perceptually Uniform Sequential colormaps (viridis, plasma, inferno, magma, cividis, twilight and twilight shifted).
|
2019-01-06 22:48:06 +01:00 |
|
connectedcomponents.cpp
|
Utilize CV_UNUSED macro
|
2018-09-07 20:33:52 +09:00 |
|
contours.cpp
|
Updated findContours to use wide universal intrinsics
|
2018-11-21 19:57:02 +03:00 |
|
convhull.cpp
|
Add semicolons after CV_INSTRUMENT macros
|
2018-09-14 06:45:31 +09:00 |
|
corner.avx.cpp
|
AVX optimized implementation of Harris corner detector migrated to separate file
|
2017-06-29 15:19:23 +03:00 |
|
corner.cpp
|
Add semicolons after CV_INSTRUMENT macros
|
2018-09-14 06:45:31 +09:00 |
|
corner.hpp
|
AVX optimized implementation of Harris corner detector migrated to separate file
|
2017-06-29 15:19:23 +03:00 |
|
cornersubpix.cpp
|
Add semicolons after CV_INSTRUMENT macros
|
2018-09-14 06:45:31 +09:00 |
|
demosaicing.cpp
|
Merge pull request #12971 from sturkmen72:upd_imgproc_hpp
|
2018-10-31 18:08:24 +03:00 |
|
deriv.cpp
|
Fix Scharr and Sobel functions
|
2018-12-17 20:39:22 +05:30 |
|
distransform.cpp
|
Add semicolons after CV_INSTRUMENT macros
|
2018-09-14 06:45:31 +09:00 |
|
drawing.cpp
|
change area() emptiness checks to empty()
|
2018-10-13 21:35:10 +02:00 |
|
emd.cpp
|
Add semicolons after CV_INSTRUMENT macros
|
2018-09-14 06:45:31 +09:00 |
|
featureselect.cpp
|
refactoring catching all exceptions as const ref
|
2018-11-08 19:59:47 +03:00 |
|
filter.avx2.cpp
|
More issues found by static analysis
|
2018-07-24 16:04:42 +03:00 |
|
filter.dispatch.cpp
|
imgproc: copy .dispatch.cpp
|
2019-03-11 13:53:59 +00:00 |
|
filter.hpp
|
fix accelerators order
|
2017-12-01 14:38:00 +03:00 |
|
filter.simd.hpp
|
imgproc: copy .simd.hpp
|
2019-03-11 13:53:59 +00:00 |
|
filterengine.hpp
|
Misc. modules/ cont. pt2
|
2018-02-13 11:28:11 -05:00 |
|
fixedpoint.inl.hpp
|
Added CV_ALWAYS_INLINE macro
|
2019-01-11 22:40:35 +03:00 |
|
floodfill.cpp
|
Add semicolons after CV_INSTRUMENT macros
|
2018-09-14 06:45:31 +09:00 |
|
gabor.cpp
|
|
|
|
gcgraph.hpp
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
|
2014-01-14 11:53:59 +04:00 |
|
generalized_hough.cpp
|
Add semicolons after CV_INSTRUMENT macros
|
2018-09-14 06:45:31 +09:00 |
|
geometry.cpp
|
Add semicolons after CV_INSTRUMENT macros
|
2018-09-14 06:45:31 +09:00 |
|
grabcut.cpp
|
imgproc: local "CV_Assert(totalSampleCount > 0)" check
|
2018-11-28 20:16:37 +00:00 |
|
hal_replacement.hpp
|
HAL for canny
|
2017-12-19 11:03:10 +03:00 |
|
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
|
2014-08-14 12:50:07 +04:00 |
|
histogram.cpp
|
Merge pull request #13334 from terfendail:histogram_wintr
|
2018-12-13 14:20:22 +03:00 |
|
hough.cpp
|
Add semicolons after CV_INSTRUMENT macros
|
2018-09-14 06:45:31 +09:00 |
|
imgwarp.avx2.cpp
|
Move resize implementation to separate file
|
2017-08-31 14:36:19 +03:00 |
|
imgwarp.cpp
|
refactoring catching all exceptions as const ref
|
2018-11-08 19:59:47 +03:00 |
|
imgwarp.hpp
|
Move resize implementation to separate file
|
2017-08-31 14:36:19 +03:00 |
|
imgwarp.sse4_1.cpp
|
imgproc: apply CV_OVERRIDE/CV_FINAL
|
2018-03-28 17:57:59 +03:00 |
|
intersection.cpp
|
Add semicolons after CV_INSTRUMENT macros
|
2018-09-14 06:45:31 +09:00 |
|
linefit.cpp
|
Add semicolons after CV_INSTRUMENT macros
|
2018-09-14 06:45:31 +09:00 |
|
lsd.cpp
|
imgproc: removed LSD code due original code license conflict
|
2019-03-01 16:25:39 +03:00 |
|
main.cpp
|
IPPInitSingelton was added to contain IPP related global variables;
|
2015-10-01 09:58:48 +03:00 |
|
matchcontours.cpp
|
Add semicolons after CV_INSTRUMENT macros
|
2018-09-14 06:45:31 +09:00 |
|
median_blur.dispatch.cpp
|
imgproc: copy .dispatch.cpp
|
2019-03-11 13:53:59 +00:00 |
|
median_blur.simd.hpp
|
imgproc: copy .simd.hpp
|
2019-03-11 13:53:59 +00:00 |
|
min_enclosing_triangle.cpp
|
More issues found by static analysis
|
2018-07-24 16:04:42 +03:00 |
|
moments.cpp
|
Add semicolons after CV_INSTRUMENT macros
|
2018-09-14 06:45:31 +09:00 |
|
morph.dispatch.cpp
|
imgproc: copy .dispatch.cpp
|
2019-03-11 13:53:59 +00:00 |
|
morph.simd.hpp
|
imgproc: copy .simd.hpp
|
2019-03-11 13:53:59 +00:00 |
|
phasecorr.cpp
|
Add semicolons after CV_INSTRUMENT macros
|
2018-09-14 06:45:31 +09:00 |
|
precomp.hpp
|
build: unreachable code after CV_Error() (part 2)
|
2018-04-24 16:03:40 +03:00 |
|
pyramids.cpp
|
Horizontal line processing for pyrDown() reworked using wide universal intrinsics.
|
2019-02-28 00:12:57 +03:00 |
|
resize.avx2.cpp
|
imgproc: apply CV_OVERRIDE/CV_FINAL
|
2018-03-28 17:57:59 +03:00 |
|
resize.cpp
|
Fixed out of bound reading in LINEAR_EXACT resize for 8UC3
|
2019-03-05 17:21:21 +03:00 |
|
resize.hpp
|
Move resize implementation to separate file
|
2017-08-31 14:36:19 +03:00 |
|
resize.sse4_1.cpp
|
imgproc: apply CV_OVERRIDE/CV_FINAL
|
2018-03-28 17:57:59 +03:00 |
|
rotcalipers.cpp
|
Add semicolons after CV_INSTRUMENT macros
|
2018-09-14 06:45:31 +09:00 |
|
samplers.cpp
|
Add semicolons after CV_INSTRUMENT macros
|
2018-09-14 06:45:31 +09:00 |
|
segmentation.cpp
|
Add semicolons after CV_INSTRUMENT macros
|
2018-09-14 06:45:31 +09:00 |
|
shapedescr.cpp
|
boundingRect() reworked to use wide universal intrinsics
|
2019-01-18 18:31:54 +03:00 |
|
smooth.dispatch.cpp
|
imgproc: copy .dispatch.cpp
|
2019-03-11 13:53:59 +00:00 |
|
smooth.simd.hpp
|
imgproc: copy .simd.hpp
|
2019-03-11 13:53:59 +00:00 |
|
spatialgradient.cpp
|
Merge pull request #13693 from terfendail:spatialgrad_wintr
|
2019-01-30 22:37:27 +03:00 |
|
subdivision2d.cpp
|
Add semicolons after CV_INSTRUMENT macros
|
2018-09-14 06:45:31 +09:00 |
|
sumpixels.avx512_skx.cpp
|
Implementing AVX512 Support for 2 and 4 channel mats for CV_64F format
|
2019-02-19 11:31:20 -08:00 |
|
sumpixels.cpp
|
Implementing AVX512 Support for 2 and 4 channel mats for CV_64F format
|
2019-02-19 11:31:20 -08:00 |
|
sumpixels.hpp
|
Implementing AVX512 support for 3 channel cv::integral for CV_64F
|
2019-01-14 16:11:01 -08:00 |
|
tables.cpp
|
|
|
|
templmatch.cpp
|
Merge pull request #12916 from lqy123000:bugfix_templmatch
|
2018-11-06 19:13:48 +03:00 |
|
thresh.cpp
|
threshold() reworked to use wide universal intrinsics
|
2019-01-15 19:15:19 +03:00 |
|
undistort.avx2.cpp
|
Parallelize initUndistortRectifyMap
|
2018-01-15 09:20:35 +09:00 |
|
undistort.cpp
|
Add semicolons after CV_INSTRUMENT macros
|
2018-09-14 06:45:31 +09:00 |
|
undistort.hpp
|
Parallelize initUndistortRectifyMap
|
2018-01-15 09:20:35 +09:00 |
|
utils.cpp
|
|
|