Darknet/YOLO v4.0-36-g2a91646
Object Detection Framework
 
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NDarknetThe namespace for the C++ Darknet API
 CArgsAndParms
 CCfgAndState
 CCfgFileA class that represents a Darknet/YOLO configuration file
 CCommonParms
 CCfgLineEach non-empty line in a .cfg file is stored as a Darknet::CfgLine object
 CCfgSectionA class that represents a specific section in a configuration file
 CKeypointsThe Keypoints class works with Darknet's V3 API
 CLayer
 CNetworkNeural network structure. Contains all of the layers. Created by Darknet::CfgFile::create_network()
 CNetworkDetailsA place to store other details related to the neural network which we cannot easily add to the usual Darknet::Network structure
 CNetworkState
 COutput_ObjectThis is used to help keep some state between calls to functions fill_network_boxes(), get_yolo_detections(), etc
 CParmStructure returned by Darknet::parse_arguments()
 CPredictionA much-simplified version of the old API structure DarknetDetection
 CTimingAndTrackingThe timing and tracking functionality is used to find places in the code where optimizations should be made
 CTimingRecordsAn object of this type is statically instantiated in Timing.cpp
 CTree
 Canchors_t
 Cbox_label
 Cboxabs
 CChart
 Ccontrastive_params
 CDarknetBoxBounding box used with normalized coordinates (between 0.0 and 1.0)
 CDarknetDetectionEverything Darknet knows about a specific detection
 CDarknetImageThe structure DarknetImage is used to store a normalized RGB Darknet image
 Cdata
 Cdbox
 Cdet_num_pair
 Cdetection_with_class
 Cdxrep
 CFrameEverything we know about a specific video frame is stored in one of these objects
 Cious
 Ckvp
 Clist
 Cload_argsUsed when a secondary thread is created to load things, such as images
 Cmatrix
 Cmodel
 Cnode
 Ctime_benchmark_layers
 Cupdate_args