profile/ivi/opencv.git
14 years agothe new 3D object selection demo
Vadim Pisarevsky [Thu, 10 Jun 2010 17:35:59 +0000 (17:35 +0000)]
the new 3D object selection demo

14 years agoRenamed descriptor samples
Victor Erukhimov [Thu, 10 Jun 2010 16:53:36 +0000 (16:53 +0000)]
Renamed descriptor samples

14 years agoMoving sample to cpp folder
Victor Erukhimov [Thu, 10 Jun 2010 16:40:06 +0000 (16:40 +0000)]
Moving sample to cpp folder

14 years agoAdded intro for detectors/descriptors interface
Victor Erukhimov [Thu, 10 Jun 2010 16:35:05 +0000 (16:35 +0000)]
Added intro for detectors/descriptors interface

14 years agomodified keypoints_matching sample
Maria Dimashova [Thu, 10 Jun 2010 12:13:35 +0000 (12:13 +0000)]
modified keypoints_matching sample

14 years agominor changes of feature2d documentation
Maria Dimashova [Thu, 10 Jun 2010 08:22:51 +0000 (08:22 +0000)]
minor changes of feature2d documentation

14 years agoAdded sample for GenericDescriptorMatch
Ilya Lysenkov [Thu, 10 Jun 2010 07:59:18 +0000 (07:59 +0000)]
Added sample for GenericDescriptorMatch

14 years agocouple more fixes
Vadim Pisarevsky [Wed, 9 Jun 2010 18:30:04 +0000 (18:30 +0000)]
couple more fixes

14 years agocouple more hyperlinks fixed
Vadim Pisarevsky [Wed, 9 Jun 2010 18:24:19 +0000 (18:24 +0000)]
couple more hyperlinks fixed

14 years agofixed matrix comma initializer for shorter notation
Vadim Pisarevsky [Wed, 9 Jun 2010 18:17:50 +0000 (18:17 +0000)]
fixed matrix comma initializer for shorter notation

14 years agofixed code samples
Vadim Pisarevsky [Wed, 9 Jun 2010 18:17:24 +0000 (18:17 +0000)]
fixed code samples

14 years agosome more samples
Vadim Pisarevsky [Wed, 9 Jun 2010 17:30:11 +0000 (17:30 +0000)]
some more samples

14 years agoadded documentation on feature2d module
Maria Dimashova [Wed, 9 Jun 2010 17:19:49 +0000 (17:19 +0000)]
added documentation on feature2d module

14 years agosome hyperrefs fixed
Vadim Pisarevsky [Wed, 9 Jun 2010 17:02:44 +0000 (17:02 +0000)]
some hyperrefs fixed

14 years agoGenerated PDF of the cheatsheet
Vadim Pisarevsky [Wed, 9 Jun 2010 17:00:54 +0000 (17:00 +0000)]
Generated PDF of the cheatsheet

14 years agoshortened and extended
Vadim Pisarevsky [Wed, 9 Jun 2010 17:00:11 +0000 (17:00 +0000)]
shortened and extended

14 years agofixed L2 used in BruteForceMatcher
Maria Dimashova [Wed, 9 Jun 2010 16:57:07 +0000 (16:57 +0000)]
fixed L2 used in BruteForceMatcher

14 years agomoved sift parameters implementation from hpp file
Maria Dimashova [Wed, 9 Jun 2010 14:23:15 +0000 (14:23 +0000)]
moved sift parameters implementation from hpp file

14 years agoFixed FernDescriptorMatch
Ilya Lysenkov [Wed, 9 Jun 2010 10:03:56 +0000 (10:03 +0000)]
Fixed FernDescriptorMatch

14 years agoadded OpenCV cheat sheet
Vadim Pisarevsky [Wed, 9 Jun 2010 04:56:00 +0000 (04:56 +0000)]
added OpenCV cheat sheet

