bwlabel via disjoint set

simple cpp codes to label objects in 2D binary image

이 제출물을 팔로우합니다

This file adapt a state of art structure 'disjoint set' to label objects in an binary
2D image. Which have similar effect as the matlab function 'bwlabel' in case of 8-connected
objects.
%please run the following commands to duplicate the screen shot:
mex vcBwlable.cpp %compile the cpp file
im = imread('coins.png');
L = djs_bwlable(im2bw(im));
%reference
syllabus about Disjoint set:
http://www.google.com.hk/url?sa=t&rct=j&q=disjoint+set&source=web&cd=4&ved=0CDwQFjAD&url=http%3A%2F%2Fwww.cs.iupui.edu%2F~xkzou%2Fteaching%2FCS580%2FDisjointSets.ppt&ei=vlEaT_iSKuWTiQfym6T3Cw&usg=AFQjCNG4v--8rDjH2j1f620owySUkZcRyA

인용 양식

Su Dongcai (2026). bwlabel via disjoint set (https://kr.mathworks.com/matlabcentral/fileexchange/34732-bwlabel-via-disjoint-set), MATLAB Central File Exchange. 검색 날짜: .

카테고리

Help CenterMATLAB Answers에서 Modify Image Colors에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.0.0.0