Histogram equalization for grayscale image
Forked from tutorial/histogram_equalization/1
Algorithms have at least one input and one output. All algorithm endpoints are organized in groups. Groups are used by the platform to indicate which inputs and outputs are synchronized together. The first group is automatically synchronized with the channel defined by the block in which the algorithm is deployed.
Endpoint Name | Data Format | Nature |
---|---|---|
raw_image | system/array_2d_uint8/1 | Input |
image | system/array_2d_uint8/1 | Output |
This algorithm implements histogram equalization for grayscale image.
The implementation is based on the following `blog <http://www.janeriksolem.net/2009/06/histogram-equalization-with-python-and.html>`_.
Updated | Name | Databases/Protocols | Analyzers | |||
---|---|---|---|---|---|---|
AntonioCandia/AntonioCandia/eigenface_preprop/1/eigenface-with-10-components | atnt/1@idiap | tutorial/postperf/1 |
This table shows the number of times this algorithm has been successfully run using the given environment. Note this does not provide sufficient information to evaluate if the algorithm will run when submitted to different conditions.