Eliminate point of view effects on a surface before processing the image.

2 ビュー (過去 30 日間)
Mohammad Sarhil
Mohammad Sarhil 2018 年 8 月 6 日
コメント済み: Florian Morsch 2018 年 8 月 14 日
Hello,
I have some concrete cross-sections with fibers. The camera will be at a central position and due to point of view effects, the edges will be deformed. I made a chess board to use it first to take out the point of view effects with same size of the cross-sections (see the photo).
The procedure:
- Fix the camera and the specimens position. - Take the image of the chess board. - Take the images of specimens with out changing the positions. - Use the chess board image to develop a code to reverse the point of view effects.
My questions: What is the transformation which should be used to reverse the point of view effects? Is it implemanted on Matlab already? Is the transformation simply linear or not? Do you have any lectures regarding this?
Thank you.

採用された回答

Florian Morsch
Florian Morsch 2018 年 8 月 7 日
If you have the camera calibration toolbox at you hand you can simply use that to calibrate your camera with the checkerboard.
With the camera parameters from the calibration you can then use undistortImage() ( https://de.mathworks.com/help/vision/ref/undistortimage.html ) to correct the lense distortion.
  2 件のコメント
Mohammad Sarhil
Mohammad Sarhil 2018 年 8 月 14 日
Thanks, but this can not transform the image to 90 degree projection of the plan object.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGeometric Transformation and Image Registration についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by