approximately 1.1.0

Approximately compare two any values.
Documentation

approximately

Evaluate the approximate data

Description

Do you want a crate that can implement approximate functionality? This crate can achieve the functionalities you desire, such as approximate image matching or estimating the similarity between two sets of features. For specific usage, please refer to the examples.

The usage is straightforward, and by default, tolerance levels for the types f32 and f64 are already implemented with precisions of 1e-3 and 1e-6, respectively.