| .. |
|
_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
|
cosmetic changes, removed trailing spaces
|
2010-12-23 23:04:24 +00:00 |
|
approx.cpp
|
fixed several gcc 4.1 warnings
|
2010-10-21 18:30:57 +00:00 |
|
canny.cpp
|
mapstep type was also changed to ptrdiff_t (ticket #157)
|
2010-11-15 20:59:09 +00:00 |
|
color.cpp
|
fixed border processing bayer2rgb & bayer2gray; made the test "color-bayer" pass; renamed CV_Bayer*2Gray -> CV_Bayer*2GRAY for consistency
|
2010-12-11 10:43:32 +00:00 |
|
contours.cpp
|
fixed recent failures in shape-convhull & shape-minarearect
|
2010-11-30 00:17:43 +00:00 |
|
convhull.cpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
|
corner.cpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
|
cornersubpix.cpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
|
deriv.cpp
|
added IPP Sobel and Sharr filters. Also some minor changes.
|
2011-01-19 23:27:30 +00:00 |
|
distransform.cpp
|
increased "inf" constant in the true distance transform algorithm to handle high-resolution images
|
2011-01-05 20:18:52 +00:00 |
|
emd.cpp
|
reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine.
|
2011-02-09 20:55:11 +00:00 |
|
featureselect.cpp
|
fixed some GCC 4.4 warnings
|
2010-11-20 12:05:28 +00:00 |
|
featuretree.cpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
|
filter.cpp
|
reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine.
|
2011-02-09 20:55:11 +00:00 |
|
floodfill.cpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
|
gcgraph.hpp
|
Removing 'using namespace std' from header files, closes bugs #730 and #846
|
2011-02-16 06:36:15 +00:00 |
|
geometry.cpp
|
fixed recent failures in shape-convhull & shape-minarearect
|
2010-11-30 00:17:43 +00:00 |
|
grabcut.cpp
|
modified grabCut: noise is added only if covariance determinant = 0
|
2010-11-11 12:04:40 +00:00 |
|
histogram.cpp
|
added 16u support in calcHist & calcBackProject; added image type checks (ticket #856)
|
2011-02-27 16:43:36 +00:00 |
|
hough.cpp
|
another fix on the ticket #518 - ignore all the circles with radius outside of the specified range
|
2010-11-22 12:53:11 +00:00 |
|
imgwarp.cpp
|
fixed the fast branch of INTER_AREA resize (ticket #921)
|
2011-02-27 19:04:48 +00:00 |
|
inpaint.cpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +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
|
fix build with GCC 3.3 on Ubuntu 8.04
|
2010-07-09 09:09:20 +00:00 |
|
morph.cpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
|
precomp.cpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
|
precomp.hpp
|
rewrote matchTemplate in C++; added border awareness to crossCorr (ticket #557)
|
2010-11-12 20:55:32 +00:00 |
|
pyramids.cpp
|
reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine.
|
2011-02-09 20:55:11 +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
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
|
segmentation.cpp
|
removed memset in cv::pyrMeanShiftFiltering (ticket #664)
|
2010-11-20 12:39:52 +00:00 |
|
shapedescr.cpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
|
smooth.cpp
|
added hconcat & vconcat functions for joining matrices; moved some inline functions out of the headers; fixed several bugs in documentation; removed MatND from docs
|
2010-11-23 16:39:20 +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
|
Modified integral calculation function, know it can build float integral by float source matrix
|
2011-03-17 17:05:31 +00:00 |
|
tables.cpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
|
templmatch.cpp
|
fixed multiple warnings from VS2010.
|
2010-11-25 16:55:46 +00:00 |
|
thresh.cpp
|
fixed possible overflow in getThreshVal_Otsu_8u (ticket #602)
|
2010-11-04 12:38:27 +00:00 |
|
undistort.cpp
|
reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine.
|
2011-02-09 20:55:11 +00:00 |
|
utils.cpp
|
merged fix for x64 MSVC compile errors in highgui into trunk
|
2010-12-27 12:01:38 +00:00 |