IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
PatchBasedBilateralUtils.h
Go to the documentation of this file.
1 // PatchBasedBilateralUtils.h:
3 // ------------------------
4 //
14 
15 #ifndef __PYIPSDKIPLFILTERING_PATCHBASEDBILATERALUTILS_H__
16 #define __PYIPSDKIPLFILTERING_PATCHBASEDBILATERALUTILS_H__
17 
19 #include <IPSDKIPL/IPSDKIPLFiltering/Processor/PatchBasedBilateral2dImg/PatchBasedBilateral2dImg.h>
20 #include <IPSDKIPL/IPSDKIPLFiltering/Processor/PatchBasedBilateral3dImg/PatchBasedBilateral3dImg.h>
21 #include <boost/python/tuple.hpp>
22 
23 class ipsdk::imaproc::filter::PatchBasedBilateral2dImgLvl1;
24 class ipsdk::imaproc::filter::PatchBasedBilateral3dImgLvl1;
25 
26 namespace ipsdk {
27 namespace python {
28 
31 
36 PYIPSDKIPLFILTERING_API boost::python::tuple
38 
39 PYIPSDKIPLFILTERING_API boost::python::tuple
41  const imaproc::attr::PatchBasedBilateralParamsConstPtr& pParams);
43 
48 PYIPSDKIPLFILTERING_API boost::python::tuple
50 
51 PYIPSDKIPLFILTERING_API boost::python::tuple
53  const imaproc::attr::PatchBasedBilateralParamsConstPtr& pParams);
55 
58 PYIPSDKIPLFILTERING_API boost::python::tuple
59 getAsyncProcessorOutput(boost::shared_ptr<ipsdk::imaproc::filter::PatchBasedBilateral2dImgLvl1> pProcessor);
60 PYIPSDKIPLFILTERING_API boost::python::tuple
61 getAsyncProcessorMultiSliceOutput(boost::shared_ptr<ipsdk::imaproc::filter::PatchBasedBilateral2dImgLvl1> pProcessor);
62 PYIPSDKIPLFILTERING_API boost::python::tuple
63 getAsyncProcessorOutput(boost::shared_ptr<ipsdk::imaproc::filter::PatchBasedBilateral3dImgLvl1> pProcessor);
64 PYIPSDKIPLFILTERING_API boost::python::tuple
65 getAsyncProcessorMultiSliceOutput(boost::shared_ptr<ipsdk::imaproc::filter::PatchBasedBilateral3dImgLvl1> pProcessor);
67 
70 
71 } // end of namespace python
72 } // end of namespace ipsdk
73 
74 #endif // __PYIPSDKIPLFILTERING_PATCHBASEDBILATERALUTILS_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
#define PYIPSDKIPLFILTERING_API
Import/Export macro for library PyIPSDKIPLFiltering.
Definition: PyIPSDKIPLFilteringExports.h:25
PYIPSDKIPLFILTERING_API boost::python::tuple patchBasedBilateral2dImg(const image::ImageConstPtr &pInImg)
wrapper function for patch-based bilateral filter used to denoise a 2d image
boost::shared_ptr< const BaseImage > ImageConstPtr
Definition: ImageTypes.h:140
PYIPSDKIPLFILTERING_API boost::python::tuple patchBasedBilateral3dImg(const image::ImageConstPtr &pInImg)
wrapper function for patch-based bilateral filter used to denoise a 3d image
PYIPSDKIPLADVANCEDMORPHOLOGY_API boost::python::tuple getAsyncProcessorOutput(boost::shared_ptr< ipsdk::imaproc::advmorpho::RidgeLine2dImgLvl1 > pProcessor)
Wrapper to retrieve the result of an asynchronous processor.
Definition of import/export macro for library.
PYIPSDKIPLFEATUREDETECTION_API boost::python::tuple getAsyncProcessorMultiSliceOutput(boost::shared_ptr< ipsdk::imaproc::fd::HoughLines2dLvl1 > pProcessor)
Wrapper to retrieve the result of an asynchronous processor.