![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
algorithm allowing to create a label 3d image from a collection of shape More...
algorithm allowing to create a label 3d image from a collection of shape
This algorithm allows to re-create a label image (Connected Component 3d) from a shape 3d image. Shape intersection with image rows and plans are set with respect to shape label.
An example of shape to label image algorithm is illustrated in 2d case : see Shape to label 2d image.
Attribute description for algorithm :
| Name | ToolTip | Default Initializer |
|---|---|---|
| ipsdk::imaproc::attr::InPILabelsShape3d | [Input] Plan indexed collection of shape 3d associated to labels | X |
| ipsdk::imaproc::attr::OutLabelImg3d | [Output] label image 3d for processing operation | customOutput (_pOutLabelImg3d, outputShapeToLabel(_pInPILabelsShape3d)) |
Global rule description for algorithm :
ipsdk::processor::none ()
| IPSDKIPLSHAPESEGMENTATION_API ipsdk::image::ImagePtr ipsdk::imaproc::shape::segmentation::shapeToLabel3dImg | ( | const ipsdk::shape::segmentation::Shape3dCollConstPtr & | pInLabelsShape3d | ) |
wrapper function for algorithm allowing to create a label 3d image from a collection of shape
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| IPSDKIPLSHAPESEGMENTATION_API ipsdk::image::ImagePtr ipsdk::imaproc::shape::segmentation::shapeToLabel3dImg | ( | const ipsdk::shape::segmentation::PlanIndexedShape3dCollConstPtr & | pInPILabelsShape3d | ) |
wrapper function for algorithm allowing to create a label 3d image from a collection of shape
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| IPSDKIPLSHAPESEGMENTATION_API void ipsdk::imaproc::shape::segmentation::shapeToLabel3dImg | ( | const ipsdk::shape::segmentation::Shape3dCollConstPtr & | pInLabelsShape3d, |
| const ipsdk::image::ImagePtr & | pOutLabelImg3d | ||
| ) |
wrapper function for algorithm allowing to create a label 3d image from a collection of shape
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| IPSDKIPLSHAPESEGMENTATION_API void ipsdk::imaproc::shape::segmentation::shapeToLabel3dImg | ( | const ipsdk::shape::segmentation::PlanIndexedShape3dCollConstPtr & | pInPILabelsShape3d, |
| const ipsdk::image::ImagePtr & | pOutLabelImg3d | ||
| ) |
wrapper function for algorithm allowing to create a label 3d image from a collection of shape
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
1.8.14