image-max-polling 0.1.2

A high-performance Rust library for maximum and minimum pooling operations on images, leveraging SIMD instructions (AVX2/NEON) and parallel processing for accelerated performance.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]

name = "image-max-polling"

version = "0.1.2"

edition = "2024"

authors = ["Dr.Guo"]

license = "MIT"

repository = "https://github.com/spartajet/image-max-pooling"

description = "A high-performance Rust library for maximum and minimum pooling operations on images, leveraging SIMD instructions (AVX2/NEON) and parallel processing for accelerated performance."



[dependencies]

rayon = "1"



[dev-dependencies]

anyhow = "1"

image = "0.25"