Property | Type | Description | |
---|---|---|---|
_hist | DenseHistogram | ||
backproject | Byte>.Image | ||
center | Point[] | ||
face | Rectangle | ||
have_face | bool | ||
have_left | bool | ||
have_left_punch | bool | ||
have_right | bool | ||
have_right_punch | bool | ||
isTracked | bool | ||
left | Rectangle | ||
left_mom | |||
mass | double | ||
right | Rectangle | ||
t_backproject | long | ||
t_facedetect | long | ||
t_hand | long | ||
t_hue | long | ||
t_kmeans | long |
Method | Description | |
---|---|---|
FrameProcessor ( ) : System | ||
ProcessFrame ( Byte>.Image |
||
Reset ( ) : void | ||
SetHist ( DenseHistogram hist ) : void |
Method | Description | |
---|---|---|
FaceDetect ( Byte>.Image |
||
GetBackproject ( Byte>.Image |
||
GetHist ( Byte>.Image |
||
ProcessInput ( ) : void | ||
dummy_center ( Point center, Size img_size ) : int | ||
kmeans ( Point last_center, Byte>.Image |
||
refine_center ( Point last_center, Byte>.Image |
public ProcessFrame ( Byte>.Image |
||
frame | Byte>.Image | |
return | void |
public SetHist ( DenseHistogram hist ) : void | ||
hist | DenseHistogram | |
return | void |
public MCvMoments,Emgu.CV.Structure left_mom | ||
return |