Can I undo undistortImage?

5 ビュー (過去 30 日間)
Michelle DiBenedetto
Michelle DiBenedetto 2018 年 6 月 13 日
回答済み: Florian Morsch 2018 年 6 月 14 日
I have processed many images and collected point data from them after using undistortImage on the images. However, I redid my camera calibration in a better way and I want to apply this new calibrated distortion correction without reprocessing all my data. So, I'm wondering is there a way I can basically undo undistortImage, or undistortPoints on all my data to remove the old calibrated distortion correction so that I can then apply my new one?
Thank you!

回答 (1 件)

Florian Morsch
Florian Morsch 2018 年 6 月 14 日
I would not recommend to try this. When you use undistortImage, some information might get lost due to the process. If you now try to reverse it and then use another undistortImage you might end up with false data due to the overall reprocessing of the images.
If you have the original images just reprocess them, if you overwrote the orginal images with the undistorted ones then its possibly better to just make new pictures and use them.

カテゴリ

Help Center および File ExchangeCamera Calibration についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by