Erode an Image. More...
Device pointer interface: Image Erosion | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
afError | af_erode_S (float *d_out, unsigned mI, unsigned nI, const float *d_in, unsigned mH, unsigned nH, const float *h_nhood, unsigned batch) | ||||||||||||||||||||||||
Single precision, Image Erosion. | |||||||||||||||||||||||||
afError | af_erode_D (double *d_out, unsigned mI, unsigned nI, const double *d_in, unsigned mH, unsigned nH, const float *h_nhood, unsigned batch) | ||||||||||||||||||||||||
Double precision, Image Erosion. |
Erode an Image.
afError af_erode_S | ( | float * | d_out, |
unsigned | mI, | ||
unsigned | nI, | ||
const float * | d_in, | ||
unsigned | mH, | ||
unsigned | nH, | ||
const float * | h_nhood, | ||
unsigned | batch | ||
) |
Single precision, Image Erosion.
afError af_erode_D | ( | double * | d_out, |
unsigned | mI, | ||
unsigned | nI, | ||
const double * | d_in, | ||
unsigned | mH, | ||
unsigned | nH, | ||
const float * | h_nhood, | ||
unsigned | batch | ||
) |
Double precision, Image Erosion.