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

Wrapper functions for measure of common statistics indicators (mean, max, etc.) in an image intersected with a mask 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::statsMaskMsr2d (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pInMaskImg)
 wrapper function for measure of common statistics indicators (mean, max, etc.) in an image intersected with a mask for each 2d plan More...
 
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedStatsResultPtr ipsdk::imaproc::glbmsr::multiSlice_statsMaskMsr2d (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pInMaskImg)
 wrapper function for measure of common statistics indicators (mean, max, etc.) in an image intersected with a mask for each 2d plan More...
 
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< StatsMaskMsr2dLvl1 > ipsdk::imaproc::glbmsr::statsMaskMsr2d_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pInMaskImg)
 asynchronous wrappers
 
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< StatsMaskMsr2dLvl1 > ipsdk::imaproc::glbmsr::multiSlice_statsMaskMsr2d_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pInMaskImg)
 asynchronous wrappers
 
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::StatsResultPtr ipsdk::imaproc::glbmsr::getAsyncProcessorOutput (boost::shared_ptr< StatsMaskMsr2dLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedStatsResultPtr ipsdk::imaproc::glbmsr::getAsyncProcessorMultiSliceOutput (boost::shared_ptr< StatsMaskMsr2dLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

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

Author
R. Abbal
Date
2016/05/26