15 #ifndef __IPSDKIPLFEATUREDETECTION_HARRISCORNER3DIMG_H__ 16 #define __IPSDKIPLFEATUREDETECTION_HARRISCORNER3DIMG_H__ 20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/CornerDetectionParams.h> 21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/GaussianCoverage.h> 27 class HarrisCorner3dImgLvl1;
77 #endif // __IPSDKIPLFEATUREDETECTION_HARRISCORNER3DIMG_H__ IPSDKIPLFEATUREDETECTION_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< CannyEdges2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HarrisCorner3dImgLvl1 > harrisCorner3dImg_async(const ipsdk::image::ImageConstPtr &pInImg3d)
asynchronous wrappers
IPSDKIPLFEATUREDETECTION_API image::ImagePtr harrisCorner3dImg(const ipsdk::image::ImageConstPtr &pInImg3d)
wrapper function for Computes the Harris corner detection response on a 3d image
boost::shared_ptr< BaseImage > ImagePtr
Definition of import/export macro for library.
boost::shared_ptr< const ipsdk::imaproc::attr::GaussianCoverage > GaussianCoverageConstPtr
shared pointer to const ipsdk::imaproc::attr::GaussianCoverage
Definition: GaussianCoverage.h:134
boost::shared_ptr< const BaseImage > ImageConstPtr
boost::shared_ptr< const ipsdk::imaproc::attr::CornerDetectionParams > CornerDetectionParamsConstPtr
shared pointer to const ipsdk::imaproc::attr::CornerDetectionParams
Definition: CornerDetectionParams.h:135
#define IPSDKIPLFEATUREDETECTION_API
Import/Export macro for library IPSDKIPLFeatureDetection.
Definition: IPSDKIPLFeatureDetectionExports.h:25