![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
measure of common statistics indicators in the image sequence (mean, max, etc.) computed along the sequence More...
| IPSDKIPLGLOBALMEASURE_API ipsdk::image::ImagePtr | ipsdk::imaproc::glbmsr::seqProjectionImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::eProjStatType &eInProjStatType) |
| wrapper function for measure of common statistics indicators in the image (mean, max, etc.) computed along the sequence More... | |
| IPSDKIPLGLOBALMEASURE_API void | ipsdk::imaproc::glbmsr::seqProjectionImg (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 (mean, max, etc.) computed along the sequence More... | |
measure of common statistics indicators in the image sequence (mean, max, etc.) computed along the sequence
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 sizeT the number of images in the input sequence
Output image must have same dimensions in x and y that images of input sequence
Attribute description for algorithm :
| Name | ToolTip | Default Initializer |
|---|---|---|
| ipsdk::imaproc::attr::InSeqImg | [Input] sequence image for processing operation | X |
| ipsdk::imaproc::attr::InProjStatType | [Input] Predefined types for a statistical projection algorithm | X |
| ipsdk::imaproc::attr::OutSingleImg | [Output] single image | duplicateSingleInOut (_pOutSingleImg, _pInSeqImg) |
Global rule description for algorithm :
ipsdk::imaproc::matchSize (eMatchImageSizeType::eMIST_XYZC,_pInSeqImg,_pOutSingleImg)
| IPSDKIPLGLOBALMEASURE_API ipsdk::image::ImagePtr ipsdk::imaproc::glbmsr::seqProjectionImg | ( | const ipsdk::image::ImageConstPtr & | pInImg, |
| const ipsdk::imaproc::attr::eProjStatType & | eInProjStatType | ||
| ) |
wrapper function for measure of common statistics indicators in the image (mean, max, etc.) computed along the sequence
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| IPSDKIPLGLOBALMEASURE_API void ipsdk::imaproc::glbmsr::seqProjectionImg | ( | 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 (mean, max, etc.) computed along the sequence
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
1.8.14