image-max-polling 0.1.0

A high-performance Rust library for maximum pooling operations on images, leveraging SIMD instructions (AVX2/NEON) and parallel processing for accelerated performance.
Documentation
[dependencies.rayon]
version = "1"

[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.image]
version = "0.25"

[[example]]
name = "max_polling"
path = "examples/max_polling.rs"

[lib]
name = "image_max_polling"
path = "src/lib.rs"

[package]
authors = ["Dr.Guo"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A high-performance Rust library for maximum pooling operations on images, leveraging SIMD instructions (AVX2/NEON) and parallel processing for accelerated performance."
edition = "2024"
license = "MIT"
name = "image-max-polling"
readme = "README.md"
repository = "https://github.com/spartajet/image-max-pooling"
version = "0.1.0"