15 #ifndef __PYIPSDKIPLFILTERING_PATCHBASEDBILATERALUTILS_H__ 16 #define __PYIPSDKIPLFILTERING_PATCHBASEDBILATERALUTILS_H__ 19 #include <IPSDKIPL/IPSDKIPLFiltering/Processor/PatchBasedBilateral2dImg/PatchBasedBilateral2dImg.h> 20 #include <IPSDKIPL/IPSDKIPLFiltering/Processor/PatchBasedBilateral3dImg/PatchBasedBilateral3dImg.h> 21 #include <boost/python/tuple.hpp> 23 class ipsdk::imaproc::filter::PatchBasedBilateral2dImgLvl1;
24 class ipsdk::imaproc::filter::PatchBasedBilateral3dImgLvl1;
41 const imaproc::attr::PatchBasedBilateralParamsConstPtr& pParams);
53 const imaproc::attr::PatchBasedBilateralParamsConstPtr& pParams);
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.