Accurate subpixel edge location
This is the Matlab source code of the sub pixel edge detection method detailed in the paper “Accurate Subpixel Edge Location Based on Partial Area Effect”, published by Elsevier in
http://www.sciencedirect.com/science/article/pii/S0262885612001850
The main folder contains the following files:
- subpixelEdges is the detection method. Type 'help subpixelEdges' for more info
- visEdges is the method for displaying detected edges over the image
- subpixelImage creates a high resolution binary image with the detected edges
- subsetEdges extracts a subset of edges that fulfill condition
- example1 is an example of using the method with a synthetic image
- example2 is similar but using a real image
- example3 uses a big image of a printed text captured by a mobile phone camera
- example4 creates a high resolution binary image for the example 1
- example5 is an example of using the method with a high-noise synthetic image
- example6 is similar but using a real angiography
- subpixelStartGUI is a graphical app to test different features of the method
Several slides explaining the method in:
http://serdis.dis.ulpgc.es/~atrujillo/subpixel/subpixelSlides.pdf
Cite As
Agustin Trujillo-Pino (2022). Accurate subpixel edge location (https://www.mathworks.com/matlabcentral/fileexchange/48908-accurate-subpixel-edge-location), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Acknowledgements
Inspired: Drop shape analysis. Fit contact angle by double ellipses or polynomials
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.