images.geotrans.PolynomialTransformation2D
2 次元多項式幾何学的変換
説明
PolynomialTransformation2D
オブジェクトは、2 次元多項式幾何学的変換に関する情報を格納し、逆変換を可能にします。
作成
PolynomialTransformation2D
オブジェクトは次の方法で作成できます。
関数
fitgeotform2d
。2 個のイメージの間でコントロール ポイントのペアをマッピングする幾何学的変換を推定します。ここで説明する関数
images.geotrans.PolynomialTransformation2D
。この関数は固定点と移動点の座標、またはフォワード変換および逆変換の既知の多項式係数を使用してPolynomialTransformation2D
オブジェクトを作成します。
構文
説明
tform = images.geotrans.PolynomialTransformation2D(
は、movingPoints
,fixedPoints
,degree
)PolynomialTransformation2D
オブジェクトを作成し、Degree
プロパティを設定します。この関数は、移動イメージのコントロール ポイント movingPoints
を固定イメージのコントロール ポイント fixedPoints
にマッピングする多項式係数を推定します。コントロール ポイントは、関数 cpselect
を使用して選択できます。
入力引数
プロパティ
オブジェクト関数
outputLimits | Find output spatial limits given input spatial limits |
transformPointsInverse | Apply inverse geometric transformation |
例
詳細
バージョン履歴
R2013b で導入