📄 icvgetcutpiece.chf
字号:
void icvGetCutPiece(CvVect64d areaLineCoef1, CvVect64d areaLineCoef2, CvPoint2D64d epipole, CvSize imageSize, CvPoint2D64d* point11, CvPoint2D64d* point12, CvPoint2D64d* point21, CvPoint2D64d* point22, int* result) {
void *fptr;
fptr = dlsym(_Chcv_handle, "icvGetCutPiece_chdl");
if(fptr == NULL) {
fprintf(_stderr, "Error: %s(): dlsym(): %s\n", __func__, dlerror());
return;
}
dlrunfun(fptr, NULL, icvGetCutPiece, areaLineCoef1, areaLineCoef2, epipole, imageSize, point11, point12, point21, point22, result);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -