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

Utility functions for VSNR python wrapping. More...

#include <Python/PyIPSDKIPLFiltering/PyIPSDKIPLFilteringExports.h>
#include <IPSDKIPL/IPSDKIPLFiltering/Processor/VSNR2dImg/VSNR2dImg.h>
#include <boost/python/tuple.hpp>

Go to the source code of this file.

Namespaces

 ipsdk
 Main namespace for IPSDK library.
 
 ipsdk::python
 Namespace aggregating IPSDK to python base wrappers.
 

Functions

PYIPSDKIPLFILTERING_API boost::python::tuple ipsdk::python::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 More...
 
PYIPSDKIPLFILTERING_API boost::python::tuple ipsdk::python::vsnr2dImg (const ipsdk::image::ImageConstPtr &pInImg, const image::ImageConstPtr &pNoiseImg, const ipUInt32 nbIter, const ipReal64 alpha)
 wrapper function for Gaussian filter used to compute gradient on a 2d image More...
 
PYIPSDKIPLFILTERING_API boost::python::tuple ipsdk::python::getAsyncProcessorOutput (boost::shared_ptr< ipsdk::imaproc::filter::VSNR2dImgLvl1 > pProcessor)
 Wrapper to retrieve the result of an asynchronous processor.
 

Detailed Description

Utility functions for VSNR python wrapping.

Author
E. Noirfalise
Date
2015/12/30