Gary Bradski
f87de19006
added more documenation
14 years ago
Maria Dimashova
e406dfee44
refactored features2d and sample on matching to many images
14 years ago
Alexey Spizhevoy
4e52df75a7
fixed compiling bug under g++ in gpi HOG sample
14 years ago
Alexey Spizhevoy
fbb6b6f90c
fixed compile bug under g++
14 years ago
Ethan Rublee
2e9136259d
Adding two samples that deal with FileStorage - useful for creating image lists
14 years ago
Gary Bradski
752c4bc48b
doc what cvout_sample does
14 years ago
Gary Bradski
7df9aef99c
Added description, fixed missing >
14 years ago
Alexey Spizhevoy
11c0c5bf85
added getDescriptors support into gpu HOG, also added commented test for this feature
14 years ago
Alexey Spizhevoy
2d01558479
added different win_stride values feature into gpu HOG, refactored gpu HOG sample
14 years ago
Alexey Spizhevoy
27542529a5
refactored hog GPU
14 years ago
Alexey Spizhevoy
6c326eb4bb
added gpu HOG sample
14 years ago
Maria Dimashova
3a873cb051
updated some included headers
14 years ago
Maria Dimashova
a5b58c00ea
updated user prompt and included headers
14 years ago
Vadim Pisarevsky
08b7855edc
extended out << mat/vec operators; added opencv license
14 years ago
Ethan Rublee
5915e4c7ee
adding samples for brief and the cout << cv::Mat functions.
14 years ago
Ilya Lysenkov
70a524bc50
Updated user prompt in the generic_descriptor_match sample
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
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
14 years ago
Maria Dimashova
ce0132583a
added possibility of matcher filtering to sample
14 years ago
Maria Dimashova
69e329c9fd
modified features2d interface; added algorithmic test for DescriptorMatcher; added sample on matching to many images
14 years ago
Vadim Pisarevsky
086cddb33a
renamed rectify3 to rectify3Collinear
14 years ago
Ethan Rublee
e842a0c816
change int to char so that keys are registered properly, maybe this breaks others though
14 years ago
Alexander Shishkov
f0c136c9ab
fixed bug with CV_ASSERT
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
9f934363e5
added sample on BOW usage to image classification (training and testing is on Pascal VOC dataset)
14 years ago
Maria Dimashova
89935fc59b
fixed FernDescriptorMatch; optimized keypoint regions matching in detector/descriptor evaluation; added CalonderDescriptorExtractor to evaluation tests
14 years ago
Vadim Pisarevsky
46988ca633
some more fixes in rectify3 and 3calibration (corrected disparity ratio etc.)
14 years ago
Vadim Pisarevsky
18ce63ffdb
fixed 3calibration sample
14 years ago
Maria Dimashova
26dbbcc070
added bag of words; did some renaming
14 years ago
Maria Dimashova
9e9d4b9e49
added OpponentColorDescriptorExtractor
14 years ago
Maria Dimashova
8ab3fdbcca
merged regression tests for FeatureDetector, DescriptorExtractor from branch .features2d;
...
renamed createDetector to createFeatureDetector
14 years ago
Vadim Pisarevsky
31dbefc865
added 3-camera rectification and 8-coeff distortion model
14 years ago
Maria Dimashova
601e9af9f8
added match()
14 years ago
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
14 years ago
Yannick Verdie
e65823fac2
Qt sample code and some fixes
14 years ago
Maria Dimashova
d8ad4e2267
added detector and descriptor evaluation to sample descriptor_extractor_matcher
14 years ago
Maria Dimashova
4e60decad3
added GridAdaptedFeatureDetector, PyramidAdaptedFeatureDetector and funcs to draw keypoints and matches
14 years ago
Vadim Pisarevsky
9c94a96c40
repaired aspect ratio option; fixed comments
14 years ago
Maria Dimashova
6cf6a22772
modified sample find_obj_calonder
15 years ago
Maria Dimashova
cba926a428
added c++ interface for cvPyrMeanShiftFiltering; added sample on meanshift segmentation
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
Maria Dimashova
912607a387
minor sample changes
15 years ago