C# Class ConnectedComponentLabeling.Label

Mostra file Open project: Omar-Salem/Connected-Component-Labeling-Algorithm Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetRoot ( ) : Label
Join ( Label root2 ) : void
Label ( int Name ) : System
ToString ( ) : string

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetRoot() public method

public GetRoot ( ) : Label
return Label

Join() public method

public Join ( Label root2 ) : void
root2 Label
return void

Label() public method

public Label ( int Name ) : System
Name int
return System

ToString() public method

public ToString ( ) : string
return string