Method | Description | |
---|---|---|
DetectSkin ( Byte img ) : Byte>.Image |
||
DetectSkin ( Byte img, |
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 ( |
public DetectSkin ( Byte img, |
||
img | Byte | |
roi | If ROI is not empty, only update skin image and skin mask in the ROI /// region. | |
return | Byte>.Image |
public SkinDetector ( int width, int height ) : System | ||
width | int | |
height | int | |
return | System |
public Smooth ( |
||
roi | ||
return |