IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ZStackFocusMaximumUtils.h
Go to the documentation of this file.
1 // ZStackFocusMaximumUtils.h:
3 // ------------------------
4 //
14 
15 #ifndef __PYIPSDKIPLFILTERING_ZSTACKFOCUSMAXIMUMUTILS_H__
16 #define __PYIPSDKIPLFILTERING_ZSTACKFOCUSMAXIMUMUTILS_H__
17 
19 #include <IPSDKIPL/IPSDKIPLFiltering/Processor/ZStackFocusMaximumImg/ZStackFocusMaximumImg.h>
20 #include <boost/python/tuple.hpp>
21 
22 class ipsdk::imaproc::filter::ZStackFocusMaximumImgLvl1;
23 
24 namespace ipsdk {
25 namespace python {
26 
29 
33 PYIPSDKIPLFILTERING_API boost::python::tuple
35 
36 PYIPSDKIPLFILTERING_API boost::python::tuple
38  const ipUInt32 inOptContrastRadius);
39 PYIPSDKIPLFILTERING_API boost::python::tuple
41  const ipUInt32 inOptContrastRadius,
42  const ipUInt32 inOptMeanSmoothingValue,
43  const ipReal32 inOptZoomFactor);
45 
48 PYIPSDKIPLFILTERING_API boost::python::tuple
49 getAsyncProcessorOutput(boost::shared_ptr<ipsdk::imaproc::filter::ZStackFocusMaximumImgLvl1> pProcessor);
51 
54 
55 } // end of namespace python
56 } // end of namespace ipsdk
57 
58 #endif // __PYIPSDKIPLFILTERING_ZSTACKFOCUSMAXIMUMUTILS_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
#define PYIPSDKIPLFILTERING_API
Import/Export macro for library PyIPSDKIPLFiltering.
Definition: PyIPSDKIPLFilteringExports.h:25
boost::shared_ptr< const BaseImage > ImageConstPtr
Definition: ImageTypes.h:140
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.
PYIPSDKIPLFILTERING_API boost::python::tuple zStackFocusMaximumWithMapImg(const image::ImageConstPtr &pInImg)
wrapper function for Z stack focus maximum
float ipReal32
Base types definition.
Definition: BaseTypes.h:56
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53