sortContour(E)

Function to sort the contour points of a binary 2-D image.
106 Downloads
Updated 2 Dec 2015

View License

This function performs the edge tracking algorithm, which is explained by Gonzalez, R.C. in: "Digital Image Processing". This function is able to detect an unique form. Several forms can be detected by using BWBOUNDARIES native matlab function. However, sortContour presents significative computational cost reduction.

Cite As

Regis Marques (2024). sortContour(E) (https://www.mathworks.com/matlabcentral/fileexchange/54252-sortcontour-e), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2014a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Acknowledgements

Inspired: bw2surf(F,P)

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0

The help text was edited.
This new file presents some corrections on help text only.