![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Dilate the labels in the input label image until filling all pixels. More...
Dilate the labels in the input label image until filling all pixels.
This algorithm dilates the labels in the input image until the image contains no more background pixels.
It is also possible to ask to the algorithm an additional step to compute the separation lines.
Here is an example of label dilation
Attribute description for algorithm :
| Name | ToolTip | Default Initializer |
|---|---|---|
| ipsdk::imaproc::attr::InLabelImg | [Input] label image for processing operation | X |
| ipsdk::imaproc::attr::InOptDilateLabelMode | [Input Optional] Output mode of DilateLabel algorithms | X |
| ipsdk::imaproc::attr::OutLabelImg | [Output] label image for processing operation | duplicateInOut (_pOutLabelImg, _pInLabelImg) |
Global rule description for algorithm :
ipsdk::imaproc::matchSizeAndType (_pInLabelImg,_pOutLabelImg)
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr ipsdk::imaproc::advmorpho::dilateLabel2dImg | ( | const image::ImageConstPtr & | pInLabImg | ) |
wrapper function for Dilate the labels in the input label image until filling all pixels
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr ipsdk::imaproc::advmorpho::dilateLabel2dImg | ( | const image::ImageConstPtr & | pInLabImg, |
| const ipsdk::imaproc::attr::eDilateLabelMode & | mode | ||
| ) |
wrapper function for Dilate the labels in the input label image until filling all pixels
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| IPSDKIPLADVANCEDMORPHOLOGY_API void ipsdk::imaproc::advmorpho::dilateLabel2dImg | ( | const image::ImageConstPtr & | pInLabImg, |
| const ipsdk::image::ImagePtr & | pOutlabelImg | ||
| ) |
wrapper function for Dilate the labels in the input label image until filling all pixels
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| IPSDKIPLADVANCEDMORPHOLOGY_API void ipsdk::imaproc::advmorpho::dilateLabel2dImg | ( | const image::ImageConstPtr & | pInLabImg, |
| const ipsdk::imaproc::attr::eDilateLabelMode & | mode, | ||
| const ipsdk::image::ImagePtr & | pOutlabelImg | ||
| ) |
wrapper function for Dilate the labels in the input label image until filling all pixels
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
1.8.14