Equalize a given vector or matrix based on a given histogram. More...
Device pointer interface: Image Histogram Equalization | ||||||||||||||||
| ||||||||||||||||
| afError | af_histequalize_S (float *d_out, unsigned length, const float *d_data, unsigned nbins, const float *d_bins) | |||||||||||||||
| Single-precision histogram normalization. | ||||||||||||||||
Equalize a given vector or matrix based on a given histogram.
| afError af_histequalize_S | ( | float * | d_out, |
| unsigned | length, | ||
| const float * | d_data, | ||
| unsigned | nbins, | ||
| const float * | d_bins | ||
| ) |
Single-precision histogram normalization.