color-counter: Count colors in images
This Haskell package contains functions for counting colors in images, either from a file or a camera feed. The input image must in a standard format like JPEG or PNG. The analyze function outputs the RGB and CIE-LAB values for each pixel, along with the color detected there. The tally function outputs a histogram of the colors detected. The quantize function outputs an image where the pixels have been replaced by the colors detected there.
[Skip to Readme]
Modules
- Vision
- Image
- Color
- Vision.Image.Color.Detection
- Vision.Image.IO
- Vision.Image.IO.Capture
- Color
- Image
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
nocapture | Compile without support for image capture. (Capture support requires the "v4l2" package which is only available on Linux.) | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- color-counter-0.1.2.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.2.1, 0.1.2.2 |
---|---|
Dependencies | aeson, base (>=4.8 && <5), cmdargs, colour, containers, data-default, directory, friday, friday-devil, split, v4l2, vector, vector-space, yaml [details] |
License | MIT |
Copyright | (c) 2016 Brian W Bush |
Author | Brian W Bush <consult@brianwbush.info> |
Maintainer | Brian W Bush <consult@brianwbush.info> |
Category | Graphics |
Home page | https://bitbucket.org/functionally/color-counter |
Bug tracker | https://bwbush.atlassian.net/projects/HCC/issues/ |
Source repo | head: git clone https://bitbucket.org/functionally/color-counter.git |
Uploaded | by BrianBush at 2016-04-16T17:36:04Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | color-counter |
Downloads | 1712 total (9 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2016-11-10 [all 3 reports] |