![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
measure of common statistics indicators in an image (mean, max, etc.) for each 2d plan More...
| IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::StatsResultPtr | ipsdk::imaproc::glbmsr::statsMsr2d (const ipsdk::image::ImageConstPtr &pInImg) |
| wrapper function for measure of common statistics indicators in an image (mean, max, etc.) for each 2d plan More... | |
| IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedStatsResultPtr | ipsdk::imaproc::glbmsr::multiSlice_statsMsr2d (const ipsdk::image::ImageConstPtr &pInImg) |
| wrapper function for measure of common statistics indicators in a 2d image (mean, max, etc.) More... | |
measure of common statistics indicators in an image (mean, max, etc.) for each 2d plan
This algorithm computes statistic measurements for each 2d plan of the input image.
In other words, the results will be computed :
Two wrappers can be called : the statsMsr2d wrapper is only used to compute the statistic measurements on a grey level 2d image, whereas the multiSlice_statsMsr2d wrapper must be used for more complex data (volume, sequence and/or color).
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::OutPIStatsResult | [Output] Plan indexed collection of results for image statistics measure operation | ipsdk::imaproc::fromImage (_pOutPIStatsResult, _pInImg) |
Global rule description for algorithm :
ipsdk::imaproc::matchImagePlans (_pOutPIStatsResult,_pInImg,eImagePlansMatchPolicy::eIPMP_ZCT)
| IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::StatsResultPtr ipsdk::imaproc::glbmsr::statsMsr2d | ( | const ipsdk::image::ImageConstPtr & | pInImg | ) |
wrapper function for measure of common statistics indicators in an image (mean, max, etc.) for each 2d plan
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedStatsResultPtr ipsdk::imaproc::glbmsr::multiSlice_statsMsr2d | ( | const ipsdk::image::ImageConstPtr & | pInImg | ) |
wrapper function for measure of common statistics indicators in a 2d image (mean, max, etc.)
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
1.8.14