Crop a part of binary image

1 view (last 30 days)
Rik Steens
Rik Steens on 4 Oct 2020
Answered: Rik on 5 Oct 2020
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 Comments
KSSV
KSSV on 5 Oct 2020
Read about imcrop.
Rik Steens
Rik Steens on 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

Sign in to comment.

Accepted Answer

Rik
Rik on 5 Oct 2020
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.

More Answers (0)

Categories

Find more on Image Processing Toolbox in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!