.. |
_featuretree.h
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
_geom.h
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
_imgproc.h
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
_kdtree.hpp
|
inserted missing std:: (ticket #333). Thanks to trisk for the patch!
|
2010-07-29 10:55:09 +00:00 |
_list.h
|
lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template.
|
2012-03-15 14:36:01 +00:00 |
accum.cpp
|
CV_USE_UNROLLED for imgproc
|
2012-02-21 11:31:23 +00:00 |
approx.cpp
|
fixed several gcc 4.1 warnings
|
2010-10-21 18:30:57 +00:00 |
canny.cpp
|
Fixed Canny
|
2012-02-21 11:16:49 +00:00 |
color.cpp
|
fixed hundreds of warnings from MSVC 2010.
|
2012-03-16 21:21:04 +00:00 |
contours.cpp
|
preliminary version of a multi-level findcontours
|
2012-03-24 20:03:07 +00:00 |
convhull.cpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
corner.cpp
|
added improved ORB implementation, convex-convex polygon intersection, eigen2x2 low-level function ...
|
2011-11-08 12:01:49 +00:00 |
cornersubpix.cpp
|
fixed bug #1364
|
2011-09-27 15:58:08 +00:00 |
deriv.cpp
|
More performance tests for Sobel and Scharr filters
|
2011-11-03 16:08:49 +00:00 |
distransform.cpp
|
fixed bug #1531. added separate distanceTransformWithLabels function that returns labels, since normally the labels are not needed.
|
2012-01-25 12:17:59 +00:00 |
emd.cpp
|
fixed flow matrix dimensionality in EMD
|
2011-07-27 20:13:50 +00:00 |
featureselect.cpp
|
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
|
2011-06-06 14:51:27 +00:00 |
featuretree.cpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
filter.cpp
|
CV_USE_UNROLLED for imgproc
|
2012-02-21 11:31:23 +00:00 |
floodfill.cpp
|
fixed floodfill with mask parameter when no mask is passed
|
2011-07-28 14:10:17 +00:00 |
gabor.cpp
|
fixed hundreds of warnings from MSVC 2010.
|
2012-03-16 21:21:04 +00:00 |
gcgraph.hpp
|
fixed error in gcgraph which led to problems in opencv_stitching GC seam finder, added check for duplication in matches (opencv_stitching)
|
2011-06-02 12:13:06 +00:00 |
geometry.cpp
|
fixed hundreds of warnings from MSVC 2010.
|
2012-03-16 21:21:04 +00:00 |
grabcut.cpp
|
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
|
2011-06-06 14:51:27 +00:00 |
histogram.cpp
|
fixed chi-square test, ticket #1263
|
2012-03-26 09:07:02 +00:00 |
hough.cpp
|
fixed #1436
|
2012-03-21 12:06:49 +00:00 |
imgwarp.cpp
|
fixed nearest-neighbor remap with constant border, ticket #1681 (thanks to Vlad for the patch)
|
2012-03-26 09:12:27 +00:00 |
kdtree.cpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
linefit.cpp
|
fixed multiple GCC warnings on Ubuntu 11.04
|
2011-06-14 12:03:34 +00:00 |
lsh.cpp
|
added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings
|
2011-07-19 12:27:07 +00:00 |
matchcontours.cpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
moments.cpp
|
eliminated opencv_extra_api.hpp (all the functionality is moved to the regular OpenCV headers)
|
2011-07-18 16:31:30 +00:00 |
morph.cpp
|
fixed hundreds of warnings from MSVC 2010.
|
2012-03-16 21:21:04 +00:00 |
phasecorr.cpp
|
fixed hundreds of warnings from MSVC 2010.
|
2012-03-16 21:21:04 +00:00 |
precomp.cpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
precomp.hpp
|
Added missed macro
|
2011-12-27 11:32:56 +00:00 |
pyramids.cpp
|
Tegra-optimized pyrUp
|
2011-11-28 16:38:36 +00:00 |
pyrsegmentation.cpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
rotcalipers.cpp
|
unified the coordinate interpretation in RotatedRect (ticket #425)
|
2010-11-29 18:14:08 +00:00 |
samplers.cpp
|
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
|
2011-06-06 14:51:27 +00:00 |
segmentation.cpp
|
CV_USE_UNROLLED for imgproc
|
2012-02-21 11:31:23 +00:00 |
shapedescr.cpp
|
fixed typo in fitellipse err message (ticket #365)
|
2011-05-02 22:37:21 +00:00 |
smooth.cpp
|
Optimized version of adaptiveThreshold added
|
2012-01-25 07:50:47 +00:00 |
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)
|
2011-06-17 06:31:54 +00:00 |
subdivision2d.cpp
|
fixed many warnings from GCC 4.6.1
|
2012-03-17 09:22:31 +00:00 |
sumpixels.cpp
|
Refactored Tegra related macro usage
|
2011-12-27 11:21:45 +00:00 |
tables.cpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
templmatch.cpp
|
fixed bug #1552
|
2012-01-25 12:43:47 +00:00 |
thresh.cpp
|
fixed hundreds of warnings from MSVC 2010.
|
2012-03-16 21:21:04 +00:00 |
undistort.cpp
|
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
|
2011-06-06 14:51:27 +00:00 |
utils.cpp
|
Fixed border interpolation problem in filter2D
|
2011-12-26 08:05:33 +00:00 |