C# Class HandsFree.MotionDetector

Datei anzeigen Open project: Ractiv/HandsFree Class Usage Examples

Public Methods

Method Description
Compute ( byte>.Image &imageSource, byte>.Image &imageResult ) : bool

Private Methods

Method Description
MotionDetector ( ) : System
getFrameDifference ( byte>.Image &foregoundImage, byte>.Image &backgroundImage, byte>.Image &imageResult, byte &baseThreshold ) : void
getHighestPixel ( int x, int halfSearchWidth, byte>.Image &imageSource ) : int
getTopPixelY ( byte>.Image &imageSource ) : int
motionTimer_Tick ( object sender, EventArgs e ) : void

Method Details

Compute() public static method

public static Compute ( byte>.Image &imageSource, byte>.Image &imageResult ) : bool
imageSource byte>.Image
imageResult byte>.Image
return bool