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_threshold | ObjectDetectionRuntimeParameters | |
encode(String &serialized_content, SERIALIZATION_FORMAT format=SERIALIZATION_FORMAT::JSON) const | ObjectDetectionRuntimeParameters | |
load(const String &filename, SERIALIZATION_FORMAT format=SERIALIZATION_FORMAT::JSON) | ObjectDetectionRuntimeParameters | |
object_class_detection_confidence_threshold | ObjectDetectionRuntimeParameters | |
object_class_filter | ObjectDetectionRuntimeParameters | |
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 ¶m1) const | ObjectDetectionRuntimeParameters | |
operator==(const ObjectDetectionRuntimeParameters ¶m1) const | ObjectDetectionRuntimeParameters | |
save(const String &filename, SERIALIZATION_FORMAT format=SERIALIZATION_FORMAT::JSON) const | ObjectDetectionRuntimeParameters |