ObjectDetectionParameters Member List

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

allow_reduced_precision_inferenceObjectDetectionParameters
batch_parametersObjectDetectionParameters
custom_onnx_dynamic_input_shapeObjectDetectionParameters
custom_onnx_fileObjectDetectionParameters
decode(const String &serialized_content, SERIALIZATION_FORMAT format=SERIALIZATION_FORMAT::JSON)ObjectDetectionParameters
detection_modelObjectDetectionParameters
enable_segmentationObjectDetectionParameters
enable_trackingObjectDetectionParameters
encode(String &serialized_content, SERIALIZATION_FORMAT format=SERIALIZATION_FORMAT::JSON) constObjectDetectionParameters
filtering_modeObjectDetectionParameters
fused_objects_group_nameObjectDetectionParameters
instance_module_idObjectDetectionParameters
load(String filename, SERIALIZATION_FORMAT format=SERIALIZATION_FORMAT::JSON)ObjectDetectionParameters
max_rangeObjectDetectionParameters
ObjectDetectionParameters(bool enable_tracking_=true, bool enable_segmentation_=false, OBJECT_DETECTION_MODEL detection_model=OBJECT_DETECTION_MODEL::MULTI_CLASS_BOX_FAST, float max_range_=-1.f, BatchParameters batch_trajectories_parameters=BatchParameters(), OBJECT_FILTERING_MODE filtering_mode_=OBJECT_FILTERING_MODE::NMS3D, float prediction_timeout_s=0.2f, bool allow_reduced_precision_inference=false, unsigned int instance_id=0, const sl::String &fused_objects_group_name="", const sl::String &custom_onnx_file="", const sl::Resolution &custom_onnx_dynamic_input_shape=sl::Resolution(512, 512))ObjectDetectionParameters
operator!=(const ObjectDetectionParameters &param1) constObjectDetectionParameters
operator==(const ObjectDetectionParameters &param1) constObjectDetectionParameters
prediction_timeout_sObjectDetectionParameters
save(String filename, SERIALIZATION_FORMAT format=SERIALIZATION_FORMAT::JSON) constObjectDetectionParameters