Dividing a bounding box into smaller cubes

2 ビュー (過去 30 日間)
Momtanu Chakraborty
Momtanu Chakraborty 2016 年 12 月 11 日
コメント済み: Momtanu Chakraborty 2016 年 12 月 11 日
I am working on 3D data (x,y,z). I want to divide the bounding box surrounding all the points into smaller cubes (voxels) and then find out the number of boxes containing a point. I have already created the bounding box. Any help would be appreciated. Thanks.

回答 (1 件)

Image Analyst
Image Analyst 2016 年 12 月 11 日
How do you want to divide up the box? If into equally sized boxes, then see the FAQ: http://matlab.wikia.com/wiki/FAQ#How_do_I_split_an_image_into_non-overlapping_blocks.3F
If into sub regions that depend on the image, see qtdecomp().
  3 件のコメント
Image Analyst
Image Analyst 2016 年 12 月 11 日
I think you could probably use qtdecomp() for that if you had the right function to pass it.
Momtanu Chakraborty
Momtanu Chakraborty 2016 年 12 月 11 日
Will try that then. Thank you.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeLabeling, Segmentation, and Detection についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by