15 #ifndef __IPSDKIPLREGISTRATION_STACKREGISTRATIONIMG_H__ 16 #define __IPSDKIPLREGISTRATION_STACKREGISTRATIONIMG_H__ 20 #include <IPSDKIPL/IPSDKIPLRegistration/Processor/StackRegistrationImg/StackRegistrationImgTypes.h> 24 namespace registration {
26 class StackRegistrationImgLvl1;
95 boost::shared_ptr<StackRegistrationImgLvl1>
98 boost::shared_ptr<StackRegistrationImgLvl1>
103 boost::shared_ptr<StackRegistrationImgLvl1>
108 boost::shared_ptr<StackRegistrationImgLvl1>
115 boost::shared_ptr<StackRegistrationImgLvl1>
119 boost::shared_ptr<StackRegistrationImgLvl1>
125 boost::shared_ptr<StackRegistrationImgLvl1>
128 boost::shared_ptr<StackRegistrationImgLvl1>
133 boost::shared_ptr<StackRegistrationImgLvl1>
138 boost::shared_ptr<StackRegistrationImgLvl1>
145 boost::shared_ptr<StackRegistrationImgLvl1>
149 boost::shared_ptr<StackRegistrationImgLvl1>
158 StackRegistrationResult
161 PlanIndexedStackRegistrationResult
172 #endif // __IPSDKIPLREGISTRATION_STACKREGISTRATIONIMG_H__ IPSDKIPLREGISTRATION_API ipsdk::imaproc::registration::StackRegistrationResult stackRegistrationImg(const image::ImageConstPtr &pInImg3d)
wrapper function for Registration of the slices in a 3D stack using grey signed features and taking i...
Structure allowing to encaspulate stack registration results.
Definition: StackRegistrationImgTypes.h:55
boost::shared_ptr< const ipsdk::imaproc::attr::WarpMotionTransform2dColl > WarpMotionTransform2dCollConstPtr
shared pointer to const ipsdk::imaproc::attr::WarpMotionTransform2dColl
Definition: WarpMotionTransform2dColl.h:137
boost::shared_ptr< BaseImage > ImagePtr
Definition of import/export macro for library.
boost::shared_ptr< const ipsdk::imaproc::attr::PlanIndexedWarpMotionTransform2dColl > PlanIndexedWarpMotionTransform2dCollConstPtr
shared pointer to const ipsdk::imaproc::attr::PlanIndexedWarpMotionTransform2dColl ...
Definition: PlanIndexedWarpMotionTransform2dColl.h:53
boost::shared_ptr< ipsdk::imaproc::attr::PlanIndexedWarpMotionTransform2dColl > PlanIndexedWarpMotionTransform2dCollPtr
shared pointer to ipsdk::imaproc::attr::PlanIndexedWarpMotionTransform2dColl
Definition: PlanIndexedWarpMotionTransform2dColl.h:49
IPSDKIPLREGISTRATION_API boost::shared_ptr< StackRegistrationImgLvl1 > multiSlice_stackRegistrationImg_async(const image::ImageConstPtr &pInImg3d)
asynchronous wrappers
IPSDKIPLREGISTRATION_API boost::shared_ptr< StackRegistrationImgLvl1 > stackRegistrationImg_async(const image::ImageConstPtr &pInImg3d)
asynchronous wrappers
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLREGISTRATION_API ipsdk::imaproc::registration::PlanIndexedStackRegistrationResult multiSlice_stackRegistrationImg(const image::ImageConstPtr &pInImg3d)
wrapper function for Registration of the slices in a 3D stack using grey signed features and taking i...
IPSDKIPLREGISTRATION_API attr::PlanIndexedFeatures2dGreySignaturePtr getAsyncProcessorMultiSliceOutput(boost::shared_ptr< ExtractGreySignedFeatures2dLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
Structure allowing to encaspulate stack registration results.
Definition: StackRegistrationImgTypes.h:32
IPSDKIPLREGISTRATION_API ipsdk::image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< DeepFlow2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
boost::shared_ptr< ipsdk::imaproc::attr::WarpMotionTransform2dColl > WarpMotionTransform2dCollPtr
shared pointer to ipsdk::imaproc::attr::WarpMotionTransform2dColl
Definition: WarpMotionTransform2dColl.h:133
#define IPSDKIPLREGISTRATION_API
Import/Export macro for library IPSDKIPLRegistration.
Definition: IPSDKIPLRegistrationExports.h:25