.. |
opencl
|
Fixed the race condition between inc and dec on the l_counter.
|
10 years ago |
_geom.h
|
converted few more comp. geometry functions to C++
|
12 years ago |
accum.cpp
|
used popcnt
|
10 years ago |
approx.cpp
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
|
11 years ago |
blend.cpp
|
world fix
|
10 years ago |
canny.cpp
|
Merge pull request #3583 from oresths:tbb_canny
|
10 years ago |
clahe.cpp
|
Remove deprecated methods from cv::Algorithm
|
10 years ago |
color.cpp
|
move tegra namespace out of cv to prevent conflicts
|
10 years ago |
colormap.cpp
|
Added color map similar to Matlab's new default color map 'parula'.
|
10 years ago |
connectedcomponents.cpp
|
Several type of formal refactoring:
|
10 years ago |
contours.cpp
|
typos in comments
|
10 years ago |
convhull.cpp
|
fix isContourConvex
|
10 years ago |
corner.cpp
|
move tegra namespace out of cv to prevent conflicts
|
10 years ago |
cornersubpix.cpp
|
Several type of formal refactoring:
|
10 years ago |
demosaicing.cpp
|
used popcnt
|
10 years ago |
deriv.cpp
|
move tegra namespace out of cv to prevent conflicts
|
10 years ago |
distransform.cpp
|
Implementation detector and selector for IPP and OpenCL;
|
10 years ago |
drawing.cpp
|
fixed http://code.opencv.org/issues/4276 - set drawing thickness limit to 32767
|
10 years ago |
emd.cpp
|
initialize the output flow in EMD (thanks to Daniel DeMenthon for the bug report)
|
10 years ago |
featureselect.cpp
|
Don't process empty src image in GFTT
|
10 years ago |
filter.cpp
|
some fixes from http://code.opencv.org/issues/3733
|
10 years ago |
filterengine.hpp
|
typos in comments
|
10 years ago |
floodfill.cpp
|
TIFF loader: Allocate large enough buffer when (bpp * ncn) > 8.
|
10 years ago |
gabor.cpp
|
Remove all using directives for STL namespace and members
|
12 years ago |
gcgraph.hpp
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
|
11 years ago |
generalized_hough.cpp
|
deleted extra semicolons
|
11 years ago |
geometry.cpp
|
Several type of formal refactoring:
|
10 years ago |
grabcut.cpp
|
Remove all using directives for STL namespace and members
|
12 years ago |
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
|
10 years ago |
histogram.cpp
|
compareHist
|
10 years ago |
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.
|
10 years ago |
imgwarp.cpp
|
fixed compile warnings on Linux and Windows
|
10 years ago |
intersection.cpp
|
imgproc/intersection: fix loop index
|
11 years ago |
linefit.cpp
|
War on Whitespace, master edition: trailing spaces.
|
11 years ago |
lsd.cpp
|
Improved documentation and method comment to clarify that LineSegmentDetector::detect method accepts both Vec4i and Vec4f as return vector.
|
10 years ago |
matchcontours.cpp
|
War on Whitespace, master edition: trailing spaces.
|
11 years ago |
min_enclosing_triangle.cpp
|
deleted excess semicolons, commas
|
11 years ago |
moments.cpp
|
Implementation detector and selector for IPP and OpenCL;
|
10 years ago |
morph.cpp
|
Fix for Bug4243. Made changes relating to non OpenCL devices
|
10 years ago |
phasecorr.cpp
|
Several type of formal refactoring:
|
10 years ago |
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
|
10 years ago |
pyramids.cpp
|
move tegra namespace out of cv to prevent conflicts
|
10 years ago |
rotcalipers.cpp
|
Several type of formal refactoring:
|
10 years ago |
samplers.cpp
|
Implementation detector and selector for IPP and OpenCL;
|
10 years ago |
segmentation.cpp
|
Update segmentation.cpp
|
10 years ago |
shapedescr.cpp
|
Change condition on parallel ellipse case so can only calculate t if necessary
|
10 years ago |
smooth.cpp
|
Cast some image coordinates and sizes to double.
|
10 years ago |
subdivision2d.cpp
|
Remove all using directives for STL namespace and members
|
12 years ago |
sumpixels.cpp
|
improvements in Haar CascadeClassifier: 1) use CV_32S instead of CV_32F for the integral of squares (which is more accurate and more efficient); 2) skip the window if its contrast is too low
|
10 years ago |
tables.cpp
|
Normalize line endings and whitespace
|
12 years ago |
templmatch.cpp
|
move tegra namespace out of cv to prevent conflicts
|
10 years ago |
thresh.cpp
|
move tegra namespace out of cv to prevent conflicts
|
10 years ago |
undistort.cpp
|
multiple yet minor fixes to make most of the tests pass on Mac with Iris graphics
|
10 years ago |
utils.cpp
|
Move border type constants and Moments class to core module
|
12 years ago |