106 Commits (d00fa6b8176c12a211c842a737039734735d9277)

Author SHA1 Message Date
Gary Bradski bf808fac25 created parameter description doc and output 14 years ago
Gary Bradski a4385b18b1 Created output doc help() file. 14 years ago
Gary Bradski 049e284eb4 docing the use of SURF+FLANN for planar object detection 14 years ago
Gary Bradski 1b4b40f199 fern docs 14 years ago
Gary Bradski 0343513ded added description output 14 years ago
Gary Bradski f960d61faf added help 14 years ago
Gary Bradski 4789306499 put in a remark 14 years ago
Gary Bradski bbbd57d6c1 added an example call 14 years ago
Gary Bradski dab507e32a put in a bunch of checks, outputs and docs 14 years ago
Gary Bradski 7c83be161f added help function 14 years ago
Gary Bradski e4e6da3e38 cascade converstion output 14 years ago
Gary Bradski 4d5149e1ae created docs 14 years ago
Gary Bradski 4db4569b60 put doc comments on top 14 years ago
Gary Bradski a474974bc7 tweek 14 years ago
Gary Bradski 439b1057e6 added to and moved comments to top 14 years ago
Vadim Pisarevsky b46d23a2aa converted houghlines to C++ 14 years ago
Vadim Pisarevsky 9d990b7f69 removed duplicated data for samples (it is now in samples/cpp) 14 years ago
Vadim Pisarevsky d61464a756 rewrote stereo_calib in C++ 14 years ago
Vadim Pisarevsky 921c68de57 removed duplicated letter_recog sample 14 years ago
Vadim Pisarevsky f2a3e7e312 converted some more samples to C++ 14 years ago
Vadim Pisarevsky 91d8b2aaac removed garbage from the image sample 14 years ago
Vadim Pisarevsky ee3618243d converted some OpenCV C samples to C++ 14 years ago
Victor Erukhimov db5157513e Fixing missing header compilation problems 14 years ago
Victor Erukhimov 1fb6e7d1ce Fixing a missing header compilation problem 14 years ago
Vadim Pisarevsky 01c1003d51 fixed warnings and errors reported by VS2010 14 years ago
Vadim Pisarevsky 042271f5f7 use the new-style headers in the samples to improve OpenCV build time. 14 years ago
Maria Dimashova 3a873cb051 updated some included headers 14 years ago
Vadim Pisarevsky 9e7b8d5f67 rewrote matchTemplate in C++; added border awareness to crossCorr (ticket #557) 14 years ago
Maria Dimashova 0acc00bf62 replace include file in sample 14 years ago
Victor Erukhimov cf2031b146 Fixed a compilation problem when the DEMO_MIX_API_USE is not defined 14 years ago
Maria Dimashova 69e329c9fd modified features2d interface; added algorithmic test for DescriptorMatcher; added sample on matching to many images 14 years ago
Alexey Polovinkin 0f7c2e016d GBT train/test was added to tree_engine sample 14 years ago
Alexey Polovinkin ba88b2ee54 Added error handling in latentsvmdetect sample 14 years ago
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) 14 years ago
Vadim Pisarevsky 5386a8e7cb added dependency on the new module flann (now with opencv_flann lib) 14 years ago
Vadim Pisarevsky 9b085f2091 added dependency on the new module flann 14 years ago
Valentina Kustikova fbfccffbaa Integration object detection using Latent SVM. Sample was added. 14 years ago
Maria Dimashova 6cf6a22772 modified sample find_obj_calonder 15 years ago
Maria Dimashova 4f3de6ebf6 commented find_obj_calonder 15 years ago
Maria Dimashova b5a71db742 modified FernClassifier::train(); remove old RTreeClassifier and added new implementation CalonderClassifier; removed old find_obj_calonder and added new one 15 years ago
Vadim Pisarevsky 08cba33f9d fixed some more MSVC2010 warnings 15 years ago
Victor Erukhimov 2906023190 Fixed a memory leak 15 years ago
Vadim Pisarevsky 269afb91da make Qt bindings compile with any Qt 4.x 15 years ago
Vadim Pisarevsky 654d447661 calibration sample rewritten using the C++ API 15 years ago
Ilya Lysenkov 217842b0b9 Moved fern_params.xml to samples/cpp for generic_descriptor_match sample 15 years ago
Vadim Pisarevsky d6a3212084 can now select the camera for calibration 15 years ago
Vadim Pisarevsky 432e0e0cd8 avoid explicit sample enumeration in samples/{c,cpp}/CMakeLists.txt 15 years ago
Victor Erukhimov d9e8314401 Moving sample to cpp folder 15 years ago
Ilya Lysenkov b251136e45 Added sample for GenericDescriptorMatch 15 years ago
Ilya Lysenkov a702e5b2dc Storing PCA components and One Way descriptors in one yml file. 15 years ago