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

Wrapper functions for initialization of an image with random values generated using a normal law. More...

#include <IPSDKIPL/IPSDKIPLUtility/IPSDKIPLUtilityExports.h>
#include <IPSDKImage/Image/ImageTypes.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/GaussianParameter.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::util
 Namespace agregating image processing utility algorithm.
 

Functions

IPSDKIPLUTILITY_API void ipsdk::imaproc::util::gaussianRandomImg (const ipsdk::imaproc::attr::GaussianParameterConstPtr &pInGaussianParameter, const image::ImagePtr &pOutImg)
 wrapper function for initialization of an image with random values generated using a normal law More...
 
IPSDKIPLUTILITY_API boost::shared_ptr< GaussianRandomImgLvl1 > ipsdk::imaproc::util::gaussianRandomImg_async (const ipsdk::imaproc::attr::GaussianParameterConstPtr &pInGaussianParameter, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLUTILITY_API image::ImagePtr ipsdk::imaproc::util::getAsyncProcessorOutput (boost::shared_ptr< GaussianRandomImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for initialization of an image with random values generated using a normal law.

Author
R. Abbal
Date
2015/04/24