14 years agoFixed FernDescriptorMatch and undid change of FernClassifier
Ilya Lysenkov [Tue, 8 Jun 2010 13:21:47 +0000 (13:21 +0000)]
Fixed FernDescriptorMatch and undid change of FernClassifier

14 years agofixed assert() in BruteForceMatcher<Distance>::matchImpl()
Maria Dimashova [Tue, 8 Jun 2010 13:17:41 +0000 (13:17 +0000)]
fixed assert() in BruteForceMatcher<Distance>::matchImpl()

14 years agomodified DescriptorMatcher
Maria Dimashova [Tue, 8 Jun 2010 12:18:22 +0000 (12:18 +0000)]
modified DescriptorMatcher

14 years agoAdded Fern Descriptor and Calonder Descriptor to the evaluation framework
Ilya Lysenkov [Tue, 8 Jun 2010 06:56:35 +0000 (06:56 +0000)]
Added Fern Descriptor and Calonder Descriptor to the evaluation framework

14 years agoFixed bugs in FernDescriptorMatch and FernClassifier
Ilya Lysenkov [Tue, 8 Jun 2010 06:54:17 +0000 (06:54 +0000)]
Fixed bugs in FernDescriptorMatch and FernClassifier

14 years agofixed sift wrapper
Maria Dimashova [Mon, 7 Jun 2010 09:05:48 +0000 (09:05 +0000)]
fixed sift wrapper

14 years agocontinue integrating QT GUI (GoC 2010)
Yannick Verdie [Mon, 7 Jun 2010 08:47:33 +0000 (08:47 +0000)]
continue integrating QT GUI (GoC 2010)

14 years agoStart integrating QT GUI (GoC 2010)
Yannick Verdie [Mon, 7 Jun 2010 08:29:10 +0000 (08:29 +0000)]
Start integrating QT GUI (GoC 2010)

14 years agoavoid one possible singularity in cvFindHomography
Vadim Pisarevsky [Sun, 6 Jun 2010 17:21:40 +0000 (17:21 +0000)]
avoid one possible singularity in cvFindHomography

14 years agofixed reading of certain BMP files
Vadim Pisarevsky [Sun, 6 Jun 2010 16:44:38 +0000 (16:44 +0000)]
fixed reading of certain BMP files

14 years agoChanged params in detectors and descriptors evaluation to speed up testing
Ilya Lysenkov [Fri, 4 Jun 2010 10:04:28 +0000 (10:04 +0000)]
Changed params in detectors and descriptors evaluation to speed up testing

14 years agoUpdated detectors and descriptors evaluation using new read/write methods
Ilya Lysenkov [Fri, 4 Jun 2010 05:52:43 +0000 (05:52 +0000)]
Updated detectors and descriptors evaluation using new read/write methods

14 years agoAdded read/write methods in detectors and some descriptors for XML/YAML persistence
Ilya Lysenkov [Fri, 4 Jun 2010 05:30:09 +0000 (05:30 +0000)]
Added read/write methods in detectors and some descriptors for XML/YAML persistence

14 years agoSpeeded up descriptors evaluations using clear ()
Ilya Lysenkov [Wed, 2 Jun 2010 06:55:03 +0000 (06:55 +0000)]
Speeded up descriptors evaluations using clear ()

14 years agoAdded One Way Descriptor to detectors and descriptros evaluation
Ilya Lysenkov [Wed, 2 Jun 2010 05:56:50 +0000 (05:56 +0000)]
Added One Way Descriptor to detectors and descriptros evaluation

14 years agoFixed a potential memory leak in OneWayDescriptorBase hierarchy.
Ilya Lysenkov [Wed, 2 Jun 2010 05:39:29 +0000 (05:39 +0000)]
Fixed a potential memory leak in OneWayDescriptorBase hierarchy.

14 years agoStoring PCA components and One Way descriptors in one yml file.
Ilya Lysenkov [Wed, 2 Jun 2010 05:19:09 +0000 (05:19 +0000)]
Storing PCA components and One Way descriptors in one yml file.

