4次元のボリュームデータの重心座標抽出
Show older comments
3次元座標および各座標点の値の4次元データ(v:16×10×96 double)をボクセル上で表示させています。(図1)
この4次元データから重心座標を1点抽出したいです。
''regionprops3''を用いて実行してみましたが、複数点抽出してしまいます。
S=regionprops3(v,'centroid')
なにか良い方法などがあれば教えてほしいです。

Accepted Answer
More Answers (0)
Categories
Find more on Image Processing Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!