最新のリリースでは、このページがまだ翻訳されていません。 このページの最新版は英語でご覧になれます。
3 次元ボリューム イメージ領域のプロパティの計測
は、3 次元ボリューム バイナリ イメージ stats
= regionprops3(BW
,properties
)BW
内の各連結要素 (オブジェクト) の一連のプロパティを測定します。出力 stats
は各オブジェクトのさまざまなプロパティを示します。
すべての構文において、properties
引数を指定しない場合、regionprops3
は 'Volume'
、'Centroid'
、および 'BoundingBox'
の測定値を返します。
は、stats
= regionprops3(CC
,properties
)bwconncomp
によって返される構造体である CC
内の各連結要素 (オブジェクト) の一連のプロパティを測定します。
は、3 次元ラベル イメージ stats
= regionprops3(L
,properties
)L
にある各ラベル付き領域の一連のプロパティを測定します。
[1] Lehmann, Gaetan and David Legland. Efficient N-Dimensional surface estimation using Crofton formula and run-length encoding, The Insight Journal, 2012. (https://insight-journal.org/browse/publication/852)
[2] Shoemake, Ken, Graphics Gems IV. Edited by Paul S. Heckbert, Morgan Kaufmann, 1994, pp. 222–229.