15 #ifndef __IPSDKIPLGLOBALMEASURE_PARABOLOIDIMGFIT2D_H__ 16 #define __IPSDKIPLGLOBALMEASURE_PARABOLOIDIMGFIT2D_H__ 20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/ParaboloidParams3d.h> 21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedParaboloidParams3d.h> 27 class ParaboloidImgFit2dLvl1;
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