![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Count the number of objects in the image. More...
| IPSDKIPLGLOBALMEASURE_API ipsdk::ipUInt64 | ipsdk::imaproc::glbmsr::counting2dMsr (const ipsdk::image::ImageConstPtr &pInLabelImg) |
| wrapper function for Count the number of objects in the image More... | |
| IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedIndexableUInt64Ptr | ipsdk::imaproc::glbmsr::multiSlice_counting2dMsr (const ipsdk::image::ImageConstPtr &pInLabelImg) |
| wrapper function for Count the number of objects in the image More... | |
Count the number of objects in the image.
This algorithm simply computes the number of objects in the input label image. If an image with 3 dimensions or more is provided, the algorithms returns the number of objects for each slice of each dimension.
Here is an example of result :
Attribute description for algorithm :
| Name | ToolTip | Default Initializer |
|---|---|---|
| ipsdk::imaproc::attr::InLabelImg | [Input] label image 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::fromImage (_pOutPIIndexableUInt64, _pInLabelImg) |
Global rule description for algorithm :
ipsdk::imaproc::matchImagePlans (_pOutPIIndexableUInt64,_pInLabelImg,eImagePlansMatchPolicy::eIPMP_ZCT)
| IPSDKIPLGLOBALMEASURE_API ipsdk::ipUInt64 ipsdk::imaproc::glbmsr::counting2dMsr | ( | const ipsdk::image::ImageConstPtr & | pInLabelImg | ) |
wrapper function for Count the number of objects in the image
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedIndexableUInt64Ptr ipsdk::imaproc::glbmsr::multiSlice_counting2dMsr | ( | const ipsdk::image::ImageConstPtr & | pInLabelImg | ) |
wrapper function for Count the number of objects in the image
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
1.8.14