?? cvinitundistortmap.chf
字號:
void cvInitUndistortMap(CvMat* intrinsic_matrix, CvMat* distortion_coeffs, CvArr* mapx, CvArr* mapy) {
void *fptr;
fptr = dlsym(_Chcv_handle, "cvInitUndistortMap_chdl");
if(fptr == NULL) {
fprintf(_stderr, "Error: %s(): dlsym(): %s\n", __func__, dlerror());
return;
}
dlrunfun(fptr, NULL, cvInitUndistortMap, intrinsic_matrix, distortion_coeffs, mapx, mapy);
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -