Cargo Features

[dependencies]
imageproc = { version = "0.24.0", default-features = false, features = ["property-testing", "display-window", "rayon"] }
default = rayon

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

Enables image

property-testing = quickcheck
display-window = sdl2

Affects imageproc::window

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.

rayon default

Affects template_matching::match_template_parallel

quickcheck property-testing?
sdl2 display-window?