C# 클래스 ColorGlove.Processor

파일 보기 프로젝트 열기: arunganesan/hand-gesture-recognition 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
bitmap_bits_ byte[]
bitmap_bits_copy_ byte[]
cluster_threshold_count_ int
density_ double
lower int
radius_ int

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

AutoDetectRange() 공개 메소드

public AutoDetectRange ( ) : void
리턴 void

DecreaseRange() 공개 메소드

public DecreaseRange ( ) : void
리턴 void

EnableFeatureExtract() 공개 메소드

public EnableFeatureExtract ( ) : void
리턴 void

EnablePredict() 공개 메소드

public EnablePredict ( ) : void
리턴 void

IncreaseRange() 공개 메소드

public IncreaseRange ( ) : void
리턴 void

ProcessAndSave() 공개 메소드

public ProcessAndSave ( ) : void
리턴 void

Processor() 공개 메소드

public Processor ( Manager manager ) : System
manager Manager
리턴 System

Processor() 공개 메소드

public Processor ( Manager processor_mode, MainWindow main_window_controller ) : System
processor_mode Manager
main_window_controller MainWindow
리턴 System

UpdateCropSettings() 공개 메소드

public UpdateCropSettings ( ) : void
리턴 void

getImage() 공개 메소드

public getImage ( ) : System.Windows.Controls.Image
리턴 System.Windows.Controls.Image

kMeans() 공개 메소드

public kMeans ( ) : void
리턴 void

setFeatureExtraction() 공개 메소드

public setFeatureExtraction ( ShowExtractedFeatureFormat setFeatureExtractionMode ) : void
setFeatureExtractionMode ShowExtractedFeatureFormat
리턴 void

update() 공개 메소드

public update ( KinectData data ) : void
data KinectData
리턴 void

updatePipeline() 공개 메소드

public updatePipeline ( ) : void
리턴 void

프로퍼티 상세

bitmap_bits_ 공개적으로 프로퍼티

public byte[] bitmap_bits_
리턴 byte[]

bitmap_bits_copy_ 공개적으로 프로퍼티

public byte[] bitmap_bits_copy_
리턴 byte[]

cluster_threshold_count_ 공개적으로 프로퍼티

public int cluster_threshold_count_
리턴 int

density_ 공개적으로 프로퍼티

public double density_
리턴 double

lower 공개적으로 프로퍼티

public int lower
리턴 int

radius_ 공개적으로 프로퍼티

public int radius_
리턴 int