sift-wgpu 0.1.0

High-performance SIFT (Scale-Invariant Feature Transform) implementation in Rust with CPU and WebGPU backends.
Documentation
1
2
3
4
5
6
7
[project]
name = "sift-rs-bench"
version = "0.1.0"
description = "Benchmarks for SIFT-rs"
readme = "README.md"
requires-python = ">=3.9"
dependencies = ["matplotlib>=3.0.0", "pandas>=1.0.0"]