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

Wrapper functions for Variational Stationary Noise Remover. More...

#include <IPSDKIPL/IPSDKIPLFiltering/IPSDKIPLFilteringExports.h>
#include <IPSDKImage/Image/ImageTypes.h>
#include <IPSDKIPL/IPSDKIPLFiltering/Tools/VSNRImgTypes.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::filter
 Namespace aggregating filtering operations on images.
 

Functions

IPSDKIPLFILTERING_API VSNRResult ipsdk::imaproc::filter::vsnr2dImg (const image::ImageConstPtr &pInImg, const ipUInt32 nbIter, const ipReal32 stdDevX, const ipReal32 stdDevY, const ipReal32 theta, const ipReal64 alpha)
 wrapper function for Variational Stationary Noise Remover More...
 
IPSDKIPLFILTERING_API void ipsdk::imaproc::filter::vsnr2dImg (const image::ImageConstPtr &pInImg, const ipUInt32 nbIter, const ipReal32 stdDevX, const ipReal32 stdDevY, const ipReal32 theta, const ipReal64 alpha, const image::ImagePtr &pOutCorrectedImg, const image::ImagePtr &pOutNoiseImg)
 wrapper function for Variational Stationary Noise Remover More...
 
IPSDKIPLFILTERING_API VSNRResult ipsdk::imaproc::filter::vsnr2dImg (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pNoiseImg, const ipUInt32 nbIter, const ipReal64 alpha)
 wrapper function for Variational Stationary Noise Remover More...
 
IPSDKIPLFILTERING_API void ipsdk::imaproc::filter::vsnr2dImg (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pNoiseImg, const ipUInt32 nbIter, const ipReal64 alpha, const image::ImagePtr &pOutCorrectedImg, const image::ImagePtr &pOutNoiseImg)
 wrapper function for Variational Stationary Noise Remover More...
 
IPSDKIPLFILTERING_API boost::shared_ptr< VSNR2dImgLvl1 > ipsdk::imaproc::filter::vsnr2dImg_async (const image::ImageConstPtr &pInImg, const ipUInt32 nbIter, const ipReal32 stdDevX, const ipReal32 stdDevY, const ipReal32 theta, const ipReal64 alpha)
 asynchronous wrappers
 
IPSDKIPLFILTERING_API boost::shared_ptr< VSNR2dImgLvl1 > ipsdk::imaproc::filter::vsnr2dImg_async (const image::ImageConstPtr &pInImg, const ipUInt32 nbIter, const ipReal32 stdDevX, const ipReal32 stdDevY, const ipReal32 theta, const ipReal64 alpha, const image::ImagePtr &pOutCorrectedImg, const image::ImagePtr &pOutNoiseImg)
 asynchronous wrappers
 
IPSDKIPLFILTERING_API boost::shared_ptr< VSNR2dImgLvl1 > ipsdk::imaproc::filter::vsnr2dImg_async (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pNoiseImg, const ipUInt32 nbIter, const ipReal64 alpha)
 asynchronous wrappers
 
IPSDKIPLFILTERING_API boost::shared_ptr< VSNR2dImgLvl1 > ipsdk::imaproc::filter::vsnr2dImg_async (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pNoiseImg, const ipUInt32 nbIter, const ipReal64 alpha, const image::ImagePtr &pOutCorrectedImg, const image::ImagePtr &pOutNoiseImg)
 asynchronous wrappers
 
IPSDKIPLFILTERING_API VSNRResult ipsdk::imaproc::filter::getAsyncProcessorOutput (boost::shared_ptr< VSNR2dImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for Variational Stationary Noise Remover.

Author
R. Abbal
Date
2023/09/22