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

Wrapper functions for separated version of bilateral filter on 2d image. More...

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

Go to the source code of this file.

Namespaces

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

Functions

IPSDKIPLFILTERING_API image::ImagePtr ipsdk::imaproc::filter::separatedBilateral2dImg (const image::ImageConstPtr &pInImg, const ipReal64 inSpaceSigma, const ipReal64 inRangeSigma)
 wrapper function for separated version of bilateral filter on 2d image More...
 
IPSDKIPLFILTERING_API image::ImagePtr ipsdk::imaproc::filter::separatedBilateral2dImg (const image::ImageConstPtr &pInImg, const ipUInt32 inHalfKnlSize, const ipReal64 inSpaceSigma, const ipReal64 inRangeSigma)
 wrapper function for separated version of bilateral filter on 2d image More...
 
IPSDKIPLFILTERING_API void ipsdk::imaproc::filter::separatedBilateral2dImg (const image::ImageConstPtr &pInImg, const ipUInt32 inHalfKnlSize, const ipReal64 inSpaceSigma, const ipReal64 inRangeSigma, const image::ImagePtr &pOutImg)
 wrapper function for separated version of bilateral filter on 2d image More...
 
IPSDKIPLFILTERING_API boost::shared_ptr< SeparatedBilateral2dImgLvl1 > ipsdk::imaproc::filter::separatedBilateral2dImg_async (const image::ImageConstPtr &pInImg, const ipReal64 inSpaceSigma, const ipReal64 inRangeSigma)
 asynchronous wrappers
 
IPSDKIPLFILTERING_API boost::shared_ptr< SeparatedBilateral2dImgLvl1 > ipsdk::imaproc::filter::separatedBilateral2dImg_async (const image::ImageConstPtr &pInImg, const ipUInt32 inHalfKnlSize, const ipReal64 inSpaceSigma, const ipReal64 inRangeSigma)
 asynchronous wrappers
 
IPSDKIPLFILTERING_API boost::shared_ptr< SeparatedBilateral2dImgLvl1 > ipsdk::imaproc::filter::separatedBilateral2dImg_async (const image::ImageConstPtr &pInImg, const ipUInt32 inHalfKnlSize, const ipReal64 inSpaceSigma, const ipReal64 inRangeSigma, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLFILTERING_API image::ImagePtr ipsdk::imaproc::filter::getAsyncProcessorOutput (boost::shared_ptr< SeparatedBilateral2dImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for separated version of bilateral filter on 2d image.

Author
H. Delestre
Date
2015/04/10