how to find the overlapping pixel points?

i have the image
i have to take the signature part alone and fold it at the center like closing a book. book being the signature. ihave to fold the signature. after folding i have to calculate the overlapping pixel points. please help me with code.

Answers (1)

Skeletonize with bwmorph() then find branchpoints with bwmorph().

Categories

Find more on Convert Image Type in Help Center and File Exchange

Asked:

on 25 Jan 2015

Answered:

on 25 Jan 2015

Community Treasure Hunt

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

Start Hunting!