ObjectDetectionRuntimeParameters Member List

This is the complete list of members for ObjectDetectionRuntimeParameters, including all inherited members.

decode(const String &serialized_content, SERIALIZATION_FORMAT format=SERIALIZATION_FORMAT::JSON)ObjectDetectionRuntimeParameters
detection_confidence_thresholdObjectDetectionRuntimeParameters
encode(String &serialized_content, SERIALIZATION_FORMAT format=SERIALIZATION_FORMAT::JSON) constObjectDetectionRuntimeParameters
load(const String &filename, SERIALIZATION_FORMAT format=SERIALIZATION_FORMAT::JSON)ObjectDetectionRuntimeParameters
object_class_detection_confidence_thresholdObjectDetectionRuntimeParameters
object_class_filterObjectDetectionRuntimeParameters
ObjectDetectionRuntimeParameters(const float detection_confidence_threshold=20.f, const std::vector< OBJECT_CLASS > &object_class_filter=std::vector< OBJECT_CLASS >{}, const std::map< OBJECT_CLASS, float > &object_class_detection_confidence_threshold=std::map< OBJECT_CLASS, float >{})ObjectDetectionRuntimeParameters
operator!=(const ObjectDetectionRuntimeParameters &param1) constObjectDetectionRuntimeParameters
operator==(const ObjectDetectionRuntimeParameters &param1) constObjectDetectionRuntimeParameters
save(const String &filename, SERIALIZATION_FORMAT format=SERIALIZATION_FORMAT::JSON) constObjectDetectionRuntimeParameters