IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces | Functions
RandomImg.h File Reference

Wrapper functions for "initialization of an image with random values generated using a uniform law on interval [RandomMin; RandomMax]" algorithm. More...

#include <IPSDKIPL/IPSDKIPLUtility/IPSDKIPLUtilityExports.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/Range.h>
#include <IPSDKImage/Image/ImageTypes.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::randomImg (const ipsdk::imaproc::attr::RangeConstPtr &pInOptOutputRange, const image::ImagePtr &pOutImg)
 wrapper function for initialization of an image with random values generated using a uniform law on interval specified by 'pInOptOutputRange' argument More...
 
IPSDKIPLUTILITY_API void ipsdk::imaproc::util::randomImg (const image::ImagePtr &pOutImg)
 wrapper function for initialization of an image with random values generated using a uniform law on the whole interval allowed by the output image buffer data type ([0; 255] for a uchar image, for instance) More...
 
IPSDKIPLUTILITY_API boost::shared_ptr< RandomImgLvl1 > ipsdk::imaproc::util::randomImg_async (const ipsdk::imaproc::attr::RangeConstPtr &pInOptOutputRange, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLUTILITY_API boost::shared_ptr< RandomImgLvl1 > ipsdk::imaproc::util::randomImg_async (const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLUTILITY_API image::ImagePtr ipsdk::imaproc::util::getAsyncProcessorOutput (boost::shared_ptr< RandomImgLvl1 > 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 uniform law on interval [RandomMin; RandomMax]" algorithm.

Author
H. Delestre
Date
2014/05/07