
Go to the source code of this file.
| Functions | |
| int | main (int argc, char *argv[]) | 
| void | videocallback (IplImage *image) | 
| Variables | |
| std::stringstream | calibrationFilename | 
| Camera | cam | 
| Drawable | d [32] | 
| bool | init =true | 
| const int | marker_size =15 | 
| int main | ( | int | argc, | 
| char * | argv[] | ||
| ) | 
Definition at line 70 of file SampleMarkerDetector.cpp.
| void videocallback | ( | IplImage * | image | ) | 
Definition at line 14 of file SampleMarkerDetector.cpp.
| std::stringstream calibrationFilename | 
Definition at line 12 of file SampleMarkerDetector.cpp.
| Camera cam | 
Definition at line 10 of file SampleMarkerDetector.cpp.
| Drawable d[32] | 
Definition at line 11 of file SampleMarkerDetector.cpp.
| bool init =true | 
Definition at line 8 of file SampleMarkerDetector.cpp.
| const int marker_size =15 | 
Definition at line 9 of file SampleMarkerDetector.cpp.