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

Wrapper functions for Mean filter used to blur a 3d 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::meanSmoothing3dImg (const image::ImageConstPtr &pInImg3d, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY, const ipUInt32 inHalfKnlSizeZ)
 wrapper function for Mean filter used to blur a 3d image More...
 
IPSDKIPLFILTERING_API void ipsdk::imaproc::filter::meanSmoothing3dImg (const image::ImageConstPtr &pInImg3d, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY, const ipUInt32 inHalfKnlSizeZ, const image::ImagePtr &pOutImg)
 wrapper function for Mean filter used to blur a 3d image More...
 
IPSDKIPLFILTERING_API boost::shared_ptr< MeanSmoothing3dImgLvl1 > ipsdk::imaproc::filter::meanSmoothing3dImg_async (const image::ImageConstPtr &pInImg3d, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY, const ipUInt32 inHalfKnlSizeZ)
 asynchronous wrappers
 
IPSDKIPLFILTERING_API boost::shared_ptr< MeanSmoothing3dImgLvl1 > ipsdk::imaproc::filter::meanSmoothing3dImg_async (const image::ImageConstPtr &pInImg3d, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY, const ipUInt32 inHalfKnlSizeZ, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLFILTERING_API image::ImagePtr ipsdk::imaproc::filter::getAsyncProcessorOutput (boost::shared_ptr< MeanSmoothing3dImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for Mean filter used to blur a 3d image.

Author
E. Noirfalise
Date
2014/08/13