function undistortPointsImpl can't be opend or find

the function is a subfunction in function undistortPoints which is belongs to the camera calibrator block.
Function undistortPoints can run successly, but when I try to see the detail code as the screenshot shown,the subfunction undistortPointsImpl is noted as nonexist. where can I find this function's detail code?

回答 (1 件)

Walter Roberson
Walter Roberson 2023 年 3 月 28 日

0 投票

The function is a hidden method in toolbox/vision/vision/cameraParameters.m
However reading the source will not do you much good. The implementation involves calling lscftsh which is a function in a .p file so you cannot read the code for it

2 件のコメント

Ian gong
Ian gong 2023 年 3 月 30 日
Thank you. Could I know if there is any public reference material for constructing function lscftsh? I'm trying to use distortion model that is different from classical one, so I can't apply the function to get undistorted points directly
Walter Roberson
Walter Roberson 2023 年 3 月 30 日
Sorry, I have no idea how lscftsh might be implemented.

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeMATLAB Support Package for USB Webcams についてさらに検索

質問済み:

2023 年 3 月 28 日

コメント済み:

2023 年 3 月 30 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by