IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
CannySurfaces3dImg.h
Go to the documentation of this file.
1 // CannySurfaces3dImg.h:
3 // ------------------
4 //
14 
15 #ifndef __IPSDKIPLFEATUREDETECTION_CANNYSURFACES3DIMG_H__
16 #define __IPSDKIPLFEATUREDETECTION_CANNYSURFACES3DIMG_H__
17 
19 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/CannyThresholds.h>
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace fd {
26 
27 class CannySurfaces3dImgLvl1;
28 
31 
38  const image::ImageConstPtr& pInGyImg3d,
39  const image::ImageConstPtr& pInGzImg3d,
41 
44  const image::ImageConstPtr& pInGyImg3d,
45  const image::ImageConstPtr& pInGzImg3d,
47  const ipsdk::imaproc::attr::eProcessingOptimizationPolicy& inOptOptimizationPolicy,
48  const image::ImagePtr& pOutImg);
50 
53 IPSDKIPLFEATUREDETECTION_API boost::shared_ptr<CannySurfaces3dImgLvl1>
55  const image::ImageConstPtr& pInGyImg3d,
56  const image::ImageConstPtr& pInGzImg3d,
58 IPSDKIPLFEATUREDETECTION_API boost::shared_ptr<CannySurfaces3dImgLvl1>
60  const image::ImageConstPtr& pInGyImg3d,
61  const image::ImageConstPtr& pInGzImg3d,
63  const ipsdk::imaproc::attr::eProcessingOptimizationPolicy& inOptOptimizationPolicy,
64  const image::ImagePtr& pOutImg);
66 
70 getAsyncProcessorOutput(boost::shared_ptr<CannySurfaces3dImgLvl1> pProcessor);
72 
75 
76 } // end of namespace fd
77 } // end of namespace imaproc
78 } // end of namespace ipsdk
79 
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&#39;s algorithm
Predefined types for processing optimization policy definition.
#define IPSDKIPLFEATUREDETECTION_API
Import/Export macro for library IPSDKIPLFeatureDetection.
Definition: IPSDKIPLFeatureDetectionExports.h:25