Contour Tracing & Line Following

Version 1.0.0.0 (922 Bytes) by Anoop Sadani
Contour tracing in a binary image given a point on the contour.
9.6K Downloads
Updated 20 Feb 2004

No License

Contour Tracing of a Black White Image (Binary Image).

Save this file in the MATLAB/Work folder and on the MATLAB Command Prompt type "help contour_trace"
Assuming Foreground to be in Black and Background to be in White, this function traces the entire contour and requires row and column value of any pixel which lies on the contour and returns the (row,column) values of all the points which lie on the contour.

This can be used in Line Following Algorithms also.

Syntax :
[pixel,I]=contour_trace(BW,r,c)

Input :
r,c - row, column value of a single pixel on the contour.
BW - Black & White Image (Binary Image).

Output :
I - Binary Image containing just the desired contour.
pixel - N x 2 matrix which stores the pixel value of the contour, column1 gives the rows & column2 the corresponding column.

Cite As

Anoop Sadani (2024). Contour Tracing & Line Following (https://www.mathworks.com/matlabcentral/fileexchange/4497-contour-tracing-line-following), MATLAB Central File Exchange. Retrieved .

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

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