IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
VSNRUtils.h
Go to the documentation of this file.
1 // VSNRUtils.h:
3 // ------------------------
4 //
14 
15 #ifndef __PYIPSDKIPLFILTERING_VSNRUTILS_H__
16 #define __PYIPSDKIPLFILTERING_VSNRUTILS_H__
17 
19 #include <IPSDKIPL/IPSDKIPLFiltering/Processor/VSNR2dImg/VSNR2dImg.h>
20 #include <boost/python/tuple.hpp>
21 
22 class ipsdk::imaproc::filter::VSNR2dImgLvl1;
23 
24 namespace ipsdk {
25 namespace python {
26 
29 
34 PYIPSDKIPLFILTERING_API boost::python::tuple
36  const ipUInt32 nbIter,
37  const ipReal32 stdDevX,
38  const ipReal32 stdDevY,
39  const ipReal32 theta,
40  const ipReal64 alpha);
41 PYIPSDKIPLFILTERING_API boost::python::tuple
43  const image::ImageConstPtr& pNoiseImg,
44  const ipUInt32 nbIter,
45  const ipReal64 alpha);
47 
50 PYIPSDKIPLFILTERING_API boost::python::tuple
51 getAsyncProcessorOutput(boost::shared_ptr<ipsdk::imaproc::filter::VSNR2dImgLvl1> pProcessor);
53 
56 
57 } // end of namespace python
58 } // end of namespace ipsdk
59 
60 #endif // __PYIPSDKIPLFILTERING_VSNRUTILS_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
#define PYIPSDKIPLFILTERING_API
Import/Export macro for library PyIPSDKIPLFiltering.
Definition: PyIPSDKIPLFilteringExports.h:25
double ipReal64
Base types definition.
Definition: BaseTypes.h:57
PYIPSDKIPLFILTERING_API boost::python::tuple vsnr2dImg(const ipsdk::image::ImageConstPtr &pInImg, const ipUInt32 nbIter, const ipReal32 stdDevX, const ipReal32 stdDevY, const ipReal32 theta, const ipReal64 alpha)
wrapper function for Gaussian filter used to compute gradient on a 2d image
boost::shared_ptr< const BaseImage > ImageConstPtr
Definition: ImageTypes.h:140
PYIPSDKIPLADVANCEDMORPHOLOGY_API boost::python::tuple getAsyncProcessorOutput(boost::shared_ptr< ipsdk::imaproc::advmorpho::RidgeLine2dImgLvl1 > pProcessor)
Wrapper to retrieve the result of an asynchronous processor.
Definition of import/export macro for library.
float ipReal32
Base types definition.
Definition: BaseTypes.h:56
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53