Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

separating figure pixels base on colour differences

조회 수: 1 (최근 30일)
Fatemeh Shomal Zadeh
Fatemeh Shomal Zadeh 2020년 8월 6일
마감: MATLAB Answer Bot 2021년 8월 20일
Hello everyone, I want to segment out my region with the same colours based on 5 definition. I have written the code and now have this picture that I have attached here. Based on different colours (-250 to 250), I want to segment out the pixels and then connect them and map them out (make a 3D shape from each colour). can anyone help me regarding that please?
Thanks in advance
Regards
Fatemeh

답변 (1개)

Aman Vyas
Aman Vyas 2020년 8월 12일
Hi,
Based on my understanding, i think you can use frame to pixel block under Computer Vision toolbox. The input attached will serve as the input to the block which will be converted finaly to vector of pixels.
Once you have all the pixel values available, you can take that file to matlab workspace, and then keep on comparing indexes and reporting the same ones.
Hope it helps !

Community Treasure Hunt

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

Start Hunting!

Translated by