C# 클래스 FeatureExtractionLib.GPUCompute

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

공개 메소드들

메소드 설명
AddVectorTest ( short input_array, short &output_array ) : void
GPUCompute ( ComputeModeFormat SetComputeMode = ComputeModeFormat.kRelease ) : System
LoadOffsets ( int to_load_offset_list ) : void
LoadTrees ( int toLoadTrees, short nclasses, short ntrees, int nfeatures ) : void
Predict ( short depth, float &predict_output ) : void
PredictFeatureVector ( short feature_vector, float &predict_output ) : void

메소드 상세

AddVectorTest() 공개 메소드

public AddVectorTest ( short input_array, short &output_array ) : void
input_array short
output_array short
리턴 void

GPUCompute() 공개 메소드

public GPUCompute ( ComputeModeFormat SetComputeMode = ComputeModeFormat.kRelease ) : System
SetComputeMode ComputeModeFormat
리턴 System

LoadOffsets() 공개 메소드

public LoadOffsets ( int to_load_offset_list ) : void
to_load_offset_list int
리턴 void

LoadTrees() 공개 메소드

public LoadTrees ( int toLoadTrees, short nclasses, short ntrees, int nfeatures ) : void
toLoadTrees int
nclasses short
ntrees short
nfeatures int
리턴 void

Predict() 공개 메소드

public Predict ( short depth, float &predict_output ) : void
depth short
predict_output float
리턴 void

PredictFeatureVector() 공개 메소드

public PredictFeatureVector ( short feature_vector, float &predict_output ) : void
feature_vector short
predict_output float
리턴 void