darknet  v3
Public Attributes | List of all members
detection Struct Reference

#include <darknet.h>

Collaboration diagram for detection:
Collaboration graph

Public Attributes

box bbox
 
int classes
 
float * prob
 
float * mask
 
float objectness
 
int sort_class
 

Detailed Description

Definition at line 523 of file darknet.h.

Member Data Documentation

◆ bbox

box detection::bbox

Definition at line 524 of file darknet.h.

◆ classes

int detection::classes

Definition at line 525 of file darknet.h.

◆ mask

float* detection::mask

Definition at line 527 of file darknet.h.

◆ objectness

float detection::objectness

Definition at line 528 of file darknet.h.

◆ prob

float* detection::prob

Definition at line 526 of file darknet.h.

◆ sort_class

int detection::sort_class

Definition at line 529 of file darknet.h.


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