Registry / other / darknet

darknet

JSON →
library2025-10-24vcpkgunverified

Darknet is an open source neural network framework written in C and CUDA for processing images or video frames in computer vision.

vcpkg install darknet
INSTALL
IMPORT
SIG · DARKNET
D
darknet
othercppv2025-10-24
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

darknet.h
#include <darknet.h>

Prints the Darknet library version.

#include "darknet.h" #include <stdio.h> int main() { printf("Darknet version: %s\n", get_darknet_version()); return 0; }
Debug
Known issues
gotchaDarknet is primarily a C library; C++ users must wrap includes in extern "C" if using C++ compilation.
fix
Use extern "C" { #include "darknet.h" } or compile as C.
affects: *
Upgrade
Version history
2025-10-24latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Meta
1
Resources

No resource links recorded.

darknet — pip install darknet · libregistry