| .. |
|
opencl
|
Merge pull request #2881 from mlyashko:moments_opt
|
2014-06-24 16:19:52 +00:00 |
|
_geom.h
|
|
|
|
accum.cpp
|
icv: enable functions
|
2014-04-29 15:36:43 +04:00 |
|
approx.cpp
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
|
2014-03-11 17:20:01 +04:00 |
|
blend.cpp
|
refactored imgproc
|
2014-01-27 18:47:16 +04:00 |
|
canny.cpp
|
SSE2 optimization of magnitude calculation
|
2014-07-02 00:05:55 +04:00 |
|
clahe.cpp
|
Merge pull request #2393 from ilya-lavrenov:coverity
|
2014-02-26 12:16:36 +04:00 |
|
color.cpp
|
fixed defects found by coverity scan
|
2014-06-10 13:14:51 +04:00 |
|
connectedcomponents.cpp
|
correct upper bound for maximum number of labels for 8-way connectivity
|
2013-11-24 01:20:07 -08:00 |
|
contours.cpp
|
Merge pull request #2672 from a-wi:findContours
|
2014-06-26 17:35:08 +04:00 |
|
convhull.cpp
|
|
|
|
corner.cpp
|
Merge pull request #2709 from alalek:icv_update_binary_pack
|
2014-05-23 15:09:43 +04:00 |
|
cornersubpix.cpp
|
|
|
|
demosaicing.cpp
|
|
|
|
deriv.cpp
|
fix IPPDerivSobel condition
|
2014-04-29 15:36:45 +04:00 |
|
distransform.cpp
|
Merge pull request #2679 from alalek:ippicv_update
|
2014-05-07 18:24:41 +04:00 |
|
emd.cpp
|
|
|
|
featureselect.cpp
|
Fixed error in case corners not found
|
2014-04-03 10:30:55 +04:00 |
|
filter.cpp
|
fixed usage of reshape
|
2014-06-16 15:19:13 +04:00 |
|
floodfill.cpp
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
|
2014-02-25 15:02:24 +04: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
|
deleted extra semicolons
|
2014-01-07 02:52:30 +04:00 |
|
geometry.cpp
|
|
|
|
grabcut.cpp
|
|
|
|
histogram.cpp
|
cv::equalizeHist
|
2014-06-10 19:32:46 +04:00 |
|
hough.cpp
|
Disabled ippiHoughLine_Region for cv::HoughLines
|
2014-04-24 18:00:03 +04:00 |
|
imgwarp.cpp
|
fixed cv::warpPerspective
|
2014-06-12 15:17:24 +04:00 |
|
intersection.cpp
|
imgproc/intersection: fix loop index
|
2014-01-31 14:42:38 +04:00 |
|
linefit.cpp
|
|
|
|
lsd.cpp
|
Merge pull request #2774 from 23pointsNorth:lsd-nfa-fix
|
2014-06-26 17:29:27 +04:00 |
|
matchcontours.cpp
|
|
|
|
min_enclosing_triangle.cpp
|
deleted excess semicolons, commas
|
2014-01-18 01:31:33 +04:00 |
|
moments.cpp
|
replaced factors computation by precomputed values, added kernel for
|
2014-06-23 11:04:39 +04:00 |
|
morph.cpp
|
added extra condition
|
2014-06-22 19:18:14 +04:00 |
|
phasecorr.cpp
|
optimized createHanningWindow
|
2014-01-28 23:37:20 +04:00 |
|
precomp.hpp
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
|
2013-11-26 15:05:26 +04:00 |
|
pyramids.cpp
|
Merge pull request #2790 from akarsakov:ocl_pyrUp_unroll
|
2014-06-20 13:49:14 +00:00 |
|
rotcalipers.cpp
|
|
|
|
samplers.cpp
|
added status check
|
2014-04-17 11:08:02 +04:00 |
|
segmentation.cpp
|
|
|
|
shapedescr.cpp
|
|
|
|
smooth.cpp
|
optimized cv::boxFilter
|
2014-06-16 17:00:10 +04:00 |
|
subdivision2d.cpp
|
|
|
|
sumpixels.cpp
|
Fix pointer conversion
|
2014-06-16 18:14:05 +04:00 |
|
tables.cpp
|
|
|
|
templmatch.cpp
|
Fixed core for CCORR and SQDIFF. Used float instead of int for CV_8U. Fixed conditions for call dft.
|
2014-06-23 11:37:47 +04:00 |
|
thresh.cpp
|
Optimized memory access by using stride pattern
|
2014-05-16 10:22:03 +04:00 |
|
undistort.cpp
|
|
|
|
utils.cpp
|
|
|