Dividing the pixel into blocks
조회 수: 1 (최근 30일)
이전 댓글 표시
I have an image say which i have uploaded now i want to resize that RGB image and divide pixels having same value into blocks
for example in the image uploaded of arabian sea ,it consists of water(blue) ,sand(brown) ,leaves,and more
so i want to divide water(blue) into block,sand(brown)into another block and so on please help
댓글 수: 0
답변 (2개)
Ryan
2012년 8월 20일
Do you have the image processing toolbox? This should get you started down the right path:
댓글 수: 0
Image Analyst
2012년 8월 20일
편집: Image Analyst
2012년 8월 20일
In addition to the nice links Ryan gave, you might look at the rgb2ind() function in MATLAB, which I believe does something like what's described in this link:
Also take a peek at the quadtree() function. It doesn't classify but just finds "uniform" areas.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!