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

Wrapper functions for Lowitz local histogram module on a 2d image. More...

#include <IPSDKIPL/IPSDKIPLStats/IPSDKIPLStatsExports.h>
#include <IPSDKImage/Image/ImageTypes.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::stats
 Namespace aggregating image statistics computation algorithms.
 

Functions

IPSDKIPLSTATS_API image::ImagePtr ipsdk::imaproc::stats::localHistogramModule2dImg (const image::ImageConstPtr &pInImg, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY)
 wrapper function for Lowitz local histogram module on a 2d image More...
 
IPSDKIPLSTATS_API image::ImagePtr ipsdk::imaproc::stats::localHistogramModule2dImg (const image::ImageConstPtr &pInImg, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY, const ipUInt32 inOptNbClasses)
 wrapper function for Lowitz local histogram module on a 2d image More...
 
IPSDKIPLSTATS_API void ipsdk::imaproc::stats::localHistogramModule2dImg (const image::ImageConstPtr &pInImg, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY, const ipUInt32 inOptNbClasses, const image::ImagePtr &pOutImg)
 wrapper function for Lowitz local histogram module on a 2d image More...
 
IPSDKIPLSTATS_API boost::shared_ptr< LocalHistogramModule2dImgLvl1 > ipsdk::imaproc::stats::localHistogramModule2dImg_async (const image::ImageConstPtr &pInImg, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY)
 asynchronous wrappers
 
IPSDKIPLSTATS_API boost::shared_ptr< LocalHistogramModule2dImgLvl1 > ipsdk::imaproc::stats::localHistogramModule2dImg_async (const image::ImageConstPtr &pInImg, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY, const ipUInt32 inOptNbClasses)
 asynchronous wrappers
 
IPSDKIPLSTATS_API boost::shared_ptr< LocalHistogramModule2dImgLvl1 > ipsdk::imaproc::stats::localHistogramModule2dImg_async (const image::ImageConstPtr &pInImg, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY, const ipUInt32 inOptNbClasses, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLSTATS_API image::ImagePtr ipsdk::imaproc::stats::getAsyncProcessorOutput (boost::shared_ptr< LocalHistogramModule2dImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for Lowitz local histogram module on a 2d image.

Author
R. Abbal
Date
2017/02/24