Darknet/YOLO v6.0-37-gb57f9029
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: