How to get smooth straight line in binary(im2bw)?

3 ビュー (過去 30 日間)
muhammad ismail
muhammad ismail 2015 年 1 月 22 日
回答済み: Image Analyst 2015 年 1 月 22 日
How to get smooth straight line in the middle of this picture in binary(bw). I try using c=im2bw(b,graythresh(b)); but it become rough line. Need straight line as actual image in binary(bw). Thank you.

回答 (1 件)

Image Analyst
Image Analyst 2015 年 1 月 22 日
How about using imline()? Or houghlines() or hough()?

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by