#include "../Shared/Utilities.h"
Functions | |
| void | on_mouse (int event, int x, int y, int flags, void *param) |
| Mouse callback. | |
| void | write_matrix (CvMat *M) |
| Matrix output format. | |
| int | main (int argc, char *argv[]) |
| Main application entry point. | |
Variables | |
| const char * | output_file = "projectioninterface.cfg" |
| Output file name. | |
| const int | sample_count = 4 |
| The transform matrix. | |
| CvPoint2D32f | input_points [sample_count] |
| int | points_count = 0 |
| The number of choice counts of the picture. | |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Main application entry point.
| void on_mouse | ( | int | event, | |
| int | x, | |||
| int | y, | |||
| int | flags, | |||
| void * | param | |||
| ) |
Mouse callback.
| void write_matrix | ( | CvMat * | M | ) |
Matrix output format.
| CvPoint2D32f input_points[sample_count] |
| const char* output_file = "projectioninterface.cfg" |
Output file name.
| int points_count = 0 |
The number of choice counts of the picture.
| const int sample_count = 4 |
The transform matrix.
1.5.5