Gary Bradski
|
37ae2634aa
|
doc'd
|
14 years ago |
Gary Bradski
|
3dd0e31976
|
oops, typo corrected
|
14 years ago |
Gary Bradski
|
ced1d50d88
|
updated docs
|
14 years ago |
Gary Bradski
|
0ebd45e188
|
added help and help on error
|
14 years ago |
Gary Bradski
|
61c77e8e92
|
print help on error
|
14 years ago |
Gary Bradski
|
8cf6b56fe9
|
print on error
|
14 years ago |
Gary Bradski
|
4c95848cc7
|
allowed top docs to print out
|
14 years ago |
Gary Bradski
|
1cb87da0e6
|
added docs and minor program changes
|
14 years ago |
Gary Bradski
|
28bca0ad8f
|
add docs to feature matching
|
14 years ago |
Vadim Pisarevsky
|
3fd07809c9
|
make cv::calibrateCamera, cv::stereoCalibrate and their C counterparts return the standard RMS error.
|
14 years ago |
Vadim Pisarevsky
|
53e362e403
|
added missing images for C++ samples
|
14 years ago |
Gary Bradski
|
6cddef8650
|
help function added
|
14 years ago |
Vadim Pisarevsky
|
5461b9943c
|
added chamfer matcher code and sample (contributed by Antonella Cascitelli, Marco Di Stefano and Stefano Fabri)
|
14 years ago |
Gary Bradski
|
84cd509639
|
described
|
14 years ago |
Gary Bradski
|
ffc3a58cb4
|
added help docs
|
14 years ago |
Vadim Pisarevsky
|
b1722352b8
|
fixed severe bug: CV_RANSAC != CV_FM_RANSAC, CV_LMEDS != CV_FM_LMEDS
|
14 years ago |
Vadim Pisarevsky
|
2b660bf554
|
added flag to treat input file as a videofile (patch by Ethan Rublee; ticket #392)
|
14 years ago |
Vadim Pisarevsky
|
eea43c6a46
|
added CV_CALIB_RATIONAL_MODEL for better backward compatibility
|
14 years ago |
Vadim Pisarevsky
|
a937d9d43c
|
unified the coordinate interpretation in RotatedRect (ticket #425)
|
14 years ago |
Vadim Pisarevsky
|
fa1d85bc14
|
removed obsolete headers from opencv.hpp, fixed 2 gcc warnings and bug in SVBackSubst().
|
14 years ago |
Vadim Pisarevsky
|
7860d52e14
|
moved to cpp directory
|
14 years ago |
Vadim Pisarevsky
|
b46d23a2aa
|
converted houghlines to C++
|
14 years ago |
Vadim Pisarevsky
|
d61464a756
|
rewrote stereo_calib in C++
|
14 years ago |
Maria Dimashova
|
894cde3f40
|
fixed compile errors from gcc
|
14 years ago |
Gary Bradski
|
715ca399f1
|
docs
|
14 years ago |
Gary Bradski
|
9ebaaecc85
|
updated docs
|
14 years ago |
Gary Bradski
|
83596f7288
|
updated docs
|
14 years ago |
Gary Bradski
|
a708ca8135
|
updated docs
|
14 years ago |
Gary Bradski
|
edc41d4cab
|
updated comments
|
14 years ago |
Vadim Pisarevsky
|
f2a3e7e312
|
converted some more samples to C++
|
14 years ago |
Vadim Pisarevsky
|
ee3618243d
|
converted some OpenCV C samples to C++
|
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
|
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 |
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 |
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 |
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 |