mirror of
https://github.com/LdDl/go-darknet.git
synced 2025-09-26 19:51:27 +08:00
7 lines
192 B
C
7 lines
192 B
C
#pragma once
|
|
|
|
#include <darknet.h>
|
|
|
|
extern detection *get_detection(detection *dets, int index, int dets_len);
|
|
extern float get_detection_probability(detection *det, int index, int prob_len);
|