Form a non-normalized histogram from input matrix, using the specified minimum and maximum range for binning. More...
Device pointer interface: Image Histogram | ||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||
| afError | af_histminmax_S (float *d_hist, unsigned len, const float *d_buf, unsigned bins, const float *hdata, unsigned nDataSets, unsigned ngfor, float min, float max) | |||||||||||||||||||||||||||
| Single-precision histogram calculation. | ||||||||||||||||||||||||||||
Form a non-normalized histogram from input matrix, using the specified minimum and maximum range for binning.
| afError af_histminmax_S | ( | float * | d_hist, |
| unsigned | len, | ||
| const float * | d_buf, | ||
| unsigned | bins, | ||
| const float * | hdata, | ||
| unsigned | nDataSets, | ||
| unsigned | ngfor, | ||
| float | min, | ||
| float | max | ||
| ) |
Single-precision histogram calculation.