Info

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

Image processing using Matlab

조회 수: 1 (최근 30일)
KAPIL JADHAV
KAPIL JADHAV 2020년 8월 10일
마감: MATLAB Answer Bot 2021년 8월 20일
Hello,
I have one landscape panorama image. First, I have to convert into balck and white image. then, i have to distinguish image as for buildings (object) = 1 and for sky = 0
then i have to convert that image into excel file.
how can i do that?
here, I am just looking for flow or approach.
thanks in advance!

답변 (1개)

Vimal Rathod
Vimal Rathod 2020년 8월 17일
Hi,
You can use "rgb2grey" function in MATLAB to convert an image to a black and white image.
For further reference on rgb2grey function use the following link.
For distinguishing for buildings and sky in the image you have to use object detection on the image. For that you have to train a model which could detect buildings and sky in the image and use that model on your image.
For more info you could use the following link.

Community Treasure Hunt

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

Start Hunting!

Translated by