Cargo Features

[dependencies]
sophus_image = { version = "0.11.0", default-features = false, features = ["std", "simd"] }
default = std

The std feature is set by default whenever sophus_image is added without default-features = false somewhere in the dependency tree.

std default = png, tiff

Enables std of sophus_autodiff and sophus_tensor

Affects intensity_image::intensity_image_view, io::png, io::tiff

simd

Enables simd of sophus_tensor

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.

tiff std
png std