sdk
common
adi
tofi
opencv_undistort.h
Go to the documentation of this file.
1
#ifndef OPENCV_UNDISTORT_h
2
#define OPENCV_UNDISTORT_h
3
4
#include "
tofi_config.h
"
5
6
void
UndistortPoints
(
float
*_srcx,
float
*_srcy,
float
*_dstx,
float
*_dsty,
7
CameraIntrinsics
*_cameraMatrix,
int
maxcount,
int
rows,
8
int
cols, uint8_t row_bin_factor, uint8_t col_bin_factor);
9
10
#endif //OPENCV_UNDISTORT_h
UndistortPoints
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:
opencv_undistort.cpp:52
tofi_config.h
CameraIntrinsics
Definition:
tofi_camera_intrinsics.h:16
libaditof
Author(s):
autogenerated on Wed May 21 2025 02:06:57