#include <iostream>
#include <vector>
#include <opencv/cv.h>
#include <opencv/highgui.h>
#include "ccd/bspline.h"
#include "ccd/ccd.h"
Go to the source code of this file.
Functions | |
void | contourManually (CCD &my_ccd) |
int | main (int argc, char *argv[]) |
void | on_mouse (int event, int x, int y, int flags, void *param) |
Variables | |
std::vector< cv::Point3d > | pts |
void contourManually | ( | CCD & | my_ccd | ) |
void on_mouse | ( | int | event, |
int | x, | ||
int | y, | ||
int | flags, | ||
void * | param | ||
) |