C# 클래스 Emgu.CV.AdaptiveSkinDetector

Adaptive Skin Detector
상속: Emgu.Util.UnmanagedObject
파일 보기 프로젝트 열기: genecyber/PredatorCV 1 사용 예제들

공개 메소드들

메소드 설명
AdaptiveSkinDetector ( int samplingDivider, MorphingMethod morphingMethod ) : System

Create an Adaptive Skin Detector

Process ( Byte>.Image image, Byte>.Image hueMask ) : void

Process the image to produce a hue mask

보호된 메소드들

메소드 설명
DisposeObject ( ) : void

Release the unmanaged memory associated with this detector

비공개 메소드들

메소드 설명
CvAdaptiveSkinDetectorCreate ( int samplingDivider, MorphingMethod morphingMethod ) : IntPtr
CvAdaptiveSkinDetectorProcess ( IntPtr detector, IntPtr inputBGRImage, IntPtr outputHueMask ) : void
CvAdaptiveSkinDetectorRelease ( IntPtr detector ) : void

메소드 상세

AdaptiveSkinDetector() 공개 메소드

Create an Adaptive Skin Detector
public AdaptiveSkinDetector ( int samplingDivider, MorphingMethod morphingMethod ) : System
samplingDivider int Use 1 for default
morphingMethod MorphingMethod The morphine method for the skin detector
리턴 System

DisposeObject() 보호된 메소드

Release the unmanaged memory associated with this detector
protected DisposeObject ( ) : void
리턴 void

Process() 공개 메소드

Process the image to produce a hue mask
public Process ( Byte>.Image image, Byte>.Image hueMask ) : void
image Byte>.Image The input image
hueMask Byte>.Image The resulting mask
리턴 void