#include "matrixsimulator.h"#include <iostream>#include <fstream>#include <iterator>#include "spline.h"#include "H5Cpp.h"#include "helper.h"#include <opencv2/imgproc.hpp>#include <hdf5_hl.h>Classes | |
| struct | transformation_hdf |
Typedefs | |
| typedef struct transformation_hdf | transformation_hdf |
Functions | |
| void | print_transformation_matrix (cv::Mat tm) |
| double | tmp_image_height (int rows, double sy) |
| double | tmp_image_width (int cols, double sx) |
Typedef Documentation
| typedef struct transformation_hdf transformation_hdf |
Function Documentation
| void print_transformation_matrix | ( | cv::Mat | tm | ) |
| double tmp_image_height | ( | int | rows, |
| double | sy | ||
| ) |
| double tmp_image_width | ( | int | cols, |
| double | sx | ||
| ) |

1.8.11