transltform2d
説明
transltform2d
オブジェクトは、2 次元平行移動幾何学的変換に関する情報を格納し、フォワード変換と逆変換を可能にします。
作成
構文
説明
tform = transltform2d
は、恒等変換を実行する transltform2d
オブジェクトを作成します。
tform = transltform2d(Translation)
は、Translation
プロパティの指定値に基づいて平行移動変換を実行する transltform2d
オブジェクトを作成します。このプロパティは、x 方向と y 方向の平行移動の量を指定します。
tform = transltform2d(A)
は、transltform2d
オブジェクトを作成し、指定された 2 次元平行移動変換行列としてプロパティ A
を設定します。
tform = transltform2d(
は、別の幾何学的変換オブジェクト tformIn
)tformIn
から、有効な 2 次元平行移動幾何学的変換を表す transltform2d
オブジェクトを作成します。
入力引数
プロパティ
オブジェクト関数
invert | 幾何学的逆変換 |
outputLimits | Find output spatial limits given input spatial limits |
transformPointsForward | Apply forward geometric transformation |
transformPointsInverse | Apply inverse geometric transformation |
例
拡張機能
バージョン履歴
R2022b で導入