Darknet/YOLO v3.0-149-gb11c9d5
Object Detection Framework
 
Loading...
Searching...
No Matches
Darknet::Parm Struct Reference

Structure returned by Darknet::parse_arguments(). More...

#include "darknet.hpp"

Collaboration diagram for Darknet::Parm:

Public Attributes

int idx
 Index into the original argv[] array.
 
std::string original
 The original text for this parameter. Use string instead.
 
std::string string
 The value to use for this parameter.
 
EParmType type
 What we determined this parameter represents.
 

Detailed Description

Structure returned by Darknet::parse_arguments().

See also
Darknet::Parms
Since
2024-07-29

Member Data Documentation

◆ idx

int Darknet::Parm::idx

Index into the original argv[] array.

◆ original

std::string Darknet::Parm::original

The original text for this parameter. Use string instead.

◆ string

std::string Darknet::Parm::string

The value to use for this parameter.

◆ type

EParmType Darknet::Parm::type

What we determined this parameter represents.


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