.. |
opencl
|
fix gftt opencv kernel when using mask
|
2015-04-22 16:13:50 +02:00 |
_geom.h
|
converted few more comp. geometry functions to C++
|
2013-01-22 16:54:31 +04:00 |
accum.cpp
|
used popcnt
|
2015-01-12 10:59:30 +03:00 |
approx.cpp
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
|
2014-03-11 17:20:01 +04:00 |
blend.cpp
|
world fix
|
2014-08-05 20:12:35 +04:00 |
canny.cpp
|
Merge pull request #3583 from oresths:tbb_canny
|
2015-03-04 10:49:27 +00:00 |
clahe.cpp
|
Remove deprecated methods from cv::Algorithm
|
2015-02-16 15:28:54 +03:00 |
color.cpp
|
move tegra namespace out of cv to prevent conflicts
|
2015-02-27 12:52:11 +03:00 |
colormap.cpp
|
Reduce variable scope
|
2015-03-25 10:35:11 +03:00 |
connectedcomponents.cpp
|
Several type of formal refactoring:
|
2014-08-13 15:21:35 +04:00 |
contours.cpp
|
More sensible error messages
|
2015-01-11 03:56:07 +04:00 |
convhull.cpp
|
Several type of formal refactoring:
|
2014-08-13 15:21:35 +04:00 |
corner.cpp
|
move tegra namespace out of cv to prevent conflicts
|
2015-02-27 12:52:11 +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
|
move tegra namespace out of cv to prevent conflicts
|
2015-02-27 12:52:11 +03:00 |
distransform.cpp
|
Implementation detector and selector for IPP and OpenCL;
|
2014-10-15 14:24:41 +04:00 |
drawing.cpp
|
move 3265 to 3.0;
|
2015-04-16 14:36:46 +03:00 |
emd.cpp
|
initialize the output flow in EMD (thanks to Daniel DeMenthon for the bug report)
|
2015-03-26 16:26:41 +03:00 |
featureselect.cpp
|
Don't process empty src image in GFTT
|
2014-10-28 16:06:36 +03:00 |
filter.cpp
|
move tegra namespace out of cv to prevent conflicts
|
2015-02-27 12:52:11 +03:00 |
filterengine.hpp
|
trying to fix builds
|
2014-08-14 13:18:04 +04:00 |
floodfill.cpp
|
multiple yet minor fixes to make most of the tests pass on Mac with Iris graphics
|
2014-08-16 00:29:10 +04: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
|
Remove all using directives for STL namespace and members
|
2013-02-25 15:04:17 +04: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
|
compareHist
|
2015-01-12 10:59:31 +03:00 |
hough.cpp
|
Removed check on limits. A common use of HoughLines would be to restrict theta to be between a small negative number and a small positive number, e.g. -pi/16 to pi/16. This wasn't possible with the previous checks.
|
2015-03-13 17:04:13 -07:00 |
imgwarp.cpp
|
Double used as boolean for no reason
|
2015-03-06 17:04:54 +03: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 |
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
|
Implementation detector and selector for IPP and OpenCL;
|
2014-10-15 14:24:41 +04:00 |
morph.cpp
|
Fix for Bug4243. Made changes relating to non OpenCL devices
|
2015-04-16 00:22:08 +05:30 |
phasecorr.cpp
|
Several type of formal refactoring:
|
2014-08-13 15:21:35 +04:00 |
precomp.hpp
|
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 |
pyramids.cpp
|
move tegra namespace out of cv to prevent conflicts
|
2015-02-27 12:52:11 +03:00 |
rotcalipers.cpp
|
Several type of formal refactoring:
|
2014-08-13 15:21:35 +04:00 |
samplers.cpp
|
Implementation detector and selector for IPP and OpenCL;
|
2014-10-15 14:24:41 +04:00 |
segmentation.cpp
|
Update segmentation.cpp
|
2014-12-11 17:36:36 +01:00 |
shapedescr.cpp
|
Change condition on parallel ellipse case so can only calculate t if necessary
|
2015-04-18 13:51:32 -04:00 |
smooth.cpp
|
disabled some kernels for Android && NVidia
|
2015-03-04 14:46:49 +03:00 |
subdivision2d.cpp
|
Remove all using directives for STL namespace and members
|
2013-02-25 15:04:17 +04:00 |
sumpixels.cpp
|
used popcnt
|
2015-01-12 10:59:30 +03:00 |
tables.cpp
|
Normalize line endings and whitespace
|
2012-10-17 15:57:49 +04:00 |
templmatch.cpp
|
move tegra namespace out of cv to prevent conflicts
|
2015-02-27 12:52:11 +03:00 |
thresh.cpp
|
move tegra namespace out of cv to prevent conflicts
|
2015-02-27 12:52:11 +03:00 |
undistort.cpp
|
multiple yet minor fixes to make most of the tests pass on Mac with Iris graphics
|
2014-08-16 00:29:10 +04:00 |
utils.cpp
|
Move border type constants and Moments class to core module
|
2013-04-10 19:14:24 +04:00 |