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

Bounding box used with normalized coordinates (between 0.0 and 1.0). More...

#include "darknet.h"

Collaboration diagram for DarknetBox:

Public Attributes

float h
 
float w
 
float x
 
float y
 

Detailed Description

Bounding box used with normalized coordinates (between 0.0 and 1.0).

Member Data Documentation

◆ h

float DarknetBox::h

◆ w

float DarknetBox::w

◆ x

float DarknetBox::x

◆ y

float DarknetBox::y

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