15 #ifndef __IPSDKIPLFEATUREDETECTION_EXTRACTLOCALEXTREMA2D_H__ 16 #define __IPSDKIPLFEATUREDETECTION_EXTRACTLOCALEXTREMA2D_H__ 20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/Pixels2d.h> 21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedPixels2d.h> 22 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/LocalExtremaConfig.h> 28 class ExtractLocalExtrema2dLvl1;
106 #endif // __IPSDKIPLFEATUREDETECTION_EXTRACTLOCALEXTREMA2D_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< ExtractLocalExtrema2dLvl1 > multiSlice_extractLocalExtrema2d_async(const image::ImageConstPtr &pInImg, const ipsdk::ipUInt32 inFeaturesDistX, const ipsdk::ipUInt32 inFeaturesDistY)
asynchronous wrappers
Definition of import/export macro for library.
IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::Pixels2dPtr extractLocalExtrema2d(const image::ImageConstPtr &pInImg, const ipsdk::ipUInt32 inFeaturesDistX, const ipsdk::ipUInt32 inFeaturesDistY)
wrapper function for extraction of local extrema (minima, maxima, or both of them) in an image This w...
boost::shared_ptr< ipsdk::imaproc::attr::Pixels2d > Pixels2dPtr
shared pointer to ipsdk::imaproc::attr::Pixels2d
Definition: Pixels2d.h:128
boost::shared_ptr< const LocalExtremaConfig > LocalExtremaConfigConstPtr
shared pointer to const LocalExtremaConfig
Definition: LocalExtremaConfig.h:155
boost::shared_ptr< ipsdk::imaproc::attr::PlanIndexedPixels2d > PlanIndexedPixels2dPtr
shared pointer to ipsdk::imaproc::attr::PlanIndexedPixels2d
Definition: PlanIndexedPixels2d.h:49
IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::PlanIndexedPixels2dPtr multiSlice_extractLocalExtrema2d(const image::ImageConstPtr &pInImg, const ipsdk::ipUInt32 inFeaturesDistX, const ipsdk::ipUInt32 inFeaturesDistY)
multi slices version of wrapper function for extraction of local extrema (minima, maxima...
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< ExtractLocalExtrema2dLvl1 > extractLocalExtrema2d_async(const image::ImageConstPtr &pInImg, const ipsdk::ipUInt32 inFeaturesDistX, const ipsdk::ipUInt32 inFeaturesDistY)
asynchronous wrappers
IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::PlanIndexedPixels2dPtr getAsyncProcessorMultiSliceOutput(boost::shared_ptr< ExtractLocalExtrema2dLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
#define IPSDKIPLFEATUREDETECTION_API
Import/Export macro for library IPSDKIPLFeatureDetection.
Definition: IPSDKIPLFeatureDetectionExports.h:25