#include "Util/Types.H"
Go to the source code of this file.
Defines | |
#define | ALIGN_X 0 |
#define | ALIGN_Y 1 |
Functions | |
double | getError (const Image< byte > &img1, const Image< byte > &img2, const int shiftx, const int shifty) |
int | findAlign (const Image< byte > &img1, const Image< byte > &img2, const int align_xy, const int range_start, const int range_end) |
Helper functions for camera calibration
Definition in file calibrateFunctions.H.