Commit Graph

134 Commits

Author SHA1 Message Date
Vadim Pisarevsky
fa1d85bc14 removed obsolete headers from opencv.hpp, fixed 2 gcc warnings and bug in SVBackSubst(). 2010-11-29 15:31:25 +00:00
Vadim Pisarevsky
7860d52e14 moved to cpp directory 2010-11-29 14:00:49 +00:00
Vadim Pisarevsky
b46d23a2aa converted houghlines to C++ 2010-11-29 14:00:21 +00:00
Vadim Pisarevsky
9d990b7f69 removed duplicated data for samples (it is now in samples/cpp) 2010-11-29 13:34:32 +00:00
Vadim Pisarevsky
d61464a756 rewrote stereo_calib in C++ 2010-11-29 13:31:52 +00:00
Maria Dimashova
894cde3f40 fixed compile errors from gcc 2010-11-29 09:31:47 +00:00
Gary Bradski
715ca399f1 docs 2010-11-29 08:32:57 +00:00
Gary Bradski
9ebaaecc85 updated docs 2010-11-29 07:57:03 +00:00
Gary Bradski
83596f7288 updated docs 2010-11-29 07:56:26 +00:00
Gary Bradski
a708ca8135 updated docs 2010-11-29 07:56:00 +00:00
Gary Bradski
edc41d4cab updated comments 2010-11-29 07:54:10 +00:00
Vadim Pisarevsky
921c68de57 removed duplicated letter_recog sample 2010-11-28 19:43:22 +00:00
Vadim Pisarevsky
f2a3e7e312 converted some more samples to C++ 2010-11-28 19:41:55 +00:00
Vadim Pisarevsky
91d8b2aaac removed garbage from the image sample 2010-11-27 23:19:16 +00:00
Vadim Pisarevsky
ee3618243d converted some OpenCV C samples to C++ 2010-11-27 23:15:16 +00:00
Victor Erukhimov
db5157513e Fixing missing header compilation problems 2010-11-26 19:22:39 +00:00
Victor Erukhimov
1fb6e7d1ce Fixing a missing header compilation problem 2010-11-26 19:11:42 +00:00
Vadim Pisarevsky
01c1003d51 fixed warnings and errors reported by VS2010 2010-11-26 18:25:30 +00:00
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
Anatoly Baksheev
7c77787c84 npp version check 2010-11-25 08:42:12 +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
Anatoly Baksheev
d6686240d5 added version detection for NPP 2010-11-24 18:44:11 +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
Anatoly Baksheev
0e43976259 1) more convenient naming for samples gpu
2) added mask support to device 'transform' function 
3) sample hog gpu: waitKey(1) -> waitKey(3), in other case image is not displayed.
2010-11-24 09:43:17 +00:00
Anatoly Baksheev
790cd2ef28 just for more convenient naming 2010-11-24 09:36:18 +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
Alexey Spizhevoy
4e52df75a7 fixed compiling bug under g++ in gpi HOG sample 2010-11-22 16:46:49 +00:00
Alexey Spizhevoy
fbb6b6f90c fixed compile bug under g++ 2010-11-22 16:21:49 +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