Darknet/YOLO v5.0-117-g31c55275-dirty
Object Detection Framework
 
Loading...
Searching...
No Matches
darknet.IMAGE Class Reference
Inheritance diagram for darknet.IMAGE:
Collaboration diagram for darknet.IMAGE:

Static Protected Attributes

list _fields_
 

Member Data Documentation

◆ _fields_

list darknet.IMAGE._fields_
staticprotected
Initial value:
= [("w", c_int), # Width of the image
("h", c_int), # Height of the image
("c", c_int), # Number of channels
("data", POINTER(c_float))]

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