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

#include <darknet.h>

Collaboration diagram for box:
Collaboration graph

Public Attributes

float x
 
float y
 
float w
 
float h
 

Detailed Description

Definition at line 519 of file darknet.h.

Member Data Documentation

◆ h

float box::h

Definition at line 520 of file darknet.h.

◆ w

float box::w

Definition at line 520 of file darknet.h.

◆ x

float box::x

Definition at line 520 of file darknet.h.

◆ y

float box::y

Definition at line 520 of file darknet.h.


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