C# Class HandsFree.BlobDetector

Afficher le fichier Open project: Ractiv/HandsFree

Méthodes publiques

Свойство Type Description
BlobMaxArea Blob
Blobs List

Méthodes publiques

Méthode Description
Clear ( ) : void
Compute ( byte>.Image &imageSource, byte grayToDetect ) : void
Compute ( byte>.Image &imageSource, int i, int j ) : void

Private Methods

Méthode Description
addToBlob ( int x, int y ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

Compute() public méthode

public Compute ( byte>.Image &imageSource, byte grayToDetect ) : void
imageSource byte>.Image
grayToDetect byte
Résultat void

Compute() public méthode

public Compute ( byte>.Image &imageSource, int i, int j ) : void
imageSource byte>.Image
i int
j int
Résultat void

Property Details

BlobMaxArea public_oe property

public Blob,HandsFree BlobMaxArea
Résultat Blob

Blobs public_oe property

public List Blobs
Résultat List