Cargo Features

adder-viz has no features set by default.

[dependencies]
adder-viz = { version = "0.3.8", features = ["feature-logging", "feature-logging-nonmaxsuppression", "open-cv", "compression"] }
default

These default features are set whenever adder-viz is added without default-features = false somewhere in the dependency tree.

Enables adder-codec-rs

feature-logging = open-cv

Enables feature-logging of adder-codec-rs

feature-logging-nonmaxsuppression = open-cv

Enables feature-logging-nonmaxsuppression of adder-codec-rs

open-cv feature-logging? feature-logging-nonmaxsuppression? = opencv

Enables open-cv of adder-codec-rs

compression

Enables compression of adder-codec-rs

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

opencv open-cv?

Enables opencv ^0.84.5