IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces
ParaboloidImgFit2d.h File Reference

Wrapper functions for algorithm fitting intensities of a 2d image with a 3d paraboloid. More...

#include <IPSDKIPL/IPSDKIPLGlobalMeasure/IPSDKIPLGlobalMeasureExports.h>
#include <IPSDKImage/Image/ImageTypes.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/ParaboloidParams3d.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedParaboloidParams3d.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::glbmsr
 Namespace aggregating global measure operations on images, pixel by pixel.
 

Functions

IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::ParaboloidParams3dPtr ipsdk::imaproc::glbmsr::paraboloidImgFit2d (const ipsdk::image::ImageConstPtr &pInImg)
 wrapper function for algorithm fitting intensities of a 2d image with a 3d paraboloid More...
 
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::ParaboloidParams3dPtr ipsdk::imaproc::glbmsr::paraboloidImgFit2d (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pMaskImg)
 wrapper function for algorithm fitting intensities of a 2d image with a 3d paraboloid More...
 
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedParaboloidParams3dPtr ipsdk::imaproc::glbmsr::multiSlice_paraboloidImgFit2d (const ipsdk::image::ImageConstPtr &pInImg)
 wrapper function for algorithm fitting intensities of a 2d image with a 3d paraboloid More...
 
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedParaboloidParams3dPtr ipsdk::imaproc::glbmsr::multiSlice_paraboloidImgFit2d (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pMaskImg)
 wrapper function for algorithm fitting intensities of a 2d image with a 3d paraboloid More...
 
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< ParaboloidImgFit2dLvl1 > ipsdk::imaproc::glbmsr::paraboloidImgFit2d_async (const ipsdk::image::ImageConstPtr &pInImg)
 asynchronous wrappers
 
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< ParaboloidImgFit2dLvl1 > ipsdk::imaproc::glbmsr::paraboloidImgFit2d_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pMaskImg)
 asynchronous wrappers
 
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< ParaboloidImgFit2dLvl1 > ipsdk::imaproc::glbmsr::multiSlice_paraboloidImgFit2d_async (const ipsdk::image::ImageConstPtr &pInImg)
 asynchronous wrappers
 
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< ParaboloidImgFit2dLvl1 > ipsdk::imaproc::glbmsr::multiSlice_paraboloidImgFit2d_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pMaskImg)
 asynchronous wrappers
 
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::ParaboloidParams3dPtr ipsdk::imaproc::glbmsr::getAsyncProcessorOutput (boost::shared_ptr< ParaboloidImgFit2dLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedParaboloidParams3dPtr ipsdk::imaproc::glbmsr::getAsyncProcessorMultiSliceOutput (boost::shared_ptr< ParaboloidImgFit2dLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for algorithm fitting intensities of a 2d image with a 3d paraboloid.

Author
H. Delestre
Date
2016/11/14