.. |
_featuretree.h
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
15 years ago |
_geom.h
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
15 years ago |
_imgproc.h
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
15 years ago |
_kdtree.hpp
|
inserted missing std:: (ticket #333). Thanks to trisk for the patch!
|
15 years ago |
_list.h
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
15 years ago |
accum.cpp
|
repaired Python bindings for functions using InputOutputArray
|
14 years ago |
approx.cpp
|
fixed several gcc 4.1 warnings
|
14 years ago |
canny.cpp
|
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
|
14 years ago |
color.cpp
|
cvtColor: dst channels number default is set to 4 for RGBA/BGRA cases; added new codes for yuv420 to RGBA/BGRA.
|
13 years ago |
contours.cpp
|
~40 warnings under VS2008
|
14 years ago |
convhull.cpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
15 years ago |
corner.cpp
|
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
|
14 years ago |
cornersubpix.cpp
|
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
|
14 years ago |
deriv.cpp
|
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
|
14 years ago |
distransform.cpp
|
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
|
14 years ago |
emd.cpp
|
fixed flow matrix dimensionality in EMD
|
14 years ago |
featureselect.cpp
|
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
|
14 years ago |
featuretree.cpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
15 years ago |
filter.cpp
|
avoid infinite loops when 0-area image is filtered (ticket #1295)
|
14 years ago |
floodfill.cpp
|
fixed floodfill with mask parameter when no mask is passed
|
14 years ago |
gcgraph.hpp
|
fixed error in gcgraph which led to problems in opencv_stitching GC seam finder, added check for duplication in matches (opencv_stitching)
|
14 years ago |
geometry.cpp
|
fixed pointPolygonTest(). Now it returns -1, 0, 1 when measureDist=false (ticket #1285)
|
14 years ago |
grabcut.cpp
|
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
|
14 years ago |
histogram.cpp
|
fix by Vadim in calcBackProject: additional case is considered
|
14 years ago |
hough.cpp
|
fixed multi-scale Hough transform (ticket #1320)
|
14 years ago |
imgwarp.cpp
|
Neon Optimized Resize added
|
13 years ago |
inpaint.cpp
|
fixed multiple GCC warnings on Ubuntu 11.04
|
14 years ago |
kdtree.cpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
15 years ago |
linefit.cpp
|
fixed multiple GCC warnings on Ubuntu 11.04
|
14 years ago |
lsh.cpp
|
added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings
|
14 years ago |
matchcontours.cpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
15 years ago |
moments.cpp
|
eliminated opencv_extra_api.hpp (all the functionality is moved to the regular OpenCV headers)
|
14 years ago |
morph.cpp
|
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
|
14 years ago |
phasecorr.cpp
|
warnings
|
13 years ago |
precomp.cpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
15 years ago |
precomp.hpp
|
~40 warnings under VS2008
|
14 years ago |
pyramids.cpp
|
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
|
14 years ago |
pyrsegmentation.cpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
15 years ago |
rotcalipers.cpp
|
unified the coordinate interpretation in RotatedRect (ticket #425)
|
14 years ago |
samplers.cpp
|
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
|
14 years ago |
segmentation.cpp
|
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
|
14 years ago |
shapedescr.cpp
|
fixed typo in fitellipse err message (ticket #365)
|
14 years ago |
smooth.cpp
|
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
|
14 years ago |
spilltree.cpp
|
removed trailing backspaces, reduced number of warnings (under MSVC2010 x64) for size_t to int conversion, added handling of samples launch without parameters (should not have abnormal termination if there was no paramaters supplied)
|
14 years ago |
subdivision2d.cpp
|
fixed C++ implementation of Delaunay triangulation and moved it from sample to imgproc.
|
14 years ago |
sumpixels.cpp
|
renamed "None()" to "noArray()" to avoid conflicts with X11 (ticket #1122)
|
14 years ago |
tables.cpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
15 years ago |
templmatch.cpp
|
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
|
14 years ago |
thresh.cpp
|
extended Mat::setTo() to support multi-channel arrays; fixed bug #1095
|
14 years ago |
undistort.cpp
|
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
|
14 years ago |
utils.cpp
|
optimized sparse LK optical flow (tickets #1062 and #1210)
|
14 years ago |