![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
algorithm allowing to create a label 2d image from a collection of shape More...
algorithm allowing to create a label 2d image from a collection of shape
This algorithm allows to re-create a label image (Connected Component 2d) from a shape 2d image. Shape intersection with image rows are set with respect to shape label.
Here is an example of a shape to label 2d image operation :
Attribute description for algorithm :
| Name | ToolTip | Default Initializer |
|---|---|---|
| ipsdk::imaproc::attr::InPILabelsShape2d | [Input] Plan indexed collection of shape 2d associated to labels | X |
| ipsdk::imaproc::attr::OutLabelImg | [Output] label image for processing operation | customOutput (_pOutLabelImg, outputShapeToLabel(_pInPILabelsShape2d)) |
Global rule description for algorithm :
ipsdk::processor::none ()
| IPSDKIPLSHAPESEGMENTATION_API ipsdk::image::ImagePtr ipsdk::imaproc::shape::segmentation::shapeToLabel2dImg | ( | const ipsdk::shape::segmentation::Shape2dCollConstPtr & | pInLabelsShape2d | ) |
wrapper function for algorithm allowing to create a label 2d image from a collection of shape
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| IPSDKIPLSHAPESEGMENTATION_API ipsdk::image::ImagePtr ipsdk::imaproc::shape::segmentation::shapeToLabel2dImg | ( | const ipsdk::shape::segmentation::PlanIndexedShape2dCollConstPtr & | pInPILabelsShape2d | ) |
wrapper function for algorithm allowing to create a label 2d image from a collection of shape
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| IPSDKIPLSHAPESEGMENTATION_API void ipsdk::imaproc::shape::segmentation::shapeToLabel2dImg | ( | const ipsdk::shape::segmentation::Shape2dCollConstPtr & | pInLabelsShape2d, |
| const ipsdk::image::ImagePtr & | pOutLabelImg | ||
| ) |
wrapper function for algorithm allowing to create a label 2d image from a collection of shape
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| IPSDKIPLSHAPESEGMENTATION_API void ipsdk::imaproc::shape::segmentation::shapeToLabel2dImg | ( | const ipsdk::shape::segmentation::PlanIndexedShape2dCollConstPtr & | pInPILabelsShape2d, |
| const ipsdk::image::ImagePtr & | pOutLabelImg | ||
| ) |
wrapper function for algorithm allowing to create a label 2d image from a collection of shape
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
1.8.14