image-rs / imageproc

Image processing operations
MIT License
755 stars 148 forks source link

Adds support for parallel template matching #527

Closed stephanemagnenat closed 8 months ago

stephanemagnenat commented 1 year ago

See #524 for a discussion of this feature.

There are two commits, the first one adds the new function, and the second one modifies the example to optionally use the new function.

If rayon is disabled, the new feature is also disabled.

theotherphil commented 8 months ago

Thanks!