Cargo Features

[dependencies]
find-subimage = { version = "0.1.12", default-features = false, features = ["simdeez-default-new", "checked-simdeez", "docs-only", "simdeez"] }
default = simdeez, simdeez-default-new

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

simdeez-default-new default

This changes the default backend from ::new() to return simdeez

checked-simdeez

This enables checked indexing for some operations in the simdeez implementation Should only be needed when debugging issues

docs-only

Enables docs-only of opencv ^0.61

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.

opencv docs-only?

Enables opencv ^0.61

simdeez default