Histogram equalization of input image. More...
Histogram equalization of input image.
Histogram equalization is a method in image processing of contrast adjustment using the image's histogram.
Data normalization via histogram equalization
◆ af_hist_equal()C Interface for histogram equalization.
in
must be two dimensional.
C++ Interface for histogram equalization.
float input[] = {1, 2, 1, 1, 3, 6, 7, 8, 3};
int nbins = 10;
size_t nElems = sizeof(input) / sizeof(float);
array hist_in(nElems, input);
array eq_out =
histEqual(hist_in, hist_out);
AFAPI array histEqual(const array &in, const array &hist)
C++ Interface for histogram equalization.
AFAPI array histogram(const array &in, const unsigned nbins, const double minval, const double maxval)
C++ Interface for histogram.
in
must be two dimensional.
C++ Interface for histogram equalization.
float input[] = {1, 2, 1, 1, 3, 6, 7, 8, 3};
int nbins = 10;
size_t nElems = sizeof(input) / sizeof(float);
array hist_in(nElems, input);
array eq_out =
histEqual(hist_in, hist_out);
in
must be two dimensional.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4