Cargo Features

cv-convert has no features set by default.

[dependencies]
cv-convert = { version = "0.26.0", features = ["docs-only", "image", "imageproc", "nalgebra", "ndarray", "opencv"] }
docs-only

Enables doc-only of tch

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.

image implicit feature

Enables image

image:

Imaging library. Provides basic image processing and encoders/decoders for common image formats.

imageproc implicit feature

Enables imageproc

imageproc:

Image processing operations

nalgebra implicit feature

Enables nalgebra >=0.26, <0.33

ndarray implicit feature
opencv implicit feature

Enables opencv >=0.63, <0.89

opencv:

Rust bindings for OpenCV

tch docs-only?