![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
measure of common statistics indicators (mean, max, etc.) in an image intersected with a mask for each 2d plan More...
| IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::StatsResultPtr | ipsdk::imaproc::glbmsr::statsMaskMsr2d (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pInMaskImg) |
| wrapper function for measure of common statistics indicators (mean, max, etc.) in an image intersected with a mask for each 2d plan More... | |
| IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedStatsResultPtr | ipsdk::imaproc::glbmsr::multiSlice_statsMaskMsr2d (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pInMaskImg) |
| wrapper function for measure of common statistics indicators (mean, max, etc.) in an image intersected with a mask for each 2d plan More... | |
measure of common statistics indicators (mean, max, etc.) in an image intersected with a mask for each 2d plan
For each 2d plan of the input image, this algorithm measures common statistic indicators (number of pixels, minimum, maximum, mean and standard deviation) on the set of pixels in the input image whose associated pixel in the mask image has a value that equals to 1.
Like Statistics measurement 2d, two wrappers can be called : the statsMaskMsr2d wrapper is only used to compute the statistic measurements on the whole grey level 2d image, whereas the multiSlice_statsMaskMsr2d wrapper must be used for more complex data (channel of a color image, slice of a volume, frame in a 2d sequence, ...).
See ipsdk::imaproc::attr::StatsResult for a complete list of image statistic measurements processed by this algorithm.
Attribute description for algorithm :
| Name | ToolTip | Default Initializer |
|---|---|---|
| ipsdk::imaproc::attr::InImg | [Input] image for processing operation | X |
| ipsdk::imaproc::attr::InMaskImg | [Input] Binary image for masking operation | X |
| ipsdk::imaproc::attr::OutPIStatsResult | [Output] Plan indexed collection of results for image statistics measure operation | ipsdk::imaproc::fromImage (_pOutPIStatsResult, _pInImg) |
Global rule description for algorithm :
ipsdk::imaproc::matchSize (_pInImg,_pInMaskImg) &&
ipsdk::imaproc::matchImagePlans (_pOutPIStatsResult,_pInImg,eImagePlansMatchPolicy::eIPMP_ZCT)
| IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::StatsResultPtr ipsdk::imaproc::glbmsr::statsMaskMsr2d | ( | const ipsdk::image::ImageConstPtr & | pInImg, |
| const ipsdk::image::ImageConstPtr & | pInMaskImg | ||
| ) |
wrapper function for measure of common statistics indicators (mean, max, etc.) in an image intersected with a mask for each 2d plan
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedStatsResultPtr ipsdk::imaproc::glbmsr::multiSlice_statsMaskMsr2d | ( | const ipsdk::image::ImageConstPtr & | pInImg, |
| const ipsdk::image::ImageConstPtr & | pInMaskImg | ||
| ) |
wrapper function for measure of common statistics indicators (mean, max, etc.) in an image intersected with a mask for each 2d plan
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
1.8.14