summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Vadim Pisarevsky [Tue, 1 Jun 2010 16:07:28 +0000 (16:07 +0000)]
extended highgui VideoCapture::get/set property documentation (thanks to frm)
Vadim Pisarevsky [Tue, 1 Jun 2010 15:52:03 +0000 (15:52 +0000)]
removed internal-use cvconfig.h from core/internal.hpp (thanks to iwamatsu)
Vadim Pisarevsky [Tue, 1 Jun 2010 15:47:36 +0000 (15:47 +0000)]
fixed OpenCV_INCLUDE_DIRS in OpenCVConfig.cmake (thanks to borism for the patch)
Vadim Pisarevsky [Tue, 1 Jun 2010 15:44:02 +0000 (15:44 +0000)]
fixed repeated calculations in cvsolve (thanks to denisstack for the fix)
Vadim Pisarevsky [Tue, 1 Jun 2010 15:34:43 +0000 (15:34 +0000)]
remove bash'ism in the samples build script (thanks to iwamatsu for the patch)
Vadim Pisarevsky [Tue, 1 Jun 2010 13:53:20 +0000 (13:53 +0000)]
now C++ classes can be read/written with cvRead/cvWrite/cvLoad/cvSave. Tested on HOGDescriptor
Vadim Pisarevsky [Mon, 31 May 2010 16:47:13 +0000 (16:47 +0000)]
added some more Doxygen comments
Vadim Pisarevsky [Mon, 31 May 2010 16:46:49 +0000 (16:46 +0000)]
build PDF out of rst docs
Vadim Pisarevsky [Mon, 31 May 2010 16:46:09 +0000 (16:46 +0000)]
fixed Latex docs for cleaner HTML output
Jose Luis Blanco [Mon, 31 May 2010 08:15:10 +0000 (08:15 +0000)]
fixed duplicated definition warning
Maria Dimashova [Sun, 30 May 2010 11:28:43 +0000 (11:28 +0000)]
fixed CvSVM
Maria Dimashova [Sun, 30 May 2010 11:03:42 +0000 (11:03 +0000)]
fixed CvSVM
James Bowman [Thu, 27 May 2010 22:36:26 +0000 (22:36 +0000)]
#362, CvMoments fields now exposed, smoke tested by test_moments
Jose Luis Blanco [Thu, 27 May 2010 09:55:46 +0000 (09:55 +0000)]
- Added a Warning macro compatible with GCC & MSVC to cv.h
- Fixed extra text after #endif
Victor Erukhimov [Thu, 27 May 2010 06:23:54 +0000 (06:23 +0000)]
Added for backward compatibility
Vadim Pisarevsky [Wed, 26 May 2010 20:35:09 +0000 (20:35 +0000)]
modified the sub-pixel disparity interpolation (by K. Konolige)
Victor Erukhimov [Wed, 26 May 2010 19:50:20 +0000 (19:50 +0000)]
cv::cvflann -> cv::flann
Maria Dimashova [Wed, 26 May 2010 15:45:32 +0000 (15:45 +0000)]
removed old sample on keypoints matching and added new one
Maria Dimashova [Wed, 26 May 2010 15:00:03 +0000 (15:00 +0000)]
override clear method to VectorDescriptorMatch
Victor Erukhimov [Wed, 26 May 2010 12:45:29 +0000 (12:45 +0000)]
Fixing a compiler problem of a prev rev
Victor Erukhimov [Wed, 26 May 2010 12:34:48 +0000 (12:34 +0000)]
Fixing compiler errors for outlet_pose_estimation
Maria Dimashova [Wed, 26 May 2010 11:27:56 +0000 (11:27 +0000)]
added clear method to GenericDescriptorMatch
Vadim Pisarevsky [Wed, 26 May 2010 08:42:33 +0000 (08:42 +0000)]
always create <opencv_build_dir>/doc/html to avoid CMake 2.4 error messages
Vadim Pisarevsky [Wed, 26 May 2010 08:40:25 +0000 (08:40 +0000)]
doxygenated calib3d module (C++ part only)
Vadim Pisarevsky [Tue, 25 May 2010 15:59:48 +0000 (15:59 +0000)]
doxygenated opencv_video & opencv_calib3d modules (C++ part only)
Victor Erukhimov [Tue, 25 May 2010 15:28:23 +0000 (15:28 +0000)]
Added deprecation warning for gcc
Vadim Pisarevsky [Tue, 25 May 2010 14:57:10 +0000 (14:57 +0000)]
doxygenated core and imgproc modules (C++ API only)
Victor Erukhimov [Tue, 25 May 2010 13:47:12 +0000 (13:47 +0000)]
Added a warning for deprecated headers
Victor Erukhimov [Tue, 25 May 2010 13:46:43 +0000 (13:46 +0000)]
Added headers for backward compatibility
Jose Luis Blanco [Tue, 25 May 2010 07:31:44 +0000 (07:31 +0000)]
fixed a simple declaration error.
Vadim Pisarevsky [Sat, 22 May 2010 12:03:15 +0000 (12:03 +0000)]
fixed the module list in Doxygen CMake script
Vadim Pisarevsky [Fri, 21 May 2010 20:37:05 +0000 (20:37 +0000)]
renamed cv::flann to cv::cvflann to avoid name conflicts
Maria Dimashova [Fri, 21 May 2010 17:36:36 +0000 (17:36 +0000)]
fixed gftt wrapper, update testdata
Vadim Pisarevsky [Fri, 21 May 2010 12:07:00 +0000 (12:07 +0000)]
fixed mixed-type exp and log functions, used in HMMs (thanks to V. Mityaev)
Maria Dimashova [Thu, 20 May 2010 16:31:00 +0000 (16:31 +0000)]
minor changes of detectors test
Maria Dimashova [Thu, 20 May 2010 16:16:28 +0000 (16:16 +0000)]
updated detectors and descriptors quality tests
Vadim Pisarevsky [Thu, 20 May 2010 11:37:37 +0000 (11:37 +0000)]
extended description of the error handling mechanism with OpenCV C++ API
Vadim Pisarevsky [Wed, 19 May 2010 18:42:08 +0000 (18:42 +0000)]
fixed filterSpeckles call in StereoBM (thanks to Patrick Mihelich)
Maria Dimashova [Wed, 19 May 2010 16:02:30 +0000 (16:02 +0000)]
updated sift wrapper (recalculation angles mode)
James Bowman [Tue, 18 May 2010 18:32:23 +0000 (18:32 +0000)]
Typo
Vadim Pisarevsky [Tue, 18 May 2010 16:42:35 +0000 (16:42 +0000)]
updated OpenCV version because of the recent reorganization
Vadim Pisarevsky [Tue, 18 May 2010 16:38:51 +0000 (16:38 +0000)]
fixed source image corruption (ticket #306)
Vadim Pisarevsky [Tue, 18 May 2010 15:47:39 +0000 (15:47 +0000)]
added cv::setMouseCallback and cv::startWindowThread
Vadim Pisarevsky [Tue, 18 May 2010 15:41:28 +0000 (15:41 +0000)]
added Doxygen-based documentation (draft version for now)
Maria Dimashova [Tue, 18 May 2010 12:21:45 +0000 (12:21 +0000)]
fixed wrapper of sift descriptor
Liu Liu [Tue, 18 May 2010 07:16:24 +0000 (07:16 +0000)]
fixed the error in SURF when no keypoint detected
Maria Dimashova [Mon, 17 May 2010 17:45:05 +0000 (17:45 +0000)]
updated detectors quality test, added descriptors quality test
Maria Dimashova [Mon, 17 May 2010 17:36:58 +0000 (17:36 +0000)]
fixed wrapper of sift descriptor
James Bowman [Fri, 14 May 2010 22:25:15 +0000 (22:25 +0000)]
Make doc build work with new layout
James Bowman [Fri, 14 May 2010 22:24:32 +0000 (22:24 +0000)]
#301, sample code for CalcHist
James Bowman [Fri, 14 May 2010 20:58:54 +0000 (20:58 +0000)]
test case for #342
James Bowman [Fri, 14 May 2010 20:57:30 +0000 (20:57 +0000)]
test case for #342
Jose Luis Blanco [Fri, 14 May 2010 09:35:39 +0000 (09:35 +0000)]
Tentative fix to using FIND_PACKAGE(OpenCV) from external apps after last atomic bomb commit!
Fixed for OpenCV compiled whereever and NOT "make install"ed. This second case must be checked later, since I'm not sure of the pretended include dirs layout after "make install".
If all include dirs go to the same target install directory, it should work as is right now.
James Bowman [Thu, 13 May 2010 18:02:02 +0000 (18:02 +0000)]
datamatrix sample
Stefano Fabri [Thu, 13 May 2010 15:16:18 +0000 (15:16 +0000)]
Fixed typo in pkgconfig file
Stefano Fabri [Thu, 13 May 2010 11:19:09 +0000 (11:19 +0000)]
added missing header
Vadim Pisarevsky [Thu, 13 May 2010 07:10:27 +0000 (07:10 +0000)]
install old headers for better compatibility with existing code
James Bowman [Thu, 13 May 2010 00:39:13 +0000 (00:39 +0000)]
#345, cvmat() now caught and exception raised
Vadim Pisarevsky [Wed, 12 May 2010 14:51:52 +0000 (14:51 +0000)]
renamed gstappsink.hpp->gstappsink.h
Filipe Almeida [Wed, 12 May 2010 11:40:40 +0000 (11:40 +0000)]
LIBV4L: precomp.hpp include missing
Filipe Almeida [Wed, 12 May 2010 10:33:08 +0000 (10:33 +0000)]
LIBV4L: fixed build failed on Linux
Vadim Pisarevsky [Wed, 12 May 2010 07:33:21 +0000 (07:33 +0000)]
fixed build on Linux
Vadim Pisarevsky [Tue, 11 May 2010 17:44:00 +0000 (17:44 +0000)]
"atomic bomb" commit. Reorganized OpenCV directory structure