i want an algorithm to convert an 8 connected labelling into a 4 connected labelling on this binary image ?

6 ビュー (過去 30 日間)

回答 (1 件)

Image Analyst
Image Analyst 2015 年 4 月 5 日
Simply pass in 4 as the second argument indicating that you want to consider it as 4-connected.
labeledImage = bwlabel(binaryImage, 4);
  2 件のコメント
Amir
Amir 2015 年 4 月 5 日
SIR, its a built in function, i need an alternative code?
Image Analyst
Image Analyst 2015 年 4 月 5 日
Why? Is it homework? Is so, you should have added the tag homework and mentioned that first. Here is a link to the algorithm that you can program up yourself from scratch: http://en.wikipedia.org/wiki/Connected-component_labeling

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeComputer Vision Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by