I want to cut the head of the screw. I turned the image straight and cut out the white part but I can't figure out how to cut the head off. Thanks in advance.

2 commentaires

KSSV
KSSV le 5 Oct 2020
Read about imcrop.
Rik Steens
Rik Steens le 5 Oct 2020
Thanks for your response I understand that I need this function. But i want an kinf of automatic way yo detect the head of the screw and cut it off, I need this code for a bigger project

Connectez-vous pour commenter.

 Réponse acceptée

Rik
Rik le 5 Oct 2020

0 votes

My suggestion would be to determine the number of white pixels in each column, and use an automatic way to determine a threshold for what width is head and what width is screw. Don't use limits like '100% width' and 'smallest width', because that will miss part of the head, and might cut of all the screw.

Plus de réponses (0)

Catégories

En savoir plus sur Images dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by