Commit Graph

59 Commits

Author SHA1 Message Date
Gary Bradski
c10225bd28 docs 2010-12-03 00:29:27 +00:00
Gary Bradski
cfd176305c running documentation 2010-12-03 00:07:21 +00:00
Gary Bradski
db426d26d8 teek 2010-12-02 23:49:21 +00:00
Gary Bradski
bf808fac25 created parameter description doc and output 2010-12-02 23:42:46 +00:00
Gary Bradski
a4385b18b1 Created output doc help() file. 2010-12-02 23:31:18 +00:00
Gary Bradski
049e284eb4 docing the use of SURF+FLANN for planar object detection 2010-12-02 10:04:50 +00:00
Gary Bradski
1b4b40f199 fern docs 2010-12-02 09:57:21 +00:00
Gary Bradski
0343513ded added description output 2010-12-02 09:46:50 +00:00
Gary Bradski
f960d61faf added help 2010-12-02 09:40:58 +00:00
Gary Bradski
4789306499 put in a remark 2010-12-01 20:04:57 +00:00
Gary Bradski
bbbd57d6c1 added an example call 2010-12-01 19:58:01 +00:00
Gary Bradski
dab507e32a put in a bunch of checks, outputs and docs 2010-12-01 19:50:46 +00:00
Gary Bradski
7c83be161f added help function 2010-12-01 08:43:16 +00:00
Gary Bradski
e4e6da3e38 cascade converstion output 2010-12-01 08:36:59 +00:00
Gary Bradski
4d5149e1ae created docs 2010-12-01 08:28:00 +00:00
Gary Bradski
4db4569b60 put doc comments on top 2010-12-01 02:50:27 +00:00
Gary Bradski
a474974bc7 tweek 2010-12-01 02:22:24 +00:00
Gary Bradski
439b1057e6 added to and moved comments to top 2010-12-01 02:20:36 +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
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
3a873cb051 updated some included headers 2010-11-16 16:34:27 +00:00
Vadim Pisarevsky
9e7b8d5f67 rewrote matchTemplate in C++; added border awareness to crossCorr (ticket #557) 2010-11-12 20:55:32 +00:00
Maria Dimashova
0acc00bf62 replace include file in sample 2010-11-10 15:01:25 +00:00
Victor Erukhimov
cf2031b146 Fixed a compilation problem when the DEMO_MIX_API_USE is not defined 2010-11-05 11:23:42 +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
Alexey Polovinkin
0f7c2e016d GBT train/test was added to tree_engine sample 2010-10-17 19:18:42 +00:00
Alexey Polovinkin
ba88b2ee54 Added error handling in latentsvmdetect sample 2010-10-16 07:10:46 +00:00
Vadim Pisarevsky
f678c8f07b made FLANN (and dependent on it code) build fine on Windows. Most of the changes are added CV_EXPORTS' into the class declarations and extern variables are turned into external functions (as a nice side effect the variables are now read-only) 2010-10-15 18:57:59 +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
Valentina Kustikova
fbfccffbaa Integration object detection using Latent SVM. Sample was added. 2010-10-09 11:36:06 +00:00
Maria Dimashova
6cf6a22772 modified sample find_obj_calonder 2010-07-29 11:14:54 +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
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
Vadim Pisarevsky
269afb91da make Qt bindings compile with any Qt 4.x 2010-07-08 11:24:32 +00:00
Vadim Pisarevsky
654d447661 calibration sample rewritten using the C++ API 2010-06-13 03:50:29 +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
432e0e0cd8 avoid explicit sample enumeration in samples/{c,cpp}/CMakeLists.txt 2010-06-10 20:55:48 +00:00