フィルターのクリア

if there a synatix that selects and cuts a line of a image in matlab?

1 回表示 (過去 30 日間)
hasan alhussaini
hasan alhussaini 2017 年 8 月 24 日
コメント済み: hasan alhussaini 2017 年 8 月 24 日
hi
i'm looking for syntax that selects a line in a image and cuts it. or is there anything around it?
Thanks

採用された回答

Image Analyst
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
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..
hasan alhussaini
hasan alhussaini 2017 年 8 月 24 日
improfile is good enough :)

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by