.. |
opencl
|
Add OpenCL support to linearPolar & logPolar
|
2016-04-24 08:37:56 +08:00 |
_geom.h
|
converted few more comp. geometry functions to C++
|
2013-01-22 16:54:31 +04:00 |
accum.cpp
|
speed up accumulate, accumulateSquare, accumulateProduct and accumulateWeighted using SIMD
|
2016-07-15 08:09:24 +09:00 |
approx.cpp
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
|
2014-03-11 17:20:01 +04:00 |
blend.cpp
|
Visual Studio 2015 warning and test fixes
|
2015-10-20 12:48:37 +03:00 |
canny.cpp
|
imgproc: Canny: enable IPP & OpenCL optimization code path
|
2016-07-19 17:15:36 +03:00 |
clahe.cpp
|
fixing CLAHE crash with pixels value > 12 bit
|
2016-04-22 18:55:22 +03:00 |
color.cpp
|
cvtColor: fix inplace processing
|
2016-07-01 17:09:12 +03:00 |
colormap.cpp
|
fix: 6149 (through CV_Error on wrong image type)
|
2016-03-19 19:57:05 +02:00 |
connectedcomponents.cpp
|
Several type of formal refactoring:
|
2014-08-13 15:21:35 +04:00 |
contours.cpp
|
Fix for #5481, removing repeated/useless assignment in contours.cpp
|
2015-10-12 16:16:27 +00:00 |
convhull.cpp
|
May be it can solve issue 5908
|
2016-01-02 21:06:51 +01:00 |
corner.cpp
|
Visual Studio 2015 warning and test fixes
|
2015-10-20 12:48:37 +03:00 |
cornersubpix.cpp
|
Several type of formal refactoring:
|
2014-08-13 15:21:35 +04:00 |
demosaicing.cpp
|
used popcnt
|
2015-01-12 10:59:30 +03:00 |
deriv.cpp
|
Filter2D HAL interface
|
2016-03-03 18:56:12 +03:00 |
distransform.cpp
|
IPP_VERSION_X100 was changed to:
|
2015-09-25 17:50:15 +03:00 |
drawing.cpp
|
Update drawing.cpp
|
2016-06-05 01:06:55 +03:00 |
emd.cpp
|
provide better error messages
|
2016-07-12 18:03:28 +03:00 |
featureselect.cpp
|
Make goodFeaturesToTrack() return deterministic results
|
2016-07-25 21:17:54 -07:00 |
filter.cpp
|
Merge pull request #6924 from K-Shinotsuka:issue3
|
2016-07-18 18:16:02 +00:00 |
filterengine.hpp
|
HAL interface for morphology operations
|
2016-03-21 09:32:06 +03:00 |
floodfill.cpp
|
TIFF loader: Allocate large enough buffer when (bpp * ncn) > 8.
|
2015-05-24 14:06:33 +02: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
|
deleted extra semicolons
|
2014-01-07 02:52:30 +04:00 |
geometry.cpp
|
Several type of formal refactoring:
|
2014-08-13 15:21:35 +04:00 |
grabcut.cpp
|
fix typo
|
2016-04-19 15:09:27 +02:00 |
hal_replacement.hpp
|
Merge pull request #6705 from alalek:fix_hal_imgproc
|
2016-06-21 16:24:29 +00: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
|
fix for buffer-overflow in IPPCalcHistInvoker::operator()
|
2016-07-06 09:54:28 +02:00 |
hough.cpp
|
Fixed warnings for IPP9+ build;
|
2015-12-01 16:10:29 +03:00 |
imgwarp.cpp
|
imgproc: fix typo
|
2016-07-21 06:42:11 +09:00 |
intersection.cpp
|
imgproc/intersection: fix loop index
|
2014-01-31 14:42:38 +04:00 |
linefit.cpp
|
War on Whitespace, master edition: trailing spaces.
|
2013-08-27 13:57:24 +04:00 |
lsd.cpp
|
Improved documentation and method comment to clarify that LineSegmentDetector::detect method accepts both Vec4i and Vec4f as return vector.
|
2015-01-20 17:05:57 +01:00 |
main.cpp
|
IPPInitSingelton was added to contain IPP related global variables;
|
2015-10-01 09:58:48 +03:00 |
matchcontours.cpp
|
War on Whitespace, master edition: trailing spaces.
|
2013-08-27 13:57:24 +04:00 |
min_enclosing_triangle.cpp
|
deleted excess semicolons, commas
|
2014-01-18 01:31:33 +04:00 |
moments.cpp
|
improve MomentsInTile_SIMD<ushort, int, int>()
|
2016-07-27 20:27:30 +09:00 |
morph.cpp
|
HAL resize, warpAffine, warpPerspective interface
|
2016-04-07 18:47:24 +03:00 |
phasecorr.cpp
|
Several type of formal refactoring:
|
2014-08-13 15:21:35 +04:00 |
precomp.hpp
|
Filter2D HAL interface
|
2016-03-03 18:56:12 +03:00 |
pyramids.cpp
|
Merge branch '2.4' into master
|
2016-04-21 20:15:08 +03:00 |
rotcalipers.cpp
|
Refactor a section of icvRotatingCalipers to work around a GCC bug
|
2015-09-11 18:34:16 +02:00 |
samplers.cpp
|
IPP_VERSION_X100 was changed to:
|
2015-09-25 17:50:15 +03:00 |
segmentation.cpp
|
Update segmentation.cpp
|
2014-12-11 17:36:36 +01:00 |
shapedescr.cpp
|
build failed, trailing whitespace.
|
2015-12-09 08:00:42 +08:00 |
smooth.cpp
|
imgproc: Prefer OCL calculation before IPP in GaussianBlur.
|
2016-08-05 12:27:16 +03:00 |
spatialgradient.cpp
|
HAL moved back to core
|
2015-12-17 12:33:23 +03:00 |
subdivision2d.cpp
|
Remove all using directives for STL namespace and members
|
2013-02-25 15:04:17 +04:00 |
sumpixels.cpp
|
Fixes for IPP integration:
|
2015-10-12 10:51:28 +03:00 |
tables.cpp
|
|
|
templmatch.cpp
|
Reworked HAL dft/dct interface, added replacement documentation
|
2016-04-08 16:03:51 +03:00 |
thresh.cpp
|
Merge pull request #6970 from K-Shinotsuka:issue6
|
2016-08-03 18:50:00 +00:00 |
undistort.cpp
|
Extension of the camera distortion model for tilted image sensors (Scheimpflug condition) including test
|
2015-12-14 15:20:34 +01:00 |
utils.cpp
|
Move border type constants and Moments class to core module
|
2013-04-10 19:14:24 +04:00 |