contour following in binary images

the function finds the contour pixels in a bw image.. the object is assumed to be white.

現在この提出コンテンツをフォロー中です。

[knew,m,n]=contour_b_trial_2(a,row,col)
knew=contour image
m=contour background pixels
n=contour object pixels

ch=contour_code_2(m)
ch=contour code

[k8,m8]=eightneighbour(k,n)
k8=contour image containing eight neighbourhood
m8=contour pixels

[k4,m4]=fourneighbour2(k,n)
k4=contour image containing four neighbourhood
m4=contour pixels

press pause after each plot to continue

引用

rajjan thakur (2026). contour following in binary images (https://jp.mathworks.com/matlabcentral/fileexchange/23056-contour-following-in-binary-images), MATLAB Central File Exchange. に取得済み.

謝辞

ヒントを得たファイル: Contour Parameterization

カテゴリ

Help Center および MATLAB AnswersContour Plots についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.2.0.0

minor changes

1.1.0.0

function calling format

1.0.0.0