Segmentation based on pixel density of binary image
Show older comments
I am doing project on Handwritten Electric Circuit Diagram detection. I want to segment components from the circuit. After converting to binary I have applied thinning to inverted binary image for single pixel level thickness. I have decided to segment based on estimation of pixel density over 3*3 neighborhood.After thresholding the components region is found which is further extended by region growing using morphological operations. Can anyone help?
Answers (0)
Categories
Find more on Image Segmentation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!