#include "CvTestbed.h"#include "GlutViewer.h"#include "Shared.h"#include "FernImageDetector.h"#include "FernPoseEstimator.h"
Go to the source code of this file.
| Functions | |
| int | main (int argc, char *argv[]) | 
| void | videocallback (IplImage *image) | 
| Variables | |
| std::stringstream | calibrationFilename | 
| Drawable | d | 
| FernImageDetector | fernDetector (true) | 
| FernPoseEstimator | fernEstimator | 
| cv::Mat | gray | 
| bool | init = true | 
| bool | reset = false | 
| int main | ( | int | argc, | 
| char * | argv[] | ||
| ) | 
Definition at line 72 of file SampleMarkerlessDetector.cpp.
| void videocallback | ( | IplImage * | image | ) | 
Definition at line 18 of file SampleMarkerlessDetector.cpp.
| std::stringstream calibrationFilename | 
Definition at line 11 of file SampleMarkerlessDetector.cpp.
| Drawable d | 
Definition at line 14 of file SampleMarkerlessDetector.cpp.
| FernImageDetector fernDetector(true) | 
| FernPoseEstimator fernEstimator | 
Definition at line 12 of file SampleMarkerlessDetector.cpp.
| cv::Mat gray | 
Definition at line 15 of file SampleMarkerlessDetector.cpp.
| bool init = true | 
Definition at line 10 of file SampleMarkerlessDetector.cpp.
| bool reset = false | 
Definition at line 16 of file SampleMarkerlessDetector.cpp.