C# 클래스 HandInput.Util.SkinDetector

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

공개 메소드들

메소드 설명
DetectSkin ( Byte img ) : Byte>.Image
DetectSkin ( Byte img, Rectangle roi ) : Byte>.Image

Skin detection. Code adapted from here http://blog.csdn.net/scyscyao/archive/2010/04/09/5468577.aspx Look at this paper for reference (Chinese!!!!!) http://www.chinamca.com/UploadFile/200642991948257.pdf

SkinDetector ( int width, int height ) : System
Smooth ( Rectangle roi ) : Rectangle

메소드 상세

DetectSkin() 공개 메소드

public DetectSkin ( Byte img ) : Byte>.Image
img Byte
리턴 Byte>.Image

DetectSkin() 공개 메소드

Skin detection. Code adapted from here http://blog.csdn.net/scyscyao/archive/2010/04/09/5468577.aspx Look at this paper for reference (Chinese!!!!!) http://www.chinamca.com/UploadFile/200642991948257.pdf
public DetectSkin ( Byte img, Rectangle roi ) : Byte>.Image
img Byte
roi System.Drawing.Rectangle If ROI is not empty, only update skin image and skin mask in the ROI /// region.
리턴 Byte>.Image

SkinDetector() 공개 메소드

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

Smooth() 공개 메소드

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