Skip to main content

BoxDecodeOptions Struct

Declaration

struct simaai::neat::BoxDecodeOptions { ... }

Included Headers

#include <BoxDecodeOptions.h>

Derived Structs

structBoxDecodeOptions

Options driving a standalone BoxDecode invocation. More...

Public Constructors Index

BoxDecodeOptions (BoxDecodeType type)
BoxDecodeOptions ()=delete

Public Member Attributes Index

BoxDecodeTypedecode_type
doubledetection_threshold = 0.0
doublenms_iou_threshold = 0.0
inttop_k = 0
SuperPointOptionssuperpoint

Definition at line 13 of file BoxDecodeOptions.h.

Public Constructors

BoxDecodeOptions()

simaai::neat::BoxDecodeOptions::BoxDecodeOptions (BoxDecodeType type)
inline explicit

Definition at line 14 of file BoxDecodeOptions.h.

BoxDecodeOptions()

simaai::neat::BoxDecodeOptions::BoxDecodeOptions ()
delete

Definition at line 15 of file BoxDecodeOptions.h.

Public Member Attributes

decode_type

BoxDecodeType simaai::neat::BoxDecodeOptions::decode_type

Definition at line 17 of file BoxDecodeOptions.h.

detection_threshold

double simaai::neat::BoxDecodeOptions::detection_threshold = 0.0

Definition at line 18 of file BoxDecodeOptions.h.

nms_iou_threshold

double simaai::neat::BoxDecodeOptions::nms_iou_threshold = 0.0

Definition at line 19 of file BoxDecodeOptions.h.

superpoint

SuperPointOptions simaai::neat::BoxDecodeOptions::superpoint

Definition at line 21 of file BoxDecodeOptions.h.

top_k

int simaai::neat::BoxDecodeOptions::top_k = 0

Definition at line 20 of file BoxDecodeOptions.h.


The documentation for this struct was generated from the following file:


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.