15 #ifndef __IPSDKIPLFEATUREDETECTION_CANNYSURFACES3DIMG_H__ 16 #define __IPSDKIPLFEATUREDETECTION_CANNYSURFACES3DIMG_H__ 19 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/CannyThresholds.h> 27 class CannySurfaces3dImgLvl1;
80 #endif // __IPSDKIPLFEATUREDETECTION_CANNYSURFACES3DIMG_H__ IPSDKIPLFEATUREDETECTION_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< CannyEdges2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
eProcessingOptimizationPolicy
Enumerate describing processing optimization policy type.
Definition: ProcessingOptimizationPolicyTypes.h:31
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< CannySurfaces3dImgLvl1 > cannySurfaces3dImg_async(const image::ImageConstPtr &pInGxImg3d, const image::ImageConstPtr &pInGyImg3d, const image::ImageConstPtr &pInGzImg3d, const ipsdk::imaproc::attr::CannyThresholdsConstPtr &pThresholds)
asynchronous wrappers
boost::shared_ptr< BaseImage > ImagePtr
Definition of import/export macro for library.
boost::shared_ptr< const BaseImage > ImageConstPtr
boost::shared_ptr< const ipsdk::imaproc::attr::CannyThresholds > CannyThresholdsConstPtr
shared pointer to const ipsdk::imaproc::attr::CannyThresholds
Definition: CannyThresholds.h:135
IPSDKIPLFEATUREDETECTION_API image::ImagePtr cannySurfaces3dImg(const image::ImageConstPtr &pInGxImg3d, const image::ImageConstPtr &pInGyImg3d, const image::ImageConstPtr &pInGzImg3d, const ipsdk::imaproc::attr::CannyThresholdsConstPtr &pThresholds)
wrapper function for detection of edges in images using Canny's algorithm
Predefined types for processing optimization policy definition.
#define IPSDKIPLFEATUREDETECTION_API
Import/Export macro for library IPSDKIPLFeatureDetection.
Definition: IPSDKIPLFeatureDetectionExports.h:25