このページの内容は最新ではありません。ここをクリックして、最新版の英語を参照してください。
pcregistericp
ICP アルゴリズムを使用した 2 つの点群のレジストレーション
構文
説明
は、移動点群を固定点群にレジストレーションする剛体変換を返します。tform
= pcregistericp(moving
,fixed
)
レジストレーション アルゴリズムは "反復最近接点" (ICP) アルゴリズムに基づいています。この反復処理で最良のパフォーマンスを得るには、データのプロパティを調整しなければなりません。レジストレーションの精度と効率を向上させるには、pcregistericp
を使用する前に pcdownsample
を使用して点群をダウンサンプリングすることを検討してください。
"pointToPlane"
または "planeToPlane"
(Generalized-ICP または G-ICP とも呼ばれる) メトリクスを選択する場合、レジストレーション アルゴリズムには点群の法線が必要です。入力点群の Normal
プロパティが空の場合、関数がそれを指定します。
[___] = pcregistericp(
は、前の構文にある引数の任意の組み合わせに加えて、名前と値の引数を 1 つ以上使用してオプションを指定します。たとえば、moving
,fixed
,Name=Value
)pcregistericp(moving,fixed,Metric="planeToPlane")
は、最小化メトリクスを "planeToPlane"
に設定します。
例
入力引数
出力引数
アルゴリズム
参照
[1] Besl, P.J., and Neil D. McKay. “A Method for Registration of 3-D Shapes.” IEEE Transactions on Pattern Analysis and Machine Intelligence 14, no. 2 (February 1992): 239–256. https://doi.org/10.1109/34.121791.
[2] Chen, Yang, and Gérard Medioni. “Object Modelling by Registration of Multiple Range Images.” Image and Vision Computing 10, no. 3 (April 1992): 145–155. https://doi.org/10.1016/0262-8856(92)90066-C.
[3] Segal, A., Haehnel, D. and S. Thrun. "Generalized-ICP". Robotics: Science and Systems V, Robotics: Science and Systems Foundation,. (June 2009): 435-442. https://doi.org/10.15607/RSS.2009.V.021.
拡張機能
バージョン履歴
R2018a で導入参考
関数
pcregistercorr
|pcregisterndt
|pcregistercpd
|pctransform
|pcshow
|pcshowpair
|pcdownsample
|pcfitplane
|pcdenoise
|pcmerge