Cargo Features

[dependencies]
ndarray-vision = { version = "0.5.1", default-features = false, features = ["enhancement", "format", "morphology", "processing", "netlib", "openblas", "intel-mkl", "transform"] }
default = enhancement, format, morphology, processing, transform

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

enhancement default

Affects ndarray-vision::enhancement

format default

Affects ndarray-vision::format

morphology default

Affects ndarray-vision::morphology

processing default

Affects ndarray-vision::processing

netlib

Enables netlib of ndarray-linalg

openblas

Enables openblas of ndarray-linalg

intel-mkl

Enables intel-mkl of ndarray-linalg

transform default = ndarray-linalg

Affects ndarray-vision::transform

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.

ndarray-linalg intel-mkl? netlib? openblas? transform