IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
CannyEdges2dImg.h
Go to the documentation of this file.
1 // CannyEdges2dImg.h:
3 // ------------------
4 //
14 
15 #ifndef __IPSDKIPLFEATUREDETECTION_CANNYEDGES2DIMG_H__
16 #define __IPSDKIPLFEATUREDETECTION_CANNYEDGES2DIMG_H__
17 
19 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/CannyThresholds.h>
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace fd {
26 
27 class CannyEdges2dImgLvl1;
28 
31 
38  const image::ImageConstPtr& pInGyImg,
40 
43  const image::ImageConstPtr& pInGyImg,
45  const ipsdk::imaproc::attr::eProcessingOptimizationPolicy& inOptOptimizationPolicy,
46  const image::ImagePtr& pOutImg);
48 
51 IPSDKIPLFEATUREDETECTION_API boost::shared_ptr<CannyEdges2dImgLvl1>
53  const image::ImageConstPtr& pInGyImg,
55 IPSDKIPLFEATUREDETECTION_API boost::shared_ptr<CannyEdges2dImgLvl1>
57  const image::ImageConstPtr& pInGyImg,
59  const ipsdk::imaproc::attr::eProcessingOptimizationPolicy& inOptOptimizationPolicy,
60  const image::ImagePtr& pOutImg);
62 
66 getAsyncProcessorOutput(boost::shared_ptr<CannyEdges2dImgLvl1> pProcessor);
68 
71 
72 } // end of namespace fd
73 } // end of namespace imaproc
74 } // end of namespace ipsdk
75 
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&#39;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