DriveWorks SDK Reference
4.0.0 Release
For Test and Development only

src/dw/imageprocessing/ccl/doc_public/mainsection.md
Go to the documentation of this file.
1 # Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.
2 
3 @page connectedcomponents_mainsection Connected Components
4 
5 ## About This Module
6 
7 The NVIDIA<sup>&reg;</sup> DriveWorks Connected Components module applies connected components labeling algorithm to a grey scale input image. The image is binarized with specified threshold and unique label is assigned to every connected region.
8 
9 ## Limitations
10 
11 Module has the following limitations:
12 
13 * both width and height of an input image should be less or equal to 2048 pixels
14 * the input should be a pitch linear CUDA image
15 * the format of an input image should be one of `::DW_IMAGE_FORMAT_R_UINT8`, `::DW_IMAGE_FORMAT_YUV420_UINT8_PLANAR` or `::DW_IMAGE_FORMAT_YUV_UINT8_PLANAR`
16 
17 ## Relevant Tutorials
18 
19 - @ref connectedcomponents_usecase1
20 
21 ## APIs
22 
23 - @ref connected_components_group