#include "opencv/cv.h"
#include "opencv/highgui.h"
#include <vector>
#include <iostream>
#include <algorithm>
#include "ccd/auto_init.h"
#include "ccd/bspline.h"
#include "ccd/ccd.h"
Go to the source code of this file.
Functions | |
double | logistic (double x) |
double | probit (double x) |
cv::Scalar | random_color (CvRNG *rng) |
Variables | |
cv::Mat | canvas_tmp |
cv::Scalar random_color | ( | CvRNG * | rng | ) | [inline] |
cv::Mat canvas_tmp |