How to get smooth straight line in binary(im2bw)?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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.

0 comentarios
Respuestas (1)
Image Analyst
el 22 de En. de 2015
How about using imline()? Or houghlines() or hough()?
0 comentarios
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!