C# Class HandInput.Engine.HogFeatureProcessor

Inheritance: IFeatureProcessor
Mostra file Open project: ushadow/handinput Class Usage Examples

Public Methods

Method Description
Compute ( TrackingResult result ) : Option

Creates a new feature vector from the tracking result.

HogFeatureProcessor ( float sampleRate = 1 ) : System

Private Methods

Method Description
ComputeFeature ( System.Windows.Media.Media3D.Vector3D pos, Byte>.Image image, Rectangle bb, Byte>.Image colorImage, Rectangle colorBB ) : IntPtr

Computes raw feature including both the motion features and the descriptor.

Method Details

Compute() public method

Creates a new feature vector from the tracking result.
public Compute ( TrackingResult result ) : Option
result TrackingResult
return Option

HogFeatureProcessor() public method

public HogFeatureProcessor ( float sampleRate = 1 ) : System
sampleRate float
return System