![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Count the number of objects in the 3D input label image. More...
| IPSDKIPLGLOBALMEASURE_API ipsdk::ipUInt64 | ipsdk::imaproc::glbmsr::counting3dMsr (const ipsdk::image::ImageConstPtr &pInLabelImg3d) |
| wrapper function for Count the number of objects in the 3D input label image More... | |
| IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedIndexableUInt64Ptr | ipsdk::imaproc::glbmsr::multiSlice_counting3dMsr (const ipsdk::image::ImageConstPtr &pInLabelImg3d) |
| wrapper function for Count the number of objects in the 3D input label image More... | |
Count the number of objects in the 3D input label image.
This algorithm simply computes the number of objects in the input 3D label image. If an image with 4 or 5 dimensions is provided (i.e. a 3D color or 3D sequence image), the algorithms returns the number of objects for each channel and/or frame of each dimension.
Here is an example of result :
Attribute description for algorithm :
| Name | ToolTip | Default Initializer |
|---|---|---|
| ipsdk::imaproc::attr::InLabelImg3d | [Input] label image 3d for processing operation | X |
| ipsdk::imaproc::attr::OutPIIndexableUInt64 | [Output] Plan indexed collection of container allowing to create a plan index of a single UInt64 | ipsdk::imaproc::fromImageButVolume (_pOutPIIndexableUInt64, _pInLabelImg3d) |
Global rule description for algorithm :
ipsdk::imaproc::matchImagePlans (_pOutPIIndexableUInt64,_pInLabelImg3d,eImagePlansMatchPolicy::eIPMP_CT)
| IPSDKIPLGLOBALMEASURE_API ipsdk::ipUInt64 ipsdk::imaproc::glbmsr::counting3dMsr | ( | const ipsdk::image::ImageConstPtr & | pInLabelImg3d | ) |
wrapper function for Count the number of objects in the 3D input label image
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedIndexableUInt64Ptr ipsdk::imaproc::glbmsr::multiSlice_counting3dMsr | ( | const ipsdk::image::ImageConstPtr & | pInLabelImg3d | ) |
wrapper function for Count the number of objects in the 3D input label image
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
1.8.14