IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces
SeqProjectionImg.h File Reference

Wrapper functions for measure of common statistics indicators in the image (mean, max, etc.) computed along the sequence. More...

#include <IPSDKIPL/IPSDKIPLGlobalMeasure/IPSDKIPLGlobalMeasureExports.h>
#include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Enumerate/ProjStatTypes.h>
#include <IPSDKImage/Image/ImageTypes.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::glbmsr
 Namespace aggregating global measure operations on images, pixel by pixel.
 

Functions

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...
 
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< SeqProjectionImgLvl1 > ipsdk::imaproc::glbmsr::seqProjectionImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::eProjStatType &eInProjStatType)
 asynchronous wrappers
 
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< SeqProjectionImgLvl1 > ipsdk::imaproc::glbmsr::seqProjectionImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::eProjStatType &eInProjStatType, const ipsdk::image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLGLOBALMEASURE_API ipsdk::image::ImagePtr ipsdk::imaproc::glbmsr::getAsyncProcessorOutput (boost::shared_ptr< SeqProjectionImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for measure of common statistics indicators in the image (mean, max, etc.) computed along the sequence.

Author
H. Delestre
Date
2015/05/12