Go to the source code of this file.
Classes | |
struct | OwnDrawable |
Functions | |
int | keycallback (int key) |
int | main (int argc, char *argv[]) |
void | videocallback (IplImage *image) |
Variables | |
std::stringstream | calibrationFilename |
Drawable | d_marker |
OwnDrawable | d_points [1000] |
bool | init = true |
const double | marker_size = 1 |
int | own_drawable_count |
bool | reset = false |
SimpleSfM * | sfm |
int keycallback | ( | int | key | ) |
Definition at line 167 of file SamplePointcloud.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 178 of file SamplePointcloud.cpp.
void videocallback | ( | IplImage * | image | ) |
Definition at line 36 of file SamplePointcloud.cpp.
std::stringstream calibrationFilename |
Definition at line 11 of file SamplePointcloud.cpp.
Definition at line 31 of file SamplePointcloud.cpp.
OwnDrawable d_points[1000] |
Definition at line 32 of file SamplePointcloud.cpp.
bool init = true |
Definition at line 9 of file SamplePointcloud.cpp.
const double marker_size = 1 |
Definition at line 8 of file SamplePointcloud.cpp.
Definition at line 33 of file SamplePointcloud.cpp.
bool reset = false |
Definition at line 35 of file SamplePointcloud.cpp.
Definition at line 10 of file SamplePointcloud.cpp.