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

Wrapper functions for Apply Law's texture 2d filter on an image. More...

#include <IPSDKIPL/IPSDKIPLStats/IPSDKIPLStatsExports.h>
#include <IPSDKImage/Image/ImageTypes.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/LawTexPostProcParams.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/LawTexPreProcParams.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/LawTextureKernel2dTypes.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::lawTexture2dImg (const image::ImageConstPtr &pInImg)
 wrapper function for Apply Law's texture 2d filter on an image More...
 
IPSDKIPLSTATS_API image::ImagePtr ipsdk::imaproc::stats::lawTexture2dImg (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::LawTextureKernel2dTypesConstPtr &pInKernelTypes, const ipsdk::imaproc::attr::LawTexPreProcParamsConstPtr &pInPreProcParams, const ipsdk::imaproc::attr::LawTexPostProcParamsConstPtr &pInPostProcParams)
 wrapper function for Apply Law's texture 2d filter on an image More...
 
IPSDKIPLSTATS_API void ipsdk::imaproc::stats::lawTexture2dImg (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::LawTextureKernel2dTypesConstPtr &pInKernelTypes, const ipsdk::imaproc::attr::LawTexPreProcParamsConstPtr &pInPreProcParams, const ipsdk::imaproc::attr::LawTexPostProcParamsConstPtr &pInPostProcParams, const image::ImagePtr &pOutRealImg, const image::ImagePtr &pOutWkImg)
 wrapper function for Apply Law's texture 2d filter on an image More...
 
IPSDKIPLSTATS_API boost::shared_ptr< LawTexture2dImgLvl1 > ipsdk::imaproc::stats::lawTexture2dImg_async (const image::ImageConstPtr &pInImg)
 asynchronous wrappers
 
IPSDKIPLSTATS_API boost::shared_ptr< LawTexture2dImgLvl1 > ipsdk::imaproc::stats::lawTexture2dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::LawTextureKernel2dTypesConstPtr &pInKernelTypes, const ipsdk::imaproc::attr::LawTexPreProcParamsConstPtr &pInPreProcParams, const ipsdk::imaproc::attr::LawTexPostProcParamsConstPtr &pInPostProcParams)
 asynchronous wrappers
 
IPSDKIPLSTATS_API boost::shared_ptr< LawTexture2dImgLvl1 > ipsdk::imaproc::stats::lawTexture2dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::LawTextureKernel2dTypesConstPtr &pInKernelTypes, const ipsdk::imaproc::attr::LawTexPreProcParamsConstPtr &pInPreProcParams, const ipsdk::imaproc::attr::LawTexPostProcParamsConstPtr &pInPostProcParams, const image::ImagePtr &pOutRealImg, const image::ImagePtr &pOutWkImg)
 asynchronous wrappers
 
IPSDKIPLSTATS_API image::ImagePtr ipsdk::imaproc::stats::getAsyncProcessorOutput (boost::shared_ptr< LawTexture2dImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for Apply Law's texture 2d filter on an image.

Author
H. Delestre
Date
2017/02/14