Cargo Features

sophus_image has no features set by default.

[dependencies]
sophus_image = { version = "0.10.0", features = ["std", "simd"] }
std = png, tiff

Enables std of sophus_core

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

simd

Enables simd of sophus_core

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?