14 years agotesting commit
Ilya Lysenkov [Tue, 1 Jun 2010 19:01:35 +0000 (19:01 +0000)]
testing commit

14 years agotesting commit
Brian Gerkey [Tue, 1 Jun 2010 18:22:40 +0000 (18:22 +0000)]
testing commit

14 years agotesting commit
Brian Gerkey [Tue, 1 Jun 2010 18:21:42 +0000 (18:21 +0000)]
testing commit

14 years agotesting commit
Brian Gerkey [Tue, 1 Jun 2010 18:15:58 +0000 (18:15 +0000)]
testing commit

14 years agoextended highgui VideoCapture::get/set property documentation (thanks to frm)
Vadim Pisarevsky [Tue, 1 Jun 2010 16:07:28 +0000 (16:07 +0000)]
extended highgui VideoCapture::get/set property documentation (thanks to frm)

14 years agoremoved internal-use cvconfig.h from core/internal.hpp (thanks to iwamatsu)
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)

14 years agofixed OpenCV_INCLUDE_DIRS in OpenCVConfig.cmake (thanks to borism for the patch)
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)

14 years agofixed repeated calculations in cvsolve (thanks to denisstack for the fix)
Vadim Pisarevsky [Tue, 1 Jun 2010 15:44:02 +0000 (15:44 +0000)]
fixed repeated calculations in cvsolve (thanks to denisstack for the fix)

14 years agoremove bash'ism in the samples build script (thanks to iwamatsu for the patch)
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)

14 years agonow C++ classes can be read/written with cvRead/cvWrite/cvLoad/cvSave. Tested on...
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

14 years agoadded some more Doxygen comments
Vadim Pisarevsky [Mon, 31 May 2010 16:47:13 +0000 (16:47 +0000)]
added some more Doxygen comments

14 years agobuild PDF out of rst docs
Vadim Pisarevsky [Mon, 31 May 2010 16:46:49 +0000 (16:46 +0000)]
build PDF out of rst docs

14 years agofixed Latex docs for cleaner HTML output
Vadim Pisarevsky [Mon, 31 May 2010 16:46:09 +0000 (16:46 +0000)]
fixed Latex docs for cleaner HTML output

14 years agofixed duplicated definition warning
Jose Luis Blanco [Mon, 31 May 2010 08:15:10 +0000 (08:15 +0000)]
fixed duplicated definition warning

14 years agofixed CvSVM
Maria Dimashova [Sun, 30 May 2010 11:28:43 +0000 (11:28 +0000)]
fixed CvSVM

14 years agofixed CvSVM
Maria Dimashova [Sun, 30 May 2010 11:03:42 +0000 (11:03 +0000)]
fixed CvSVM

14 years ago#362, CvMoments fields now exposed, smoke tested by test_moments
James Bowman [Thu, 27 May 2010 22:36:26 +0000 (22:36 +0000)]
#362, CvMoments fields now exposed, smoke tested by test_moments

14 years ago- Added a Warning macro compatible with GCC & MSVC to cv.h
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

14 years agoAdded for backward compatibility
Victor Erukhimov [Thu, 27 May 2010 06:23:54 +0000 (06:23 +0000)]
Added for backward compatibility

14 years agomodified the sub-pixel disparity interpolation (by K. Konolige)
Vadim Pisarevsky [Wed, 26 May 2010 20:35:09 +0000 (20:35 +0000)]
modified the sub-pixel disparity interpolation (by K. Konolige)

14 years agocv::cvflann -> cv::flann
Victor Erukhimov [Wed, 26 May 2010 19:50:20 +0000 (19:50 +0000)]
cv::cvflann -> cv::flann

14 years agoremoved old sample on keypoints matching and added new one
Maria Dimashova [Wed, 26 May 2010 15:45:32 +0000 (15:45 +0000)]
removed old sample on keypoints matching and added new one

14 years agooverride clear method to VectorDescriptorMatch
Maria Dimashova [Wed, 26 May 2010 15:00:03 +0000 (15:00 +0000)]
override clear method to VectorDescriptorMatch

14 years agoFixing a compiler problem of a prev rev
Victor Erukhimov [Wed, 26 May 2010 12:45:29 +0000 (12:45 +0000)]
Fixing a compiler problem of a prev rev

14 years agoFixing compiler errors for outlet_pose_estimation
Victor Erukhimov [Wed, 26 May 2010 12:34:48 +0000 (12:34 +0000)]
Fixing compiler errors for outlet_pose_estimation

14 years agoadded clear method to GenericDescriptorMatch
Maria Dimashova [Wed, 26 May 2010 11:27:56 +0000 (11:27 +0000)]
added clear method to GenericDescriptorMatch

14 years agoalways create <opencv_build_dir>/doc/html to avoid CMake 2.4 error messages
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

14 years agodoxygenated calib3d module (C++ part only)
Vadim Pisarevsky [Wed, 26 May 2010 08:40:25 +0000 (08:40 +0000)]
doxygenated calib3d module (C++ part only)

14 years agodoxygenated opencv_video & opencv_calib3d modules (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)

14 years agoAdded deprecation warning for gcc
Victor Erukhimov [Tue, 25 May 2010 15:28:23 +0000 (15:28 +0000)]
Added deprecation warning for gcc

14 years agodoxygenated core and imgproc modules (C++ API only)
Vadim Pisarevsky [Tue, 25 May 2010 14:57:10 +0000 (14:57 +0000)]
doxygenated core and imgproc modules (C++ API only)

14 years agoAdded a warning for deprecated headers
Victor Erukhimov [Tue, 25 May 2010 13:47:12 +0000 (13:47 +0000)]
Added a warning for deprecated headers

14 years agoAdded headers for backward compatibility
Victor Erukhimov [Tue, 25 May 2010 13:46:43 +0000 (13:46 +0000)]
Added headers for backward compatibility

14 years agofixed a simple declaration error.
Jose Luis Blanco [Tue, 25 May 2010 07:31:44 +0000 (07:31 +0000)]
fixed a simple declaration error.

14 years agofixed the module list in Doxygen CMake script
Vadim Pisarevsky [Sat, 22 May 2010 12:03:15 +0000 (12:03 +0000)]
fixed the module list in Doxygen CMake script

14 years agorenamed cv::flann to cv::cvflann to avoid name conflicts
Vadim Pisarevsky [Fri, 21 May 2010 20:37:05 +0000 (20:37 +0000)]
renamed cv::flann to cv::cvflann to avoid name conflicts

14 years agofixed gftt wrapper, update testdata
Maria Dimashova [Fri, 21 May 2010 17:36:36 +0000 (17:36 +0000)]
fixed gftt wrapper, update testdata

14 years agofixed mixed-type exp and log functions, used in HMMs (thanks to V. Mityaev)
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)

14 years agominor changes of detectors test
Maria Dimashova [Thu, 20 May 2010 16:31:00 +0000 (16:31 +0000)]
minor changes of detectors test

14 years agoupdated detectors and descriptors quality tests
Maria Dimashova [Thu, 20 May 2010 16:16:28 +0000 (16:16 +0000)]
updated detectors and descriptors quality tests

14 years agoextended description of the error handling mechanism with OpenCV C++ API
Vadim Pisarevsky [Thu, 20 May 2010 11:37:37 +0000 (11:37 +0000)]
extended description of the error handling mechanism with OpenCV C++ API

14 years agofixed filterSpeckles call in StereoBM (thanks to Patrick Mihelich)
Vadim Pisarevsky [Wed, 19 May 2010 18:42:08 +0000 (18:42 +0000)]
fixed filterSpeckles call in StereoBM (thanks to Patrick Mihelich)

14 years agoupdated sift wrapper (recalculation angles mode)
Maria Dimashova [Wed, 19 May 2010 16:02:30 +0000 (16:02 +0000)]
updated sift wrapper (recalculation angles mode)

14 years agoTypo
James Bowman [Tue, 18 May 2010 18:32:23 +0000 (18:32 +0000)]
Typo

14 years agoupdated OpenCV version because of the recent reorganization
Vadim Pisarevsky [Tue, 18 May 2010 16:42:35 +0000 (16:42 +0000)]
updated OpenCV version because of the recent reorganization

14 years agofixed source image corruption (ticket #306)
Vadim Pisarevsky [Tue, 18 May 2010 16:38:51 +0000 (16:38 +0000)]
fixed source image corruption (ticket #306)

14 years agoadded cv::setMouseCallback and cv::startWindowThread
Vadim Pisarevsky [Tue, 18 May 2010 15:47:39 +0000 (15:47 +0000)]
added cv::setMouseCallback and cv::startWindowThread

14 years agoadded Doxygen-based documentation (draft version for now)
Vadim Pisarevsky [Tue, 18 May 2010 15:41:28 +0000 (15:41 +0000)]
added Doxygen-based documentation (draft version for now)

14 years agofixed wrapper of sift descriptor
Maria Dimashova [Tue, 18 May 2010 12:21:45 +0000 (12:21 +0000)]
fixed wrapper of sift descriptor

14 years agofixed the error in SURF when no keypoint detected
Liu Liu [Tue, 18 May 2010 07:16:24 +0000 (07:16 +0000)]
fixed the error in SURF when no keypoint detected

14 years agoupdated detectors quality test, added descriptors quality test
Maria Dimashova [Mon, 17 May 2010 17:45:05 +0000 (17:45 +0000)]
updated detectors quality test, added descriptors quality test

14 years agofixed wrapper of sift descriptor
Maria Dimashova [Mon, 17 May 2010 17:36:58 +0000 (17:36 +0000)]
fixed wrapper of sift descriptor

14 years agoMake doc build work with new layout
James Bowman [Fri, 14 May 2010 22:25:15 +0000 (22:25 +0000)]
Make doc build work with new layout

14 years ago#301, sample code for CalcHist
James Bowman [Fri, 14 May 2010 22:24:32 +0000 (22:24 +0000)]
#301, sample code for CalcHist

14 years agotest case for #342
James Bowman [Fri, 14 May 2010 20:58:54 +0000 (20:58 +0000)]
test case for #342

14 years agotest case for #342
James Bowman [Fri, 14 May 2010 20:57:30 +0000 (20:57 +0000)]
test case for #342

14 years agoTentative fix to using FIND_PACKAGE(OpenCV) from external apps after last atomic...
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.

14 years agodatamatrix sample
James Bowman [Thu, 13 May 2010 18:02:02 +0000 (18:02 +0000)]
datamatrix sample

14 years agoFixed typo in pkgconfig file
Stefano Fabri [Thu, 13 May 2010 15:16:18 +0000 (15:16 +0000)]
Fixed typo in pkgconfig file

14 years agoadded missing header
Stefano Fabri [Thu, 13 May 2010 11:19:09 +0000 (11:19 +0000)]
added missing header

14 years agoinstall old headers for better compatibility with existing code
Vadim Pisarevsky [Thu, 13 May 2010 07:10:27 +0000 (07:10 +0000)]
install old headers for better compatibility with existing code

14 years ago#345, cvmat() now caught and exception raised
James Bowman [Thu, 13 May 2010 00:39:13 +0000 (00:39 +0000)]
#345, cvmat() now caught and exception raised

14 years agorenamed gstappsink.hpp->gstappsink.h
Vadim Pisarevsky [Wed, 12 May 2010 14:51:52 +0000 (14:51 +0000)]
renamed gstappsink.hpp->gstappsink.h