15 #ifndef __IPSDKIPLFEATUREDETECTION_HARRISCORNER3D_H__ 16 #define __IPSDKIPLFEATUREDETECTION_HARRISCORNER3D_H__ 20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/CornerDetectionParams.h> 21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedVoxels3d.h> 22 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/GaussianCoverage.h> 28 class HarrisCorner3dLvl1;
142 #endif // __IPSDKIPLFEATUREDETECTION_HARRISCORNER3D_H__ IPSDKIPLFEATUREDETECTION_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< CannyEdges2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::Voxels3dPtr harrisCorner3d(const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::ipUInt64 inNbTotPoints, const ipsdk::ipUInt32 featuresDist)
wrapper function for Extracts the corners in a 3d image
Definition of import/export macro for library.
boost::shared_ptr< ipsdk::imaproc::attr::Voxels3d > Voxels3dPtr
shared pointer to ipsdk::imaproc::attr::Voxels3d
Definition: Voxels3d.h:128
boost::shared_ptr< const ipsdk::imaproc::attr::GaussianCoverage > GaussianCoverageConstPtr
shared pointer to const ipsdk::imaproc::attr::GaussianCoverage
Definition: GaussianCoverage.h:134
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HarrisCorner3dLvl1 > multiSlice_harrisCorner3d_async(const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipUInt64 inNbTotPoints, const ipsdk::ipUInt32 inFeaturesDist)
asynchronous wrappers
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HarrisCorner3dLvl1 > harrisCorner3d_async(const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::ipUInt64 inNbTotPoints, const ipsdk::ipUInt32 featuresDist)
asynchronous wrappers
boost::shared_ptr< const BaseImage > ImageConstPtr
boost::shared_ptr< ipsdk::imaproc::attr::PlanIndexedVoxels3d > PlanIndexedVoxels3dPtr
shared pointer to ipsdk::imaproc::attr::PlanIndexedVoxels3d
Definition: PlanIndexedVoxels3d.h:49
IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::PlanIndexedPixels2dPtr getAsyncProcessorMultiSliceOutput(boost::shared_ptr< ExtractLocalExtrema2dLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
boost::shared_ptr< const ipsdk::imaproc::attr::CornerDetectionParams > CornerDetectionParamsConstPtr
shared pointer to const ipsdk::imaproc::attr::CornerDetectionParams
Definition: CornerDetectionParams.h:135
#define IPSDKIPLFEATUREDETECTION_API
Import/Export macro for library IPSDKIPLFeatureDetection.
Definition: IPSDKIPLFeatureDetectionExports.h:25
IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::PlanIndexedVoxels3dPtr multiSlice_harrisCorner3d(const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipUInt64 inNbTotPoints, const ipsdk::ipUInt32 inFeaturesDist)
multi slices version of wrapper function for extracts the corners in a 3d image. This wrapper can be ...