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

Wrapper functions for patch-based bilateral filter used to denoise a 3d image. More...

#include <IPSDKIPL/IPSDKIPLFiltering/IPSDKIPLFilteringExports.h>
#include <IPSDKIPL/IPSDKIPLFiltering/Processor/PatchBasedBilateral2dImg/PatchBasedBilateralResultTypes.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PatchBasedBilateralParams.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedPatchBasedBilateralParams.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 PatchBasedBilateralResult ipsdk::imaproc::filter::patchBasedBilateral3dImg (const image::ImageConstPtr &pInImg)
 wrapper function for patch-based bilateral filter used to denoise a 3d image More...
 
IPSDKIPLFILTERING_API attr::PatchBasedBilateralParamsPtr ipsdk::imaproc::filter::patchBasedBilateral3dImg (const image::ImageConstPtr &pInImg, const image::ImagePtr &pOutImg)
 wrapper function for patch-based bilateral filter used to denoise a 3d image More...
 
IPSDKIPLFILTERING_API PatchBasedBilateralResult ipsdk::imaproc::filter::patchBasedBilateral3dImg (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::PatchBasedBilateralParamsConstPtr &pParams)
 wrapper function for patch-based bilateral filter used to denoise a 3d image More...
 
IPSDKIPLFILTERING_API attr::PatchBasedBilateralParamsPtr ipsdk::imaproc::filter::patchBasedBilateral3dImg (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::PatchBasedBilateralParamsConstPtr &pParams, const image::ImagePtr &pOutImg)
 wrapper function for patch-based bilateral filter used to denoise a 3d image More...
 
IPSDKIPLFILTERING_API attr::PlanIndexedPatchBasedBilateralParamsPtr ipsdk::imaproc::filter::multiSlice_patchBasedBilateral3dImg (const image::ImageConstPtr &pInImg, const image::ImagePtr &pOutImg)
 wrapper function for patch-based bilateral filter used to denoise a 3d image More...
 
IPSDKIPLFILTERING_API attr::PlanIndexedPatchBasedBilateralParamsPtr ipsdk::imaproc::filter::multiSlice_patchBasedBilateral3dImg (const image::ImageConstPtr &pInImg, const attr::PlanIndexedPatchBasedBilateralParamsConstPtr &pPIParams, const image::ImagePtr &pOutImg)
 wrapper function for patch-based bilateral filter used to denoise a 3d image More...
 
IPSDKIPLFILTERING_API attr::PlanIndexedPatchBasedBilateralParamsPtr ipsdk::imaproc::filter::multiSlice_patchBasedBilateral3dImg (const image::ImageConstPtr &pInImg, const ipsdk::ipReal64 noiseSigma, const image::ImagePtr &pOutImg)
 wrapper function for patch-based bilateral filter used to denoise a 3d image More...
 
IPSDKIPLFILTERING_API attr::PlanIndexedPatchBasedBilateralParamsPtr ipsdk::imaproc::filter::multiSlice_patchBasedBilateral3dImg (const image::ImageConstPtr &pInImg, const ipsdk::ipReal64 noiseSigma, const ipsdk::ipReal64 minRange, const ipsdk::ipReal64 maxRange, const image::ImagePtr &pOutImg)
 wrapper function for patch-based bilateral filter used to denoise a 3d image More...
 
IPSDKIPLFILTERING_API boost::shared_ptr< PatchBasedBilateral3dImgLvl1 > ipsdk::imaproc::filter::patchBasedBilateral3dImg_async (const image::ImageConstPtr &pInImg)
 asynchronous wrappers
 
IPSDKIPLFILTERING_API boost::shared_ptr< PatchBasedBilateral3dImgLvl1 > ipsdk::imaproc::filter::patchBasedBilateral3dImg_async (const image::ImageConstPtr &pInImg, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLFILTERING_API boost::shared_ptr< PatchBasedBilateral3dImgLvl1 > ipsdk::imaproc::filter::patchBasedBilateral3dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::PatchBasedBilateralParamsConstPtr &pParams)
 asynchronous wrappers
 
IPSDKIPLFILTERING_API boost::shared_ptr< PatchBasedBilateral3dImgLvl1 > ipsdk::imaproc::filter::patchBasedBilateral3dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::PatchBasedBilateralParamsConstPtr &pParams, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLFILTERING_API boost::shared_ptr< PatchBasedBilateral3dImgLvl1 > ipsdk::imaproc::filter::multiSlice_patchBasedBilateral3dImg_async (const image::ImageConstPtr &pInImg, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLFILTERING_API boost::shared_ptr< PatchBasedBilateral3dImgLvl1 > ipsdk::imaproc::filter::multiSlice_patchBasedBilateral3dImg_async (const image::ImageConstPtr &pInImg, const attr::PlanIndexedPatchBasedBilateralParamsConstPtr &pPIParams, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLFILTERING_API boost::shared_ptr< PatchBasedBilateral3dImgLvl1 > ipsdk::imaproc::filter::multiSlice_patchBasedBilateral3dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::ipReal64 noiseSigma, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLFILTERING_API boost::shared_ptr< PatchBasedBilateral3dImgLvl1 > ipsdk::imaproc::filter::multiSlice_patchBasedBilateral3dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::ipReal64 noiseSigma, const ipsdk::ipReal64 minRange, const ipsdk::ipReal64 maxRange, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLFILTERING_API PatchBasedBilateralResult ipsdk::imaproc::filter::getAsyncProcessorOutput (boost::shared_ptr< PatchBasedBilateral3dImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 
IPSDKIPLFILTERING_API PlanIndexedPatchBasedBilateralResult ipsdk::imaproc::filter::getAsyncProcessorMultiSliceOutput (boost::shared_ptr< PatchBasedBilateral3dImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for patch-based bilateral filter used to denoise a 3d image.

Author
H. Delestre
Date
2016/08/10