#include <cstdio>
#include <stdio.h>
#include <stdlib.h>
#include <vector>
#include <map>
#include <iostream>
#include <sstream>
#include <fstream>
#include <opencv/cv.h>
#include <opencv/highgui.h>
#include <opencv/cvaux.h>
Go to the source code of this file.
Defines | |
#define | KEY_ESC 1048603 |
Functions | |
CvScalar | hsv2rgb (float hue) |
int | main (int argc, char **argv) |
void | on_mouse (int event, int x, int y, int flags, void *param) |
void | sum_rgb (IplImage *src, IplImage *dst) |
Variables | |
std::vector< CvPoint > | contourPoints |
int | currPos = 0 |
IplImage * | image = 0 |
int | posFrame = 0 |
void on_mouse | ( | int | event, |
int | x, | ||
int | y, | ||
int | flags, | ||
void * | param | ||
) |
std::vector<CvPoint> contourPoints |