C# Class HandInput.Util.SkinDetectorGpu

Inheritance: ISkinDetector
Mostrar archivo Open project: ushadow/handinput

Public Methods

Method Description
DetectSkin ( byte image ) : Byte>.Image
DetectSkin ( byte image, Rectangle roi ) : Byte>.Image
SkinDetectorGpu ( int width, int height ) : System
Smooth ( Rectangle roi ) : Rectangle

Private Methods

Method Description
FilterSkin ( IntPtr src, IntPtr dst ) : void

Method Details

DetectSkin() public method

public DetectSkin ( byte image ) : Byte>.Image
image byte
return Byte>.Image

DetectSkin() public method

public DetectSkin ( byte image, Rectangle roi ) : Byte>.Image
image byte
roi System.Drawing.Rectangle
return Byte>.Image

SkinDetectorGpu() public method

public SkinDetectorGpu ( int width, int height ) : System
width int
height int
return System

Smooth() public method

public Smooth ( Rectangle roi ) : Rectangle
roi System.Drawing.Rectangle
return System.Drawing.Rectangle