Vadim Pisarevsky
|
042271f5f7
|
use the new-style headers in the samples to improve OpenCV build time.
|
14 years ago |
Maria Dimashova
|
dfe4af9e1d
|
fixed warnings under win32
|
14 years ago |
Vadim Pisarevsky
|
1286c1db45
|
fixed multiple warnings from VS2010.
|
14 years ago |
Maria Dimashova
|
7e5c11a920
|
added tests for some detectors; made features2d object create functions as static classes methods; fixed OpponentColorDescriptorExtractor, BriefDescriptorExtractor (on rgb); renamed DynamicDetector
|
14 years ago |
Anatoly Baksheev
|
7c77787c84
|
npp version check
|
14 years ago |
Gary Bradski
|
3239d16c33
|
clarified docs
|
14 years ago |
Gary Bradski
|
d5f0f0391a
|
created help function, added more docs
|
14 years ago |
Ethan Rublee
|
a92dab7de5
|
renaming the filestorage_sample - getting rid of redundant _sample postfix
|
14 years ago |
Ethan Rublee
|
835bc03495
|
renaming the cvout_sample.cpp to cout_mat.cpp
|
14 years ago |
Ethan Rublee
|
b22f68091d
|
adding two simple templates
|
14 years ago |
Ethan Rublee
|
d3aa808bd1
|
renaming cvstarter and breaking it appart
|
14 years ago |
Anatoly Baksheev
|
d6686240d5
|
added version detection for NPP
|
14 years ago |
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
|
14 years ago |
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.
|
14 years ago |
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.
|
14 years ago |
Anatoly Baksheev
|
790cd2ef28
|
just for more convenient naming
|
14 years ago |
Gary Bradski
|
4ba9f1d7d1
|
Explaining the << cv::Mat out capabilities
|
14 years ago |
Gary Bradski
|
1f9171d10a
|
find and drawContours doc
|
14 years ago |
Gary Bradski
|
85f301ab9f
|
described
|
14 years ago |
Gary Bradski
|
b769639f1b
|
Docs for using BRIEF in features2d
|
14 years ago |
Gary Bradski
|
d0d7ba9985
|
added and moved docs
|
14 years ago |
Gary Bradski
|
e9fbbb3396
|
Fleshed out file docs for train and test on PASCAL VOC. This sample need simplification
|
14 years ago |
Maria Dimashova
|
c6e43c385d
|
updated documentation on features2d; minor features2d changes
|
14 years ago |
Gary Bradski
|
cd94b8c00e
|
forgot to escape after 'help'
|
14 years ago |
Gary Bradski
|
c1a862f175
|
minor docs and help code at top
|
14 years ago |
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 |