IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ParaboloidImgFit2d.h
Go to the documentation of this file.
1 // ParaboloidImgFit2d.h:
3 // ---------------------
4 //
14 
15 #ifndef __IPSDKIPLGLOBALMEASURE_PARABOLOIDIMGFIT2D_H__
16 #define __IPSDKIPLGLOBALMEASURE_PARABOLOIDIMGFIT2D_H__
17 
20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/ParaboloidParams3d.h>
21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedParaboloidParams3d.h>
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace glbmsr {
26 
27 class ParaboloidImgFit2dLvl1;
28 
31 
38 
41  const ipsdk::image::ImageConstPtr& pMaskImg);
42 
45 
48  const ipsdk::image::ImageConstPtr& pMaskImg);
50 
53 IPSDKIPLGLOBALMEASURE_API boost::shared_ptr<ParaboloidImgFit2dLvl1>
55 IPSDKIPLGLOBALMEASURE_API boost::shared_ptr<ParaboloidImgFit2dLvl1>
57  const ipsdk::image::ImageConstPtr& pMaskImg);
58 IPSDKIPLGLOBALMEASURE_API boost::shared_ptr<ParaboloidImgFit2dLvl1>
60 IPSDKIPLGLOBALMEASURE_API boost::shared_ptr<ParaboloidImgFit2dLvl1>
62  const ipsdk::image::ImageConstPtr& pMaskImg);
64 
68 getAsyncProcessorOutput(boost::shared_ptr<ParaboloidImgFit2dLvl1> pProcessor);
70 getAsyncProcessorMultiSliceOutput(boost::shared_ptr<ParaboloidImgFit2dLvl1> pProcessor);
72 
75 
76 } // end of namespace glbmsr
77 } // end of namespace imaproc
78 } // end of namespace ipsdk
79 
80 #endif // __IPSDKIPLGLOBALMEASURE_PARABOLOIDIMGFIT2D_H__
#define IPSDKIPLGLOBALMEASURE_API
Import/Export macro for library IPSDKIPLGlobalMeasure.
Definition: IPSDKIPLGlobalMeasureExports.h:25
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedParaboloidParams3dPtr multiSlice_paraboloidImgFit2d(const ipsdk::image::ImageConstPtr &pInImg)
wrapper function for algorithm fitting intensities of a 2d image with a 3d paraboloid ...
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedDoublesPtr getAsyncProcessorMultiSliceOutput(boost::shared_ptr< AreaPercent2dMsrLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< ParaboloidImgFit2dLvl1 > multiSlice_paraboloidImgFit2d_async(const ipsdk::image::ImageConstPtr &pInImg)
asynchronous wrappers
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::DoublesPtr getAsyncProcessorOutput(boost::shared_ptr< AreaPercent2dMsrLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::ParaboloidParams3dPtr paraboloidImgFit2d(const ipsdk::image::ImageConstPtr &pInImg)
wrapper function for algorithm fitting intensities of a 2d image with a 3d paraboloid ...
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< ParaboloidImgFit2dLvl1 > paraboloidImgFit2d_async(const ipsdk::image::ImageConstPtr &pInImg)
asynchronous wrappers
boost::shared_ptr< const BaseImage > ImageConstPtr
Definition of import/export macro for library.
boost::shared_ptr< ipsdk::imaproc::attr::ParaboloidParams3d > ParaboloidParams3dPtr
shared pointer to ipsdk::imaproc::attr::ParaboloidParams3d
Definition: ParaboloidParams3d.h:203
boost::shared_ptr< ipsdk::imaproc::attr::PlanIndexedParaboloidParams3d > PlanIndexedParaboloidParams3dPtr
shared pointer to ipsdk::imaproc::attr::PlanIndexedParaboloidParams3d
Definition: PlanIndexedParaboloidParams3d.h:49