Segment 2D image into 3 equal parts

조회 수: 2 (최근 30일)
João Mendes
João Mendes 2019년 7월 23일
댓글: João Mendes 2019년 7월 23일
I'm currently trying to draw 2 vertical lines at each lung, to divide them into three almost equal parts but I'm having some trouble.
To be really honest I'm not sure where to begin.
Could you please help me?
Thanks in advance,
J
  댓글 수: 2
KALYAN ACHARJYA
KALYAN ACHARJYA 2019년 7월 23일
im=rgb2gray(imread('image11.jpg'));
[rows colm]=size(im);
%Find the blob properties and calculate the distance
%Draw the lines at particlar column
imshow(im);
wo.png
Is this you are looking for?
João Mendes
João Mendes 2019년 7월 23일
Yes! That's it! Thanks!!

댓글을 달려면 로그인하십시오.

답변 (0개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by