Dilate an Image. More...
Device pointer interface: Image Dilation | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
| afError | af_dilate_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 Dilation. | |||||||||||||||||||||||||
| afError | af_dilate_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 Dilation. | |||||||||||||||||||||||||
Dilate an Image.
| afError af_dilate_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 Dilation.
| afError af_dilate_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 Dilation.