C# 클래스 HandInput.Util.SkinDetectorGpu

상속: ISkinDetector
파일 보기 프로젝트 열기: ushadow/handinput

공개 메소드들

메소드 설명
DetectSkin ( byte image ) : Byte>.Image
DetectSkin ( byte image, Rectangle roi ) : Byte>.Image
SkinDetectorGpu ( int width, int height ) : System
Smooth ( Rectangle roi ) : Rectangle

비공개 메소드들

메소드 설명
FilterSkin ( IntPtr src, IntPtr dst ) : void

메소드 상세

DetectSkin() 공개 메소드

public DetectSkin ( byte image ) : Byte>.Image
image byte
리턴 Byte>.Image

DetectSkin() 공개 메소드

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

SkinDetectorGpu() 공개 메소드

public SkinDetectorGpu ( int width, int height ) : System
width int
height int
리턴 System

Smooth() 공개 메소드

public Smooth ( Rectangle roi ) : Rectangle
roi System.Drawing.Rectangle
리턴 System.Drawing.Rectangle