31 Commits (1618ed0a3727d62c7b5fc488051a2b43902de80b)

Author SHA1 Message Date
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
Vadim Pisarevsky 1d63112714 remove bash'ism in the samples build script (thanks to iwamatsu for the patch) 15 years ago
Victor Erukhimov c4631573a4 cv::cvflann -> cv::flann 15 years ago
Maria Dimashova 583a08d5c7 removed old sample on keypoints matching and added new one 15 years ago
Vadim Pisarevsky b94e09bfeb renamed cv::flann to cv::cvflann to avoid name conflicts 15 years ago
Maria Dimashova cd81db88d5 updated sift wrapper (recalculation angles mode) 15 years ago
Vadim Pisarevsky 127d6649a1 "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago