16 #ifndef __IPSDKIPLGLOBALMEASURE_STATSMSR2D_H__ 17 #define __IPSDKIPLGLOBALMEASURE_STATSMSR2D_H__ 21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/StatsResult.h> 22 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedStatsResult.h> 73 #endif // __IPSDKIPLGLOBALMEASURE_STATSMSR2D_H__ #define IPSDKIPLGLOBALMEASURE_API
Import/Export macro for library IPSDKIPLGlobalMeasure.
Definition: IPSDKIPLGlobalMeasureExports.h:25
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedDoublesPtr getAsyncProcessorMultiSliceOutput(boost::shared_ptr< AreaPercent2dMsrLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedStatsResultPtr multiSlice_statsMsr2d(const ipsdk::image::ImageConstPtr &pInImg)
wrapper function for measure of common statistics indicators in a 2d image (mean, max...
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::DoublesPtr getAsyncProcessorOutput(boost::shared_ptr< AreaPercent2dMsrLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< StatsMsr2dLvl1 > multiSlice_statsMsr2d_async(const ipsdk::image::ImageConstPtr &pInImg)
asynchronous wrappers
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::StatsResultPtr statsMsr2d(const ipsdk::image::ImageConstPtr &pInImg)
wrapper function for measure of common statistics indicators in an image (mean, max, etc.) for each 2d plan
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< StatsMsr2dLvl1 > statsMsr2d_async(const ipsdk::image::ImageConstPtr &pInImg)
asynchronous wrappers
boost::shared_ptr< const BaseImage > ImageConstPtr
Definition of import/export macro for library.
boost::shared_ptr< ipsdk::imaproc::attr::PlanIndexedStatsResult > PlanIndexedStatsResultPtr
shared pointer to ipsdk::imaproc::attr::PlanIndexedStatsResult
Definition: PlanIndexedStatsResult.h:50
boost::shared_ptr< ipsdk::imaproc::attr::StatsResult > StatsResultPtr
shared pointer to ipsdk::imaproc::attr::StatsResult
Definition: StatsResult.h:206