15 #ifndef __PYIPSDKIPLFILTERING_VSNRUTILS_H__ 16 #define __PYIPSDKIPLFILTERING_VSNRUTILS_H__ 19 #include <IPSDKIPL/IPSDKIPLFiltering/Processor/VSNR2dImg/VSNR2dImg.h> 20 #include <boost/python/tuple.hpp> 22 class ipsdk::imaproc::filter::VSNR2dImgLvl1;
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