C# Class ColorGlove.ProcessorState

显示文件 Open project: arunganesan/hand-gesture-recognition Class Usage Examples

Public Properties

Property Type Description
all_sockets_ List
centroid_colors_ List
centroid_labels_ List
cluster_threshold_count_ int
crop Ref
crop_values Ref
data_ KinectData
density_ double
depth short[]
depth_label_ byte[]
feature FeatureExtractionLib.FeatureExtraction
feature_extract_on_enable_ Ref
hand_gesture_value_ HandGestureFormat
kBackgroundLabel byte
kEmptyOverlay int[]
kNoOverlay int
label_color_ byte[]>.Dictionary
lower Ref
nearest_cache_ Dictionary,byte>
overlay_bitmap_bits_ int[]
overlay_start_ Ref
pipeline Filter.Step[]
pool_ int[]
predict_labels_ int[]
predict_on_enable_ Ref
predict_output_ float[]
radius_ int
range_mode_value_ RangeModeFormat
rgb byte[]
upper Ref

Public Methods

Method Description
ProcessorState ( Ref crop, Ref crop_values, Ref upper, Ref lower, KinectData data_, short depth, byte depth_label_, byte rgb, byte bitmap_bits, Dictionary nearest_cache_, byte[]>.Dictionary label_color_, byte kBackgroundLabel, List centroid_colors_, List centroid_labels, Ref predict_on_enable_, Ref feature_extract_on_enable_, Ref overlay_start_, int kNoOverlay, int overlay_bitmap_bits_, int kEmptyOverlay, FeatureExtractionLib feature, float predict_output_, int predict_labels_, List all_sockets_, Filter pipeline, HandGestureFormat hand_gesture_value_, RangeModeFormat range_mode_value_, int pool, byte bitmap_bits_copy, int radius, double density, int cluster_threshold_count ) : System

Method Details

ProcessorState() public method

public ProcessorState ( Ref crop, Ref crop_values, Ref upper, Ref lower, KinectData data_, short depth, byte depth_label_, byte rgb, byte bitmap_bits, Dictionary nearest_cache_, byte[]>.Dictionary label_color_, byte kBackgroundLabel, List centroid_colors_, List centroid_labels, Ref predict_on_enable_, Ref feature_extract_on_enable_, Ref overlay_start_, int kNoOverlay, int overlay_bitmap_bits_, int kEmptyOverlay, FeatureExtractionLib feature, float predict_output_, int predict_labels_, List all_sockets_, Filter pipeline, HandGestureFormat hand_gesture_value_, RangeModeFormat range_mode_value_, int pool, byte bitmap_bits_copy, int radius, double density, int cluster_threshold_count ) : System
crop Ref
crop_values Ref
upper Ref
lower Ref
data_ KinectData
depth short
depth_label_ byte
rgb byte
bitmap_bits byte
nearest_cache_ Dictionary
label_color_ byte[]>.Dictionary
kBackgroundLabel byte
centroid_colors_ List
centroid_labels List
predict_on_enable_ Ref
feature_extract_on_enable_ Ref
overlay_start_ Ref
kNoOverlay int
overlay_bitmap_bits_ int
kEmptyOverlay int
feature FeatureExtractionLib
predict_output_ float
predict_labels_ int
all_sockets_ List
pipeline Filter
hand_gesture_value_ HandGestureFormat
range_mode_value_ RangeModeFormat
pool int
bitmap_bits_copy byte
radius int
density double
cluster_threshold_count int
return System

Property Details

all_sockets_ public_oe property

public List all_sockets_
return List

centroid_colors_ public_oe property

public List centroid_colors_
return List

centroid_labels_ public_oe property

public List centroid_labels_
return List

cluster_threshold_count_ public_oe property

public int cluster_threshold_count_
return int

crop public_oe property

public Ref crop
return Ref

crop_values public_oe property

public Ref crop_values
return Ref

data_ public_oe property

public KinectData,ColorGlove data_
return KinectData

density_ public_oe property

public double density_
return double

depth public_oe property

public short[] depth
return short[]

depth_label_ public_oe property

public byte[] depth_label_
return byte[]

feature public_oe property

public FeatureExtraction,FeatureExtractionLib feature
return FeatureExtractionLib.FeatureExtraction

feature_extract_on_enable_ public_oe property

public Ref feature_extract_on_enable_
return Ref

hand_gesture_value_ public_oe property

public HandGestureFormat hand_gesture_value_
return HandGestureFormat

kBackgroundLabel public_oe property

public byte kBackgroundLabel
return byte

kEmptyOverlay public_oe property

public int[] kEmptyOverlay
return int[]

kNoOverlay public_oe property

public int kNoOverlay
return int

label_color_ public_oe property

public Dictionary label_color_
return byte[]>.Dictionary

lower public_oe property

public Ref lower
return Ref

nearest_cache_ public_oe property

public Dictionary,byte> nearest_cache_
return Dictionary,byte>

overlay_bitmap_bits_ public_oe property

public int[] overlay_bitmap_bits_
return int[]

overlay_start_ public_oe property

public Ref overlay_start_
return Ref

pipeline public_oe property

public Filter.Step[] pipeline
return Filter.Step[]

pool_ public_oe property

public int[] pool_
return int[]

predict_labels_ public_oe property

public int[] predict_labels_
return int[]

predict_on_enable_ public_oe property

public Ref predict_on_enable_
return Ref

predict_output_ public_oe property

public float[] predict_output_
return float[]

radius_ public_oe property

public int radius_
return int

range_mode_value_ public_oe property

public RangeModeFormat range_mode_value_
return RangeModeFormat

rgb public_oe property

public byte[] rgb
return byte[]

upper public_oe property

public Ref upper
return Ref