Crate darknet [] [src]

Bindings for Darknet

Modules

ffi

FFI bindings.

Structs

Detection

Detection. Note that the bounding box is centered at (x, y) and have width w and height h.

Error

The Error type, which can contain any failure.

Groundtruth

Groundtruth.

Image

Image

Meta

Metadata.

Network

Network

Functions

detect

Perform detection.

simple_detect

Perform simple detection with default threshold.

Type Definitions

Rect

A rectangle type.