C# Class HandsFree.BlobDetector

ファイルを表示 Open project: Ractiv/HandsFree

Public Properties

Property Type Description
BlobMaxArea Blob
Blobs List

Public Methods

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

Private Methods

Method Description
addToBlob ( int x, int y ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

Compute() public method

public Compute ( byte>.Image &imageSource, byte grayToDetect ) : void
imageSource byte>.Image
grayToDetect byte
return void

Compute() public method

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

Property Details

BlobMaxArea public_oe property

public Blob,HandsFree BlobMaxArea
return Blob

Blobs public_oe property

public List Blobs
return List