if there a synatix that selects and cuts a line of a image in matlab?
1 次查看(过去 30 天)
显示 更早的评论
hi
i'm looking for syntax that selects a line in a image and cuts it. or is there anything around it?
Thanks
0 个评论
采纳的回答
Image Analyst
2017-8-24
What do you mean by "cut"? You mean remove that line, as in
grayImage(row, :) = []; % Remove this row from the image, shrinking the image vertically.
Or do you mean something like improfile(), which gets you the intensity profile along a line between two points?
2 个评论
Walter Roberson
2017-8-24
Or maybe it is an roi selection either freehand or rectangular? Or maybe it is defining a line and then cutting it into the image, altering the image to have the line drawn on it..
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!