![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for measure of common statistics indicators in the image 3d (mean, max, etc.) computed along Z axis. 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::zProjectionImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::eProjStatType &eInProjStatType) |
| wrapper function for measure of common statistics indicators in the image 3d (mean, max, etc.) computed along Z axis More... | |
| IPSDKIPLGLOBALMEASURE_API void | ipsdk::imaproc::glbmsr::zProjectionImg (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 3d (mean, max, etc.) computed along Z axis More... | |
| IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< ZProjectionImgLvl1 > | ipsdk::imaproc::glbmsr::zProjectionImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::eProjStatType &eInProjStatType) |
| asynchronous wrappers | |
| IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< ZProjectionImgLvl1 > | ipsdk::imaproc::glbmsr::zProjectionImg_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< ZProjectionImgLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
Wrapper functions for measure of common statistics indicators in the image 3d (mean, max, etc.) computed along Z axis.
1.8.14