![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
measure of common statistics indicators in a 3d image (mean, max, etc.) intersected with a mask More...
| IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::StatsResultPtr | ipsdk::imaproc::glbmsr::statsMaskMsr3d (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pInMaskImg) |
| wrapper function for measure of common statistics indicators in a 3d image (mean, max, etc.) intersected with a mask More... | |
| IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedStatsResultPtr | ipsdk::imaproc::glbmsr::multiSlice_statsMaskMsr3d (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pInMaskImg) |
| wrapper function for measure of common statistics indicators in a 3d image (mean, max, etc.) intersected with a mask for each 3d plan More... | |
measure of common statistics indicators in a 3d image (mean, max, etc.) intersected with a mask
For each 3d data 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 3d, two wrappers can be called : the statsMaskMsr3d wrapper is only used to compute the statistic measurements on the whole grey level 3d volume, whereas the multiSlice_statsMaskMsr3d wrapper must be used for more complex data (channel of a color volume, frame in a 3d sequence, or for each channel of each volume of a 3d 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::InImg3d | [Input] 3d image for 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::fromImageButVolume (_pOutPIStatsResult, _pInImg3d) |
Global rule description for algorithm :
ipsdk::imaproc::matchSize (_pInImg3d,_pInMaskImg) &&
ipsdk::imaproc::matchImagePlans (_pOutPIStatsResult,_pInImg3d,eImagePlansMatchPolicy::eIPMP_CT)
| IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::StatsResultPtr ipsdk::imaproc::glbmsr::statsMaskMsr3d | ( | const ipsdk::image::ImageConstPtr & | pInImg, |
| const ipsdk::image::ImageConstPtr & | pInMaskImg | ||
| ) |
wrapper function for measure of common statistics indicators in a 3d image (mean, max, etc.) intersected with a mask
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedStatsResultPtr ipsdk::imaproc::glbmsr::multiSlice_statsMaskMsr3d | ( | const ipsdk::image::ImageConstPtr & | pInImg, |
| const ipsdk::image::ImageConstPtr & | pInMaskImg | ||
| ) |
wrapper function for measure of common statistics indicators in a 3d image (mean, max, etc.) intersected with a mask for each 3d plan
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
1.8.14