![]() |
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 voxels.
It is also possible to ask to the algorithm an additional step to compute the separation lines.
Please see Dilation of 2D labels for 2D illustrations of the label dilation.
Attribute description for algorithm :
| Name | ToolTip | Default Initializer |
|---|---|---|
| ipsdk::imaproc::attr::InLabelImg3d | [Input] label image 3d for processing operation | X |
| ipsdk::imaproc::attr::InOptDilateLabelMode | [Input Optional] Output mode of DilateLabel algorithms | X |
| ipsdk::imaproc::attr::OutLabelImg3d | [Output] label image 3d for processing operation | duplicateInOut (_pOutLabelImg3d, _pInLabelImg3d) |
Global rule description for algorithm :
ipsdk::imaproc::matchSizeAndType (_pInLabelImg3d,_pOutLabelImg3d)
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr ipsdk::imaproc::advmorpho::dilateLabel3dImg | ( | 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::dilateLabel3dImg | ( | 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::dilateLabel3dImg | ( | 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::dilateLabel3dImg | ( | 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