Do more. Code less. Free software for GPU computing.
<scroll to top>

Binary Morphing

Image Morphing

Logical Image Morphology. More...

Device pointer interface: Binary Image Morphology

Parameters:
[out]d_outThe ouput binary image
[in]mINumber of rows in input image
[in]nINumber of columns in input image
[in]d_inInput binary image
[in]optsspecifies type of image morphology
[in]Nnumber of times the operation is to be applied (ignored).
[in]batchNumber of input images (1 or ngfor)

afError af_morph_B (bool *d_out, unsigned mI, unsigned nI, const bool *d_in, af_morph_t opts, unsigned N, unsigned batch)
 Logical image morph.

Detailed Description

Logical Image Morphology.


Function Documentation

afError af_morph_B ( bool *  d_out,
unsigned  mI,
unsigned  nI,
const bool *  d_in,
af_morph_t  opts,
unsigned  N,
unsigned  batch 
)

Logical image morph.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines