.. |
opencl
|
Merge pull request #11409 from tomoaki0705/fixCLAHEfailure
|
2018-04-27 16:41:56 +03:00 |
_geom.h
|
converted few more comp. geometry functions to C++
|
2013-01-22 16:54:31 +04:00 |
accum.cpp
|
Add semicolons after CV_INSTRUMENT macros
|
2018-09-14 06:45:31 +09: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 |
blend.cpp
|
Add semicolons after CV_INSTRUMENT macros
|
2018-09-14 06:45:31 +09:00 |
canny.cpp
|
Add semicolons after CV_INSTRUMENT macros
|
2018-09-14 06:45:31 +09:00 |
clahe.cpp
|
Add semicolons after CV_INSTRUMENT macros
|
2018-09-14 06:45:31 +09:00 |
color_hsv.cpp
|
Add semicolons after CV_INSTRUMENT macros
|
2018-09-14 06:45:31 +09:00 |
color_lab.cpp
|
Add semicolons after CV_INSTRUMENT macros
|
2018-09-14 06:45:31 +09:00 |
color_rgb.cpp
|
Add semicolons after CV_INSTRUMENT macros
|
2018-09-14 06:45:31 +09:00 |
color_yuv.cpp
|
Add semicolons after CV_INSTRUMENT macros
|
2018-09-14 06:45:31 +09:00 |
color.cpp
|
Add semicolons after CV_INSTRUMENT macros
|
2018-09-14 06:45:31 +09:00 |
color.hpp
|
imgproc(cvtColor): slightly improve error messages
|
2018-08-08 17:16:42 +03:00 |
colormap.cpp
|
Add semicolons after CV_INSTRUMENT macros
|
2018-09-14 06:45:31 +09:00 |
connectedcomponents.cpp
|
Utilize CV_UNUSED macro
|
2018-09-07 20:33:52 +09:00 |
contours.cpp
|
Add semicolons after CV_INSTRUMENT macros
|
2018-09-14 06:45:31 +09: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
|
Add semicolons after CV_INSTRUMENT macros
|
2018-09-14 06:45:31 +09:00 |
deriv.cpp
|
Add semicolons after CV_INSTRUMENT macros
|
2018-09-14 06:45:31 +09:00 |
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
|
Add semicolons after CV_INSTRUMENT macros
|
2018-09-14 06:45:31 +09:00 |
filter.avx2.cpp
|
More issues found by static analysis
|
2018-07-24 16:04:42 +03:00 |
filter.cpp
|
Add semicolons after CV_INSTRUMENT macros
|
2018-09-14 06:45:31 +09:00 |
filter.hpp
|
fix accelerators order
|
2017-12-01 14:38:00 +03:00 |
filterengine.hpp
|
Misc. modules/ cont. pt2
|
2018-02-13 11:28:11 -05:00 |
fixedpoint.inl.hpp
|
imgproc: fixed fixedpoint coding style
|
2018-04-25 17:33:57 +03:00 |
floodfill.cpp
|
Add semicolons after CV_INSTRUMENT macros
|
2018-09-14 06:45:31 +09:00 |
gabor.cpp
|
Remove all using directives for STL namespace and members
|
2013-02-25 15:04:17 +04:00 |
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
|
Add semicolons after CV_INSTRUMENT macros
|
2018-09-14 06:45:31 +09: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
|
Add semicolons after CV_INSTRUMENT macros
|
2018-09-14 06:45:31 +09: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
|
change area() emptiness checks to empty()
|
2018-10-13 21:35:10 +02: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
|
change area() emptiness checks to empty()
|
2018-10-13 21:35:10 +02: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 |
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.cpp
|
Add semicolons after CV_INSTRUMENT macros
|
2018-09-14 06:45:31 +09: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
|
change area() emptiness checks to empty()
|
2018-10-13 21:35:10 +02:00 |
resize.avx2.cpp
|
imgproc: apply CV_OVERRIDE/CV_FINAL
|
2018-03-28 17:57:59 +03:00 |
resize.cpp
|
resolves 11283
|
2018-10-12 23:08:25 +09: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
|
Add semicolons after CV_INSTRUMENT macros
|
2018-09-14 06:45:31 +09:00 |
smooth.cpp
|
Merge pull request #12516 from seiko2plus:changeUnvMultiply16
|
2018-10-15 12:07:40 +00:00 |
spatialgradient.cpp
|
Add semicolons after CV_INSTRUMENT macros
|
2018-09-14 06:45:31 +09:00 |
subdivision2d.cpp
|
Add semicolons after CV_INSTRUMENT macros
|
2018-09-14 06:45:31 +09:00 |
sumpixels.cpp
|
integral() implementation updated to utilize wide universal intrinsics
|
2018-10-01 17:25:43 +03:00 |
tables.cpp
|
Normalize line endings and whitespace
|
2012-10-17 15:57:49 +04:00 |
templmatch.cpp
|
Add semicolons after CV_INSTRUMENT macros
|
2018-09-14 06:45:31 +09:00 |
thresh.cpp
|
Add semicolons after CV_INSTRUMENT macros
|
2018-09-14 06:45:31 +09: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
|
Move border type constants and Moments class to core module
|
2013-04-10 19:14:24 +04:00 |