![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
measure of common statistics indicators in the image 3d (mean, max, etc.) computed along Z axis More...
| IPSDKIPLGLOBALMEASURE_API ipsdk::image::ImagePtr | ipsdk::imaproc::glbmsr::zProjectionImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::eProjStatType &eInProjStatType) |
| wrapper function for measure of common statistics indicators in the image 3d (mean, max, etc.) computed along Z axis More... | |
| IPSDKIPLGLOBALMEASURE_API void | ipsdk::imaproc::glbmsr::zProjectionImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::eProjStatType &eInProjStatType, const ipsdk::image::ImagePtr &pOutImg) |
| wrapper function for measure of common statistics indicators in the image 3d (mean, max, etc.) computed along Z axis More... | |
measure of common statistics indicators in the image 3d (mean, max, etc.) computed along Z axis
Depending on the type of indicator specified by the user, (see ipsdk::imaproc::attr::eProjStatType), values of the output image are given by one of the following formula:
, with
integer, 
, with
integer, 
![$OutImg[i] = \sum_{t = 1}^{sizeT}{InImg[i, t]} $](form_822.png)
![$OutImg[i] = \frac{1}{sizeT}\sum_{t=1}^{sizeT}{InImg[i, t]} $](form_823.png)
, with ![$m = \frac{1}{sizeT}\sum_{t = 1}^{sizeT}{InImg[i, t]} $](form_825.png)
, with ![$m = \frac{1}{sizeT}\sum_{t = 1}^{sizeT}{InImg[i, t]} $](form_825.png)
![$OutImg[i]=median_{t,1\leq t\leq sizeT}(InImg[t, i])$](form_827.png)
with sizeZ the number of images in the image 3d
Output image must have same dimensions in x and y that images of input 3d image
Attribute description for algorithm :
| Name | ToolTip | Default Initializer |
|---|---|---|
| ipsdk::imaproc::attr::InImg3d | [Input] 3d image for operation | X |
| ipsdk::imaproc::attr::InProjStatType | [Input] Predefined types for a statistical projection algorithm | X |
| ipsdk::imaproc::attr::OutImg2d | [Output] 2d image for processing operation | duplicate2dInOut (_pOutImg2d, _pInImg3d) |
Global rule description for algorithm :
(ipsdk::imaproc::matchSize (eMatchImageSizeType::eMIST_2d,_pInImg3d,_pOutImg2d) &&
ipsdk::imaproc::matchSize (eMatchImageSizeType::eMIST_CT,_pInImg3d,_pOutImg2d))
| IPSDKIPLGLOBALMEASURE_API ipsdk::image::ImagePtr ipsdk::imaproc::glbmsr::zProjectionImg | ( | const ipsdk::image::ImageConstPtr & | pInImg, |
| const ipsdk::imaproc::attr::eProjStatType & | eInProjStatType | ||
| ) |
wrapper function for measure of common statistics indicators in the image 3d (mean, max, etc.) computed along Z axis
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| IPSDKIPLGLOBALMEASURE_API void ipsdk::imaproc::glbmsr::zProjectionImg | ( | const ipsdk::image::ImageConstPtr & | pInImg, |
| const ipsdk::imaproc::attr::eProjStatType & | eInProjStatType, | ||
| const ipsdk::image::ImagePtr & | pOutImg | ||
| ) |
wrapper function for measure of common statistics indicators in the image 3d (mean, max, etc.) computed along Z axis
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
1.8.14