DriveWorks SDK Reference
3.5.78 Release
For Test and Development only

imageprocessing/ccl/docs/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 @note SW Release Applicability: This module is available in both **NVIDIA DriveWorks** and **NVIDIA DRIVE Software** releases.
6 
7 ## About This Module
8 
9 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.
10 
11 ## Limitations
12 
13 Module has the following limitations:
14 
15 * both width and height of an input image should be less or equal to 2048 pixels
16 * the input should be a pitch linear CUDA image
17 * 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`
18 
19 ## Relevant Tutorials
20 
21 - @ref connectedcomponents_usecase1
22 
23 ## APIs
24 
25 - @ref connected_components_group