ImageClassificationOperator.ImageClassificationOperator Class Reference

Image Classification operator properties for Script Engine . Read the documentation for more info.

Properties

string ModelSize [get]
 Model Size in MB.
 
int TotalClassifications [get]
 Total Classifications loaded model was trained to detect.
 
OperatorState OperatorState [get]
 Operator State.
 
Command StartCommand [get]
 Start the operator.
 
Command StopCommand [get]
 Stopp the operator.
 
string FilteredClassesById [get, set]
 Filter classifications by Id. See documentation for more info
 
string FilteredClassesByName [get, set]
 Filter classifications by name. See documentation for more info
 
Command ResetFiltersCommand [get]
 Reset filters.
 
int Confidence [get, set]
 Confidence Threshold value. [min=10, max=100, default=10].
 
int DetectionIntervalFrames [get, set]
 Set detection every x frame. [min=0, max=1000, Default=0 (every frame)].
 
int MaxDetectionAgeFrames [get, set]
 How many frames last succesful detection should be used in case of detection loss. [min=0, max=60, default=0].
 
Command ResetThresholdCommand [get]
 Button for resetting threshold values.
 
string ClassificationResult [get]
 Classification result.
 
string ClassificationJson [get]
 Classification Result (Json)
 
int ProcessedFramesCounter [get]
 Processed Frames.