Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

how to remove the remaining part other than triangle any suggestion please

1 visualización (últimos 30 días)

Respuestas (2)

Matt J
Matt J el 3 de En. de 2014
Editada: Matt J el 3 de En. de 2014
Maybe use HOUGHLINES to find lines longer than a certain threshold length?

saravanakumar D
saravanakumar D el 3 de En. de 2014
Use the function bwareaopen. So we can eliminate the lower pixel images on the file. In your image triangle has the largest pixels.
Example:- output=bwareaopen(image,50);
50 is threshold pixel rate

Community Treasure Hunt

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

Start Hunting!

Translated by