Cargo Features
[dependencies]
convolve2d = { version = "0.2.0", default-features = false, features = ["std", "full", "image", "rayon"] }
- default = rayon, std
-
These default features are set whenever
convolve2d
is added without
somewhere in the dependency tree.default-features = false - std default full?
-
Affects
convolution::convolve2d
,kernel::gaussian
,kernel::box_blur
,matrix::DynamicMatrix
… - full = image, rayon, std
- image full?
-
Enables image
- rayon default full?
-
Enables rayon