#include "tofi_config.h"
Go to the source code of this file.
Functions | |
void | UndistortPoints (float *_srcx, float *_srcy, float *_dstx, float *_dsty, CameraIntrinsics *_cameraMatrix, int maxcount, int rows, int cols, uint8_t row_bin_factor, uint8_t col_bin_factor) |
void UndistortPoints | ( | float * | _srcx, |
float * | _srcy, | ||
float * | _dstx, | ||
float * | _dsty, | ||
CameraIntrinsics * | _cameraMatrix, | ||
int | maxcount, | ||
int | rows, | ||
int | cols, | ||
uint8_t | row_bin_factor, | ||
uint8_t | col_bin_factor | ||
) |
Definition at line 52 of file opencv_undistort.cpp.