![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for Computes the Harris corner detection response. More...
#include <IPSDKIPL/IPSDKIPLFeatureDetection/IPSDKIPLFeatureDetectionExports.h>#include <IPSDKImage/Image/ImageTypes.h>#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/CornerDetectionParams.h>#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/GaussianCoverage.h>Go to the source code of this file.
Namespaces | |
| ipsdk::imaproc::fd | |
| Namespace aggregating features detection operations in images. | |
Functions | |
| IPSDKIPLFEATUREDETECTION_API image::ImagePtr | ipsdk::imaproc::fd::harrisCorner2dImg (const ipsdk::image::ImageConstPtr &pInImg) |
| wrapper function for Computes the Harris corner detection response More... | |
| IPSDKIPLFEATUREDETECTION_API image::ImagePtr | ipsdk::imaproc::fd::harrisCorner2dImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipReal32 inGradStdDev) |
| wrapper function for Computes the Harris corner detection response More... | |
| IPSDKIPLFEATUREDETECTION_API void | ipsdk::imaproc::fd::harrisCorner2dImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipReal32 inGradStdDev, const attr::GaussianCoverageConstPtr &pInOptGradientGaussianCoverage, const ipsdk::imaproc::attr::CornerDetectionParamsConstPtr &pInCornerDetectionParams, const ipsdk::image::ImagePtr &pOutImg) |
| wrapper function for Computes the Harris corner detection response More... | |
| IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HarrisCorner2dImgLvl1 > | ipsdk::imaproc::fd::harrisCorner2dImg_async (const ipsdk::image::ImageConstPtr &pInImg) |
| asynchronous wrappers | |
| IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HarrisCorner2dImgLvl1 > | ipsdk::imaproc::fd::harrisCorner2dImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipReal32 inGradStdDev) |
| asynchronous wrappers | |
| IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HarrisCorner2dImgLvl1 > | ipsdk::imaproc::fd::harrisCorner2dImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipReal32 inGradStdDev, const attr::GaussianCoverageConstPtr &pInOptGradientGaussianCoverage, const ipsdk::imaproc::attr::CornerDetectionParamsConstPtr &pInCornerDetectionParams, const ipsdk::image::ImagePtr &pOutImg) |
| asynchronous wrappers | |
| IPSDKIPLFEATUREDETECTION_API image::ImagePtr | ipsdk::imaproc::fd::getAsyncProcessorOutput (boost::shared_ptr< HarrisCorner2dImgLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
Wrapper functions for Computes the Harris corner detection response.
1.8.14