Commit Graph

86 Commits

Author SHA1 Message Date
Vadim Pisarevsky
042271f5f7 use the new-style headers in the samples to improve OpenCV build time. 2010-11-26 17:59:40 +00:00
Maria Dimashova
dfe4af9e1d fixed warnings under win32 2010-11-26 10:35:48 +00:00
Vadim Pisarevsky
1286c1db45 fixed multiple warnings from VS2010. 2010-11-25 16:55:46 +00:00
Maria Dimashova
7e5c11a920 added tests for some detectors; made features2d object create functions as static classes methods; fixed OpponentColorDescriptorExtractor, BriefDescriptorExtractor (on rgb); renamed DynamicDetector 2010-11-25 15:59:37 +00:00
Gary Bradski
3239d16c33 clarified docs 2010-11-25 02:48:18 +00:00
Gary Bradski
d5f0f0391a created help function, added more docs 2010-11-25 02:41:22 +00:00
Ethan Rublee
a92dab7de5 renaming the filestorage_sample - getting rid of redundant _sample postfix 2010-11-25 00:42:11 +00:00
Ethan Rublee
835bc03495 renaming the cvout_sample.cpp to cout_mat.cpp 2010-11-25 00:40:52 +00:00
Ethan Rublee
b22f68091d adding two simple templates 2010-11-25 00:39:43 +00:00
Ethan Rublee
d3aa808bd1 renaming cvstarter and breaking it appart 2010-11-25 00:39:17 +00:00
Ethan Rublee
22d9f3558f Adding the simplest opencv starter. This may be a good template or turn into
a good template for people to start quickly with image lists and video processing
2010-11-24 16:41:28 +00:00
Ethan Rublee
88e6ae4c36 adding a check for if the first arg is an image - annoying if it overwrites
your files if you put in the wrong params.
2010-11-24 16:39:13 +00:00
Gary Bradski
4ba9f1d7d1 Explaining the << cv::Mat out capabilities 2010-11-24 06:10:07 +00:00
Gary Bradski
1f9171d10a find and drawContours doc 2010-11-24 06:03:21 +00:00
Gary Bradski
85f301ab9f described 2010-11-24 05:51:04 +00:00
Gary Bradski
b769639f1b Docs for using BRIEF in features2d 2010-11-24 02:35:10 +00:00
Gary Bradski
d0d7ba9985 added and moved docs 2010-11-24 01:44:36 +00:00
Gary Bradski
e9fbbb3396 Fleshed out file docs for train and test on PASCAL VOC. This sample need simplification 2010-11-24 01:09:50 +00:00
Maria Dimashova
c6e43c385d updated documentation on features2d; minor features2d changes 2010-11-23 17:00:55 +00:00
Gary Bradski
cd94b8c00e forgot to escape after 'help' 2010-11-23 08:13:53 +00:00
Gary Bradski
c1a862f175 minor docs and help code at top 2010-11-23 08:09:06 +00:00
Gary Bradski
f87de19006 added more documenation 2010-11-23 03:18:31 +00:00
Maria Dimashova
e406dfee44 refactored features2d and sample on matching to many images 2010-11-22 18:27:08 +00:00
Ethan Rublee
2e9136259d Adding two samples that deal with FileStorage - useful for creating image lists 2010-11-20 21:37:09 +00:00
Gary Bradski
752c4bc48b doc what cvout_sample does 2010-11-20 02:04:41 +00:00
Gary Bradski
7df9aef99c Added description, fixed missing > 2010-11-19 06:58:37 +00:00
Maria Dimashova
3a873cb051 updated some included headers 2010-11-16 16:34:27 +00:00
Maria Dimashova
a5b58c00ea updated user prompt and included headers 2010-11-16 16:01:56 +00:00
Vadim Pisarevsky
08b7855edc extended out << mat/vec operators; added opencv license 2010-11-15 17:40:57 +00:00
Ethan Rublee
5915e4c7ee adding samples for brief and the cout << cv::Mat functions. 2010-11-14 06:28:41 +00:00
Ilya Lysenkov
70a524bc50 Updated user prompt in the generic_descriptor_match sample 2010-11-13 05:40:40 +00:00
Ethan Rublee
9ee954a0c6 Made calibration a bit faster in the absense of a checkboard and trying to fix
a crash with the libv4l capture code
2010-11-01 06:20:36 +00:00
Maria Dimashova
ce0132583a added possibility of matcher filtering to sample 2010-10-29 13:13:46 +00:00
Maria Dimashova
69e329c9fd modified features2d interface; added algorithmic test for DescriptorMatcher; added sample on matching to many images 2010-10-29 08:44:42 +00:00
Vadim Pisarevsky
086cddb33a renamed rectify3 to rectify3Collinear 2010-10-27 20:13:42 +00:00
Ethan Rublee
e842a0c816 change int to char so that keys are registered properly, maybe this breaks others though 2010-10-20 18:49:44 +00:00
Alexander Shishkov
f0c136c9ab fixed bug with CV_ASSERT 2010-10-20 14:02:08 +00:00
Vadim Pisarevsky
5386a8e7cb added dependency on the new module flann (now with opencv_flann lib) 2010-10-13 06:17:24 +00:00
Vadim Pisarevsky
9b085f2091 added dependency on the new module flann 2010-10-13 06:12:38 +00:00
Maria Dimashova
9f934363e5 added sample on BOW usage to image classification (training and testing is on Pascal VOC dataset) 2010-10-08 13:17:34 +00:00
Maria Dimashova
89935fc59b fixed FernDescriptorMatch; optimized keypoint regions matching in detector/descriptor evaluation; added CalonderDescriptorExtractor to evaluation tests 2010-10-04 14:12:36 +00:00
Vadim Pisarevsky
46988ca633 some more fixes in rectify3 and 3calibration (corrected disparity ratio etc.) 2010-10-01 09:48:56 +00:00
Vadim Pisarevsky
18ce63ffdb fixed 3calibration sample 2010-10-01 09:13:52 +00:00
Maria Dimashova
26dbbcc070 added bag of words; did some renaming 2010-09-23 16:17:48 +00:00
Maria Dimashova
9e9d4b9e49 added OpponentColorDescriptorExtractor 2010-09-23 10:53:36 +00:00
Maria Dimashova
8ab3fdbcca merged regression tests for FeatureDetector, DescriptorExtractor from branch .features2d;
renamed createDetector to createFeatureDetector
2010-09-17 11:26:58 +00:00
Vadim Pisarevsky
31dbefc865 added 3-camera rectification and 8-coeff distortion model 2010-09-07 15:38:48 +00:00
Maria Dimashova
601e9af9f8 added match() 2010-08-24 12:52:29 +00:00
Yannick Verdie
3746c48451 Bug in calibration.cpp sample
This was crashing my code:
    for( size_t i = 1; i < imagePoints.size(); i++ )
        objectPoints.push_back(objectPoints[0]);

Changed by:
objectPoints.resize(imagePoints.size(),objectPoints[0]);

Plus clean up on Qt code
2010-08-18 15:35:56 +00:00
Yannick Verdie
e65823fac2 Qt sample code and some fixes 2010-08-16 16:49:24 +00:00