Contour Parameterization

This function takes as input an image having white background and black foreground and traces the en

Vous suivez désormais cette soumission

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

This function takes as input an image having white background and black foreground and traces the entire contour and returns the row and column
coordinate values of all the points which lie on the contour

This can be used in Line Following Algorithms and for parameterizing affine distorted contours.

Syntax :
cpixels = affine_contour_trace(BW,r,c,xx1,yy1)

Input :
BW - Black & White Image (Binary Image).
row,col - row, column value of a single pixel on the contour, serves as the starting point of parameterization
xx1,yy1 - listing of all the boundary points of the object obtained using the command: [xx1,yy1,p] = find(originalImage);

Output :
sp_x - N x 2 matrix which stores the coordinate values of the contour, column1 gives the rows & column2 the corresponding column.

See the SampleUsage.m file for an example

The program has been succesfully tested using the MPEG7-ShapeB dataset and Airplane dataset.

Sample images are included for experimentation.

Citation pour cette source

Asad Ali (2026). Contour Parameterization (https://fr.mathworks.com/matlabcentral/fileexchange/13109-contour-parameterization), MATLAB Central File Exchange. Extrait(e) le .

Remerciements

A inspiré : contour following in binary images

Catégories

En savoir plus sur Images dans Help Center et MATLAB Answers

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
1.0.0.0