Image transformation: I have a .xyz file which contains x, y, z coordinates and r, g, b. I have to do a translation, rotation and z shift on each of these coordinates.

2 ビュー (過去 30 日間)
Ripul Dutt
Ripul Dutt 2017 年 7 月 31 日
コメント済み: Ripul Dutt 2017 年 8 月 24 日
I am struggling with the following (1) Using the .xyz file to generate an image (2) applying different values of translations on each of the x y and z coordinates.
Please let me know if you can help!
  4 件のコメント
Walter Roberson
Walter Roberson 2017 年 8 月 1 日
If you are just doing translations, then just add or subtract the appropriate amount from each coordinate. If you are doing rotations as well, then that can work on the coordinates without you having to form an image: create the appropriate transformation matrix and do the matrix multiplications.

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

回答 (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