This is an example I got somewhere. It does DDT. More...

Go to the source code of this file.
Functions | |
| IplImage * | ddt (IplImage *src, int ratio) |
| void | display () |
| void | init (void) |
| int | interpolation_gl () |
| int | main (int argc, char **argv) |
| void | onKeyPress (unsigned char key, int x, int y) |
| void | reshape (int w, int h) |
| int | wraper (Point_value_map *values, IplImage *src, int ratio) |
Variables | |
| Delaunay | dt |
| IplImage * | grab = NULL |
| GLuint | mode |
| int | ratio = 1 |
| IplImage * | res = NULL |
| IplImage * | src = NULL |
This is an example I got somewhere. It does DDT.
Definition in file ddt.cpp.
| int wraper | ( | Point_value_map * | values, |
| IplImage * | src, | ||
| int | ratio | ||
| ) |