フィルターのクリア

How can I divide an image into 64 blocks through the centre of gravity of the image?

1 回表示 (過去 30 日間)
Tola
Tola 2013 年 3 月 19 日
The center of gravity is already known using region props but how do I program it to divide the image into 4 blocks through the center of gravity and then further subdivide each block until 64 blocks is gotten.
  4 件のコメント
Walter Roberson
Walter Roberson 2013 年 3 月 20 日
Do you only want to know the sizes? Those can be calculated without doing the block division.
Tola
Tola 2013 年 3 月 22 日
No, I also want to calculate the cell orientation of the blocks gotten. Thank you.

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

回答 (1 件)

Walter Roberson
Walter Roberson 2013 年 3 月 26 日
Repeated applications of mat2cell(). But you need to define what output data structure you want.

Community Treasure Hunt

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

Start Hunting!

Translated by