![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Utility functions for patch-based bilateral python wrapping. More...
#include <Python/PyIPSDKIPLFiltering/PyIPSDKIPLFilteringExports.h>#include <IPSDKIPL/IPSDKIPLFiltering/Processor/PatchBasedBilateral2dImg/PatchBasedBilateral2dImg.h>#include <IPSDKIPL/IPSDKIPLFiltering/Processor/PatchBasedBilateral3dImg/PatchBasedBilateral3dImg.h>#include <boost/python/tuple.hpp>Go to the source code of this file.
Namespaces | |
| ipsdk | |
| Main namespace for IPSDK library. | |
| ipsdk::python | |
| Namespace aggregating IPSDK to python base wrappers. | |
Functions | |
| PYIPSDKIPLFILTERING_API boost::python::tuple | ipsdk::python::patchBasedBilateral2dImg (const image::ImageConstPtr &pInImg) |
| wrapper function for patch-based bilateral filter used to denoise a 2d image More... | |
| PYIPSDKIPLFILTERING_API boost::python::tuple | ipsdk::python::patchBasedBilateral2dImg (const image::ImageConstPtr &pInImg, const imaproc::attr::PatchBasedBilateralParamsConstPtr &pParams) |
| wrapper function for patch-based bilateral filter used to denoise a 2d image More... | |
| PYIPSDKIPLFILTERING_API boost::python::tuple | ipsdk::python::patchBasedBilateral3dImg (const image::ImageConstPtr &pInImg) |
| wrapper function for patch-based bilateral filter used to denoise a 3d image More... | |
| PYIPSDKIPLFILTERING_API boost::python::tuple | ipsdk::python::patchBasedBilateral3dImg (const image::ImageConstPtr &pInImg, const imaproc::attr::PatchBasedBilateralParamsConstPtr &pParams) |
| wrapper function for patch-based bilateral filter used to denoise a 3d image More... | |
| PYIPSDKIPLFILTERING_API boost::python::tuple | ipsdk::python::getAsyncProcessorOutput (boost::shared_ptr< ipsdk::imaproc::filter::PatchBasedBilateral2dImgLvl1 > pProcessor) |
| Wrapper to retrieve the result of an asynchronous processor. | |
| PYIPSDKIPLFILTERING_API boost::python::tuple | ipsdk::python::getAsyncProcessorMultiSliceOutput (boost::shared_ptr< ipsdk::imaproc::filter::PatchBasedBilateral2dImgLvl1 > pProcessor) |
| Wrapper to retrieve the result of an asynchronous processor. | |
| PYIPSDKIPLFILTERING_API boost::python::tuple | ipsdk::python::getAsyncProcessorOutput (boost::shared_ptr< ipsdk::imaproc::filter::PatchBasedBilateral3dImgLvl1 > pProcessor) |
| Wrapper to retrieve the result of an asynchronous processor. | |
| PYIPSDKIPLFILTERING_API boost::python::tuple | ipsdk::python::getAsyncProcessorMultiSliceOutput (boost::shared_ptr< ipsdk::imaproc::filter::PatchBasedBilateral3dImgLvl1 > pProcessor) |
| Wrapper to retrieve the result of an asynchronous processor. | |
Utility functions for patch-based bilateral python wrapping.
1.8.14