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

Wrapper functions for measure of common statistics indicators in an image (mean, max, etc.) for each 2d plan. More...

#include <IPSDKIPL/IPSDKIPLGlobalMeasure/IPSDKIPLGlobalMeasureExports.h>
#include <IPSDKImage/Image/ImageTypes.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/StatsResult.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedStatsResult.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::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...
 
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< StatsMsr2dLvl1 > ipsdk::imaproc::glbmsr::statsMsr2d_async (const ipsdk::image::ImageConstPtr &pInImg)
 asynchronous wrappers
 
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< StatsMsr2dLvl1 > ipsdk::imaproc::glbmsr::multiSlice_statsMsr2d_async (const ipsdk::image::ImageConstPtr &pInImg)
 asynchronous wrappers
 
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::StatsResultPtr ipsdk::imaproc::glbmsr::getAsyncProcessorOutput (boost::shared_ptr< StatsMsr2dLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedStatsResultPtr ipsdk::imaproc::glbmsr::getAsyncProcessorMultiSliceOutput (boost::shared_ptr< StatsMsr2dLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for measure of common statistics indicators in an image (mean, max, etc.) for each 2d plan.

Author
R. Abbal
Date
2016/05/20