.. |
_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
|
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.
|
13 years ago |
accum.cpp
|
CV_USE_UNROLLED for imgproc
|
13 years ago |
approx.cpp
|
fixed several gcc 4.1 warnings
|
14 years ago |
canny.cpp
|
Fixed Canny
|
13 years ago |
color.cpp
|
fixed hundreds of warnings from MSVC 2010.
|
13 years ago |
contours.cpp
|
preliminary version of a multi-level findcontours
|
13 years ago |
convhull.cpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
15 years ago |
corner.cpp
|
added improved ORB implementation, convex-convex polygon intersection, eigen2x2 low-level function ...
|
13 years ago |
cornersubpix.cpp
|
fixed bug #1364
|
13 years ago |
deriv.cpp
|
More performance tests for Sobel and Scharr filters
|
13 years ago |
distransform.cpp
|
fixed bug #1531. added separate distanceTransformWithLabels function that returns labels, since normally the labels are not needed.
|
13 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
|
CV_USE_UNROLLED for imgproc
|
13 years ago |
floodfill.cpp
|
fixed floodfill with mask parameter when no mask is passed
|
14 years ago |
gabor.cpp
|
fixed hundreds of warnings from MSVC 2010.
|
13 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 hundreds of warnings from MSVC 2010.
|
13 years ago |
grabcut.cpp
|
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
|
14 years ago |
histogram.cpp
|
fixed chi-square test, ticket #1263
|
13 years ago |
hough.cpp
|
fixed #1436
|
13 years ago |
imgwarp.cpp
|
fixed nearest-neighbor remap with constant border, ticket #1681 (thanks to Vlad for the patch)
|
13 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
|
fixed hundreds of warnings from MSVC 2010.
|
13 years ago |
phasecorr.cpp
|
fixed hundreds of warnings from MSVC 2010.
|
13 years ago |
precomp.cpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
15 years ago |
precomp.hpp
|
Added missed macro
|
13 years ago |
pyramids.cpp
|
Tegra-optimized pyrUp
|
13 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
|
CV_USE_UNROLLED for imgproc
|
13 years ago |
shapedescr.cpp
|
fixed typo in fitellipse err message (ticket #365)
|
14 years ago |
smooth.cpp
|
Optimized version of adaptiveThreshold added
|
13 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 many warnings from GCC 4.6.1
|
13 years ago |
sumpixels.cpp
|
Refactored Tegra related macro usage
|
13 years ago |
tables.cpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
15 years ago |
templmatch.cpp
|
fixed bug #1552
|
13 years ago |
thresh.cpp
|
fixed hundreds of warnings from MSVC 2010.
|
13 years ago |
undistort.cpp
|
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
|
14 years ago |
utils.cpp
|
Fixed border interpolation problem in filter2D
|
13 years ago |