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

Binary Labeling

Image Properties

Uniquely label connected components in a binary image. More...

Device pointer interface: Binary Image CCL

Parameters:
[out]d_outDevice-side output labeled image
[in]mINumber of rows in input image
[in]nINumber of cols in input image
[in]inInput binary image
[in]connConnectivity (4 or 8)

afError af_regions_B (float *out, unsigned mI, unsigned nI, const bool *in, unsigned conn)
 Logical image connected component labeling.

Detailed Description

Uniquely label connected components in a binary image.


Function Documentation

afError af_regions_B ( float *  out,
unsigned  mI,
unsigned  nI,
const bool *  in,
unsigned  conn 
)

Logical image connected component labeling.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines