15 #ifndef __IPSDKIPLFEATUREDETECTION_CANNYEDGES2DIMG_H__ 16 #define __IPSDKIPLFEATUREDETECTION_CANNYEDGES2DIMG_H__ 19 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/CannyThresholds.h> 27 class CannyEdges2dImgLvl1;
76 #endif // __IPSDKIPLFEATUREDETECTION_CANNYEDGES2DIMG_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
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLFEATUREDETECTION_API image::ImagePtr cannyEdges2dImg(const image::ImageConstPtr &pInGxImg, const image::ImageConstPtr &pInGyImg, const ipsdk::imaproc::attr::CannyThresholdsConstPtr &pThresholds)
wrapper function for detection of edges in images using Canny's algorithm
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
Predefined types for processing optimization policy definition.
#define IPSDKIPLFEATUREDETECTION_API
Import/Export macro for library IPSDKIPLFeatureDetection.
Definition: IPSDKIPLFeatureDetectionExports.h:25
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< CannyEdges2dImgLvl1 > cannyEdges2dImg_async(const image::ImageConstPtr &pInGxImg, const image::ImageConstPtr &pInGyImg, const ipsdk::imaproc::attr::CannyThresholdsConstPtr &pThresholds)
asynchronous wrappers