How to create transformation matrix

4 ビュー (過去 30 日間)
korawig chaknam
korawig chaknam 2022 年 6 月 14 日
回答済み: Matt J 2022 年 6 月 14 日
Hi
I would like to creat transformation matrix from each control point in position (x,y,z) and their distortion (dx,dy,dz) (11253x6 table) for image registration with CT image (512X512X309 uint16)
have any function or any idea for create geometric trasformation from data in excel table
thank you

回答 (1 件)

Matt J
Matt J 2022 年 6 月 14 日
You wouldn't use a transformation matrix to execute a deformation like that. You would just use griddedInterpolant or interp3 to re-interpolate image at query points (x+dx,y+dy,z+dz).

カテゴリ

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