필터 지우기
필터 지우기

average of pixel color in block

조회 수: 1 (최근 30일)
jenifer
jenifer 2013년 1월 18일
I m doing project in medical images.. I want to extract the color features. In that first i divided the whole image into 64 blocks.. next i want to average the pixel colors in each block.. the block size is(32 x 32)...how can i take average of pixel colors.. please help me with matlab codes...

채택된 답변

Walter Roberson
Walter Roberson 2013년 1월 18일
mean2() applied to the block.

추가 답변 (1개)

Jan
Jan 2013년 1월 18일
You can apply FEX: BlockMean directly to the RGB image.

Community Treasure Hunt

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

Start Hunting!

Translated by