![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for patch-based bilateral filter used to denoise a 2d 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::patchBasedBilateral2dImg (const image::ImageConstPtr &pInImg) |
| wrapper function for patch-based bilateral filter used to denoise a 2d image More... | |
| IPSDKIPLFILTERING_API attr::PatchBasedBilateralParamsPtr | ipsdk::imaproc::filter::patchBasedBilateral2dImg (const image::ImageConstPtr &pInImg, const image::ImagePtr &pOutImg) |
| wrapper function for patch-based bilateral filter used to denoise a 2d image More... | |
| IPSDKIPLFILTERING_API PatchBasedBilateralResult | ipsdk::imaproc::filter::patchBasedBilateral2dImg (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::PatchBasedBilateralParamsConstPtr &pParams) |
| wrapper function for patch-based bilateral filter used to denoise a 2d image More... | |
| IPSDKIPLFILTERING_API attr::PatchBasedBilateralParamsPtr | ipsdk::imaproc::filter::patchBasedBilateral2dImg (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 2d image More... | |
| IPSDKIPLFILTERING_API attr::PlanIndexedPatchBasedBilateralParamsPtr | ipsdk::imaproc::filter::multiSlice_patchBasedBilateral2dImg (const image::ImageConstPtr &pInImg, const image::ImagePtr &pOutImg) |
| wrapper function for patch-based bilateral filter used to denoise a 2d image More... | |
| IPSDKIPLFILTERING_API attr::PlanIndexedPatchBasedBilateralParamsPtr | ipsdk::imaproc::filter::multiSlice_patchBasedBilateral2dImg (const image::ImageConstPtr &pInImg, const attr::PlanIndexedPatchBasedBilateralParamsConstPtr &pPIParams, const image::ImagePtr &pOutImg) |
| wrapper function for patch-based bilateral filter used to denoise a 2d image More... | |
| IPSDKIPLFILTERING_API attr::PlanIndexedPatchBasedBilateralParamsPtr | ipsdk::imaproc::filter::multiSlice_patchBasedBilateral2dImg (const image::ImageConstPtr &pInImg, const ipsdk::ipReal64 noiseSigma, const image::ImagePtr &pOutImg) |
| wrapper function for patch-based bilateral filter used to denoise a 2d image More... | |
| IPSDKIPLFILTERING_API attr::PlanIndexedPatchBasedBilateralParamsPtr | ipsdk::imaproc::filter::multiSlice_patchBasedBilateral2dImg (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 2d image More... | |
| IPSDKIPLFILTERING_API boost::shared_ptr< PatchBasedBilateral2dImgLvl1 > | ipsdk::imaproc::filter::patchBasedBilateral2dImg_async (const image::ImageConstPtr &pInImg) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API boost::shared_ptr< PatchBasedBilateral2dImgLvl1 > | ipsdk::imaproc::filter::patchBasedBilateral2dImg_async (const image::ImageConstPtr &pInImg, const image::ImagePtr &pOutImg) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API boost::shared_ptr< PatchBasedBilateral2dImgLvl1 > | ipsdk::imaproc::filter::patchBasedBilateral2dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::PatchBasedBilateralParamsConstPtr &pParams) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API boost::shared_ptr< PatchBasedBilateral2dImgLvl1 > | ipsdk::imaproc::filter::patchBasedBilateral2dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::PatchBasedBilateralParamsConstPtr &pParams, const image::ImagePtr &pOutImg) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API boost::shared_ptr< PatchBasedBilateral2dImgLvl1 > | ipsdk::imaproc::filter::multiSlice_patchBasedBilateral2dImg_async (const image::ImageConstPtr &pInImg, const image::ImagePtr &pOutImg) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API boost::shared_ptr< PatchBasedBilateral2dImgLvl1 > | ipsdk::imaproc::filter::multiSlice_patchBasedBilateral2dImg_async (const image::ImageConstPtr &pInImg, const attr::PlanIndexedPatchBasedBilateralParamsConstPtr &pPIParams, const image::ImagePtr &pOutImg) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API boost::shared_ptr< PatchBasedBilateral2dImgLvl1 > | ipsdk::imaproc::filter::multiSlice_patchBasedBilateral2dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::ipReal64 noiseSigma, const image::ImagePtr &pOutImg) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API boost::shared_ptr< PatchBasedBilateral2dImgLvl1 > | ipsdk::imaproc::filter::multiSlice_patchBasedBilateral2dImg_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< PatchBasedBilateral2dImgLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
| IPSDKIPLFILTERING_API PlanIndexedPatchBasedBilateralResult | ipsdk::imaproc::filter::getAsyncProcessorMultiSliceOutput (boost::shared_ptr< PatchBasedBilateral2dImgLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
Wrapper functions for patch-based bilateral filter used to denoise a 2d image.
1.8.14