Segment 2D image into 3 equal parts
이전 댓글 표시
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
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);

Is this you are looking for?
João Mendes
2019년 7월 23일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Image Arithmetic에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!