This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
Releases: AlessandroPomponio/hsv
Releases · AlessandroPomponio/hsv
v1.1.0 - Concurrency improvements
Reduce the overhead caused by using a huge amount of goroutines to compute histograms.
The concurrent algorithms will now divide the Rectangle
that makes up the image in up to runtime.NumProc()
parts to be analyzed concurrently. This gives slight speed improvements and decreases memory consumption.
First release
First release.