how to find the overlapping pixel points?
Show older comments
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)
Image Analyst
on 25 Jan 2015
0 votes
Skeletonize with bwmorph() then find branchpoints with bwmorph().
Categories
Find more on Morphological Operations in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!