Commit Graph

295 Commits

Author SHA1 Message Date
Maria Dimashova
cba926a428 added c++ interface for cvPyrMeanShiftFiltering; added sample on meanshift segmentation 2010-07-28 16:41:12 +00:00
Maria Dimashova
4f3de6ebf6 commented find_obj_calonder 2010-07-27 12:26:52 +00:00
Maria Dimashova
b5a71db742 modified FernClassifier::train(); remove old RTreeClassifier and added new implementation CalonderClassifier; removed old find_obj_calonder and added new one 2010-07-26 08:58:46 +00:00
Maria Dimashova
912607a387 minor sample changes 2010-07-22 16:30:42 +00:00
Vadim Pisarevsky
08cba33f9d fixed some more MSVC2010 warnings 2010-07-17 10:35:17 +00:00
Victor Erukhimov
2906023190 Fixed a memory leak 2010-07-16 12:59:47 +00:00
Gary Bradski
730de4d8c3 Fixed crash if no chessboard problem 2010-07-14 00:32:35 +00:00
Vadim Pisarevsky
db82906067 fix build with GCC 3.3 on Ubuntu 8.04 2010-07-09 09:09:20 +00:00
Vadim Pisarevsky
269afb91da make Qt bindings compile with any Qt 4.x 2010-07-08 11:24:32 +00:00
Maria Dimashova
69adf86afe fixed compile error; renamed createDescriptorMatch to createGenericDescriptorMatch 2010-06-28 16:03:01 +00:00
Vadim Pisarevsky
4eda856cd5 squareSize renamed to square_size in the output xml/yml 2010-06-24 07:56:57 +00:00
Vadim Pisarevsky
65f3b09d31 added grabcut() call 2010-06-19 17:25:42 +00:00
Maria Dimashova
400eb37189 added parameter keypointIndexes to KeyPoint::convert, updated sample 2010-06-15 15:19:11 +00:00
Vadim Pisarevsky
56f17b78bb added some on-screen help 2010-06-14 14:33:11 +00:00
Vadim Pisarevsky
2d2cc3ecdf updated 2010-06-14 12:21:57 +00:00
Vadim Pisarevsky
e1058f9a13 draft version of 3d reconstruction sample (no bundle adjustment yet) 2010-06-14 10:58:31 +00:00
Vadim Pisarevsky
b2244f87ac improved the calibration and select3dobj samples 2010-06-13 19:08:24 +00:00
Vadim Pisarevsky
654d447661 calibration sample rewritten using the C++ API 2010-06-13 03:50:29 +00:00
Maria Dimashova
dd72f2ec52 moved matchesMask 2010-06-12 14:39:56 +00:00
Maria Dimashova
008da75691 renamed parameter of drawMatches (mask to matchesMask) 2010-06-12 10:11:57 +00:00
Victor Erukhimov
c751e901ce Changed interface for drawMatches 2010-06-12 06:30:00 +00:00
Victor Erukhimov
ed9e63c8e5 Fixing a bug 2010-06-12 05:54:41 +00:00
Victor Erukhimov
b21314bccd Fixing a couple of bugs 2010-06-12 05:52:43 +00:00
Victor Erukhimov
2b116981b7 Added a simple sample for descriptor matching 2010-06-12 05:45:28 +00:00
Victor Erukhimov
c6750a0f45 Moved detector and descriptor class factory functions into features2d module 2010-06-11 18:44:22 +00:00
Maria Dimashova
6667d935f1 updated descriptor_extractro_matcher sample to use added drawMatches function 2010-06-11 17:17:47 +00:00
Ilya Lysenkov
217842b0b9 Moved fern_params.xml to samples/cpp for generic_descriptor_match sample 2010-06-11 09:46:43 +00:00
Vadim Pisarevsky
d6a3212084 can now select the camera for calibration 2010-06-10 22:12:56 +00:00
Vadim Pisarevsky
023e2b2850 removed irrelevant assertion. 2010-06-10 20:56:40 +00:00
Vadim Pisarevsky
432e0e0cd8 avoid explicit sample enumeration in samples/{c,cpp}/CMakeLists.txt 2010-06-10 20:55:48 +00:00
Vadim Pisarevsky
6027f4d4f9 removed keypoint_matching.cpp from samples/cpp/CMakeLists.txt, fixed some crashes in select3dobj.cpp 2010-06-10 20:06:07 +00:00
Vadim Pisarevsky
108f4b2416 write camera pose, handle partially occluded objects 2010-06-10 18:54:14 +00:00
Vadim Pisarevsky
ed64c5606e the new 3D object selection demo 2010-06-10 17:35:59 +00:00
Victor Erukhimov
7c1eedfc61 Renamed descriptor samples 2010-06-10 16:53:36 +00:00
Victor Erukhimov
d9e8314401 Moving sample to cpp folder 2010-06-10 16:40:06 +00:00
Maria Dimashova
d5ef5b88f0 modified keypoints_matching sample 2010-06-10 12:13:35 +00:00
Ilya Lysenkov
b251136e45 Added sample for GenericDescriptorMatch 2010-06-10 07:59:18 +00:00
Ilya Lysenkov
a702e5b2dc Storing PCA components and One Way descriptors in one yml file. 2010-06-02 05:19:09 +00:00
Vadim Pisarevsky
1d63112714 remove bash'ism in the samples build script (thanks to iwamatsu for the patch) 2010-06-01 15:34:43 +00:00
Victor Erukhimov
c4631573a4 cv::cvflann -> cv::flann 2010-05-26 19:50:20 +00:00
Maria Dimashova
583a08d5c7 removed old sample on keypoints matching and added new one 2010-05-26 15:45:32 +00:00
Vadim Pisarevsky
b94e09bfeb renamed cv::flann to cv::cvflann to avoid name conflicts 2010-05-21 20:37:05 +00:00
Maria Dimashova
cd81db88d5 updated sift wrapper (recalculation angles mode) 2010-05-19 16:02:30 +00:00
James Bowman
a2e158aeb8 datamatrix sample 2010-05-13 18:02:02 +00:00
Vadim Pisarevsky
127d6649a1 "atomic bomb" commit. Reorganized OpenCV directory structure 2010-05-11 17:44:00 +00:00