Property | Type | Description | |
---|---|---|---|
bitmap_bits_ | byte[] | ||
bitmap_bits_copy_ | byte[] | ||
cluster_threshold_count_ | int | ||
density_ | double | ||
lower | int | ||
radius_ | int |
Method | Description | |
---|---|---|
AutoDetectRange ( ) : void | ||
DecreaseRange ( ) : void | ||
EnableFeatureExtract ( ) : void | ||
EnablePredict ( ) : void | ||
IncreaseRange ( ) : void | ||
ProcessAndSave ( ) : void | ||
Processor ( Manager manager ) : System | ||
Processor ( Manager processor_mode, MainWindow main_window_controller ) : System | ||
UpdateCropSettings ( ) : void | ||
getImage ( ) : System.Windows.Controls.Image | ||
kMeans ( ) : void | ||
setFeatureExtraction ( ShowExtractedFeatureFormat setFeatureExtractionMode ) : void | ||
update ( KinectData data ) : void | ||
updatePipeline ( ) : void |
Method | Description | |
---|---|---|
AddCentroid ( byte R, byte G, byte B, byte label ) : void | ||
Drag ( object sender, MouseEventArgs e ) : void | ||
DummyPauseDelegate ( System.Windows.Input.MouseButtonEventArgs e ) : void | ||
EndDrag ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void | ||
GetAllFeaturesCPU ( ) : void | ||
HideOverlayDelegate ( MouseButtonEventArgs e ) : void | ||
ImageClick ( object sender, MouseButtonEventArgs e ) : void | ||
PackageState ( ) : void | ||
Pause ( PauseDelegate func ) : void | ||
ResetOverlay ( ) : void | ||
SetCentroidColorAndLabel ( ) : void | ||
ShowAverageAndVariance ( float a ) : void | ||
StartDrag ( object sender, MouseButtonEventArgs e ) : void | ||
UnPause ( MouseButtonEventArgs e = null ) : void | ||
UpdateKMeansCentroid ( MouseButtonEventArgs e ) : void | ||
clearCentroids ( ) : void | ||
process ( Filter step ) : void |
public Processor ( Manager manager ) : System | ||
manager | Manager | |
return | System |
public Processor ( Manager processor_mode, MainWindow main_window_controller ) : System | ||
processor_mode | Manager | |
main_window_controller | MainWindow | |
return | System |
public getImage ( ) : System.Windows.Controls.Image | ||
return | System.Windows.Controls.Image |
public setFeatureExtraction ( ShowExtractedFeatureFormat setFeatureExtractionMode ) : void | ||
setFeatureExtractionMode | ShowExtractedFeatureFormat | |
return | void |