.. |
_geom.h
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +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
|
Merged the trunk r8345:8376
|
2012-05-18 13:18:37 +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
|
#1732 Added YUV422 conversions
|
2012-04-05 08:29:59 +00:00 |
contours.cpp
|
fixing convexityDefects()
|
2012-04-19 14:03:38 +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
|
added DIST_LABEL_PIXEL labelType to distanceTransform, ticket #1641 (thanks to Mikhail Matrosov for the patch)
|
2012-03-27 09:06:21 +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 |
filter.cpp
|
extended morphological operations to handle arbitrary number of channels and CV_64F type; extended filter2D to handle CV_16S type. added test to check the supported formats; added description of supported formats in various filtering operations.
|
2012-04-12 12:34:55 +00:00 |
floodfill.cpp
|
Fixed Android build warnings
|
2012-03-30 16:10:52 +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
|
a LOT of obsolete stuff has been moved to the legacy module.
|
2012-03-30 12:19:25 +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 #1616
|
2012-03-28 15:12:12 +00:00 |
hough.cpp
|
added houghcircles sample, improved circle detection (ticket #951)
|
2012-03-27 12:00:22 +00:00 |
imgwarp.cpp
|
support in-place warpAffine, warpPerspective & remap (feature #1150)
|
2012-04-04 11:44:09 +00:00 |
linefit.cpp
|
fixed multiple GCC warnings on Ubuntu 11.04
|
2011-06-14 12:03:34 +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
|
extended morphological operations to handle arbitrary number of channels and CV_64F type; extended filter2D to handle CV_16S type. added test to check the supported formats; added description of supported formats in various filtering operations.
|
2012-04-12 12:34:55 +00:00 |
phasecorr.cpp
|
Merged the trunk r8345:8376
|
2012-05-18 13:18:37 +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
|
Suppressed hundreds of useless MSVC warnings (can be reenabled setting cmake variable ENABLE_NOISY_WARNINGS to ON). Fixed some of remaining warnings.
|
2012-04-08 21:49:19 +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
|
Fixed ~20 potential errors identified by the MS complier.
|
2012-03-31 11:09:16 +00:00 |
shapedescr.cpp
|
switched back to FitEllipse algorithm by Dr. Daniel Weiss; improved its accuracy in some cases. It fixes #1638
|
2012-03-29 10:47:08 +00:00 |
smooth.cpp
|
added special function to patch NaN's in image. call this function from bilateralfilter (should fix bug #1811)
|
2012-04-24 15:16:21 +00:00 |
subdivision2d.cpp
|
a LOT of obsolete stuff has been moved to the legacy module.
|
2012-03-30 12:19:25 +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
|
extended morphological operations to handle arbitrary number of channels and CV_64F type; extended filter2D to handle CV_16S type. added test to check the supported formats; added description of supported formats in various filtering operations.
|
2012-04-12 12:34:55 +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
|
Merged the trunk r8345:8376
|
2012-05-18 13:18:37 +00:00 |