.. |
_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
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
accum.cpp
|
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
|
2011-04-17 13:14:45 +00:00 |
approx.cpp
|
fixed several gcc 4.1 warnings
|
2010-10-21 18:30:57 +00:00 |
canny.cpp
|
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
|
2011-04-17 13:14:45 +00:00 |
color.cpp
|
added 16-bit support to Bayer2RGB & Bayer2Gray (ticket #686); fixed bug in cv.CreateHist() when no ranges are passed (ticket #990)
|
2011-06-03 15:45:50 +00:00 |
contours.cpp
|
fixed a few warnings on Windows; fixed critical bugs in cvMixChannels and AutoBuffer<>.
|
2011-05-17 15:44:01 +00:00 |
convhull.cpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
corner.cpp
|
make scalar and SSE versions of minEigenVal & cornerHarris give [almost] the same results (ticket #811)
|
2011-06-01 13:45:08 +00:00 |
cornersubpix.cpp
|
fixed bug with possible memory corruption in CvMat m = iarray.getMat(); expressions (ticket #1054)
|
2011-05-18 15:16:12 +00:00 |
deriv.cpp
|
fixed bug in cv::Scharr and cv::Laplacian (ddepth < 0)
|
2011-05-10 06:28:48 +00:00 |
distransform.cpp
|
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
|
2011-04-17 13:14:45 +00:00 |
emd.cpp
|
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
|
2011-04-17 13:14:45 +00:00 |
featureselect.cpp
|
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
|
2011-04-17 13:14:45 +00:00 |
featuretree.cpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
filter.cpp
|
Added support of the 1 width element in morphology (ticket #1099).
|
2011-05-31 14:50:25 +00:00 |
floodfill.cpp
|
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
|
2011-04-17 13:14:45 +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 recent failures in shape-convhull & shape-minarearect
|
2010-11-30 00:17:43 +00:00 |
grabcut.cpp
|
fixed #1048
|
2011-05-06 12:15:14 +00:00 |
histogram.cpp
|
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
|
2011-04-17 13:14:45 +00:00 |
hough.cpp
|
fixed bug with possible memory corruption in CvMat m = iarray.getMat(); expressions (ticket #1054)
|
2011-05-18 15:16:12 +00:00 |
imgwarp.cpp
|
added CV_64F support to cv::remap (ticket #650)
|
2011-06-03 17:06:08 +00:00 |
inpaint.cpp
|
fixed bug with possible memory corruption in CvMat m = iarray.getMat(); expressions (ticket #1054)
|
2011-05-18 15:16:12 +00:00 |
kdtree.cpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
linefit.cpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
lsh.cpp
|
replaced alloca() (a.k.a. cvStackAlloc) with AutoBuffer or vector() everywhere. cvStackAlloc() is still defined, but we do not need alloca() anymore to compile and run OpenCV (fixes #889 and may be some others)
|
2011-02-18 10:29:57 +00:00 |
matchcontours.cpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
moments.cpp
|
fixed bug with possible memory corruption in CvMat m = iarray.getMat(); expressions (ticket #1054)
|
2011-05-18 15:16:12 +00:00 |
morph.cpp
|
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
|
2011-04-17 13:14:45 +00:00 |
precomp.cpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
precomp.hpp
|
replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719)
|
2011-05-21 18:32:34 +00:00 |
pyramids.cpp
|
switched float with short in blending step (opencv_stitching)
|
2011-05-23 13:08:31 +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
|
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
|
2011-04-17 13:14:45 +00:00 |
segmentation.cpp
|
avoid crash in the case of multiple pyramid levels
|
2011-05-23 13:50:17 +00:00 |
shapedescr.cpp
|
fixed typo in fitellipse err message (ticket #365)
|
2011-05-02 22:37:21 +00:00 |
smooth.cpp
|
fix bilateral filter behavior when color_sigma == 0 and/or spatial_sigma == 0 (ticket #469)
|
2011-06-01 13:15:43 +00:00 |
spilltree.cpp
|
patched spilltree for better compatibility with multi-threaded apps (thanks to Kevin Keraudren)
|
2011-04-04 10:58:07 +00:00 |
subdivision2d.cpp
|
further improved accuracy of Delaunay triangulation (ticket #433)
|
2010-11-10 20:45:54 +00:00 |
sumpixels.cpp
|
fixed couple of integral-related bugs
|
2011-04-29 11:55:33 +00:00 |
tables.cpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
templmatch.cpp
|
make sure filter2D does not use uninitialized buffers (thanks to flkleber for the patch)
|
2011-04-26 12:33:25 +00:00 |
thresh.cpp
|
Tegra optimization of cv::threshold
|
2011-05-30 13:12:01 +00:00 |
undistort.cpp
|
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
|
2011-04-17 13:14:45 +00:00 |
utils.cpp
|
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
|
2011-04-17 13:14:45 +00:00 |