![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for Extracts the corners in a 3d image. More...
#include <IPSDKIPL/IPSDKIPLFeatureDetection/IPSDKIPLFeatureDetectionExports.h>#include <IPSDKImage/Image/ImageTypes.h>#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/CornerDetectionParams.h>#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedVoxels3d.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 ipsdk::imaproc::attr::Voxels3dPtr | ipsdk::imaproc::fd::harrisCorner3d (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::ipUInt64 inNbTotPoints, const ipsdk::ipUInt32 featuresDist) |
| wrapper function for Extracts the corners in a 3d image More... | |
| IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::Voxels3dPtr | ipsdk::imaproc::fd::harrisCorner3d (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::ipReal32 inGradStdDev, const ipsdk::ipUInt64 inNbTotPoints, const ipsdk::ipUInt32 featuresDist) |
| wrapper function for Extracts the corners in a 3d image More... | |
| IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::Voxels3dPtr | ipsdk::imaproc::fd::harrisCorner3d (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::ipReal32 inGradStdDev, const attr::GaussianCoverageConstPtr &pInOptGradientGaussianCoverage, const ipsdk::imaproc::attr::CornerDetectionParamsConstPtr &pInCornerDetectionParams, const ipsdk::ipUInt64 inNbTotPoints, const ipsdk::ipReal64 inThreshold, const ipsdk::ipUInt32 inFeaturesDistX, const ipsdk::ipUInt32 inFeaturesDistY, const ipsdk::ipUInt32 inFeaturesDistZ) |
| wrapper function for Extracts the corners in a 3d image More... | |
| IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::PlanIndexedVoxels3dPtr | ipsdk::imaproc::fd::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 used with multi slice input images More... | |
| IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::PlanIndexedVoxels3dPtr | ipsdk::imaproc::fd::multiSlice_harrisCorner3d (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipReal32 inGradStdDev, 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 used with multi slice input images More... | |
| IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::PlanIndexedVoxels3dPtr | ipsdk::imaproc::fd::multiSlice_harrisCorner3d (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipReal32 inGradStdDev, const attr::GaussianCoverageConstPtr &pInOptGradientGaussianCoverage, const ipsdk::imaproc::attr::CornerDetectionParamsConstPtr &pInCornerDetectionParams, const ipsdk::ipUInt64 inNbTotPoints, const ipsdk::ipReal64 inThreshold, const ipsdk::ipUInt32 inFeaturesDistX, const ipsdk::ipUInt32 inFeaturesDistY, const ipsdk::ipUInt32 inFeaturesDistZ) |
| multi slices version of wrapper function for extracts the corners in a 3d image. This wrapper can be used with multi slice input images More... | |
| IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HarrisCorner3dLvl1 > | ipsdk::imaproc::fd::harrisCorner3d_async (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::ipUInt64 inNbTotPoints, const ipsdk::ipUInt32 featuresDist) |
| asynchronous wrappers | |
| IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HarrisCorner3dLvl1 > | ipsdk::imaproc::fd::harrisCorner3d_async (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::ipReal32 inGradStdDev, const ipsdk::ipUInt64 inNbTotPoints, const ipsdk::ipUInt32 featuresDist) |
| asynchronous wrappers | |
| IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HarrisCorner3dLvl1 > | ipsdk::imaproc::fd::harrisCorner3d_async (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::ipReal32 inGradStdDev, const attr::GaussianCoverageConstPtr &pInOptGradientGaussianCoverage, const ipsdk::imaproc::attr::CornerDetectionParamsConstPtr &pInCornerDetectionParams, const ipsdk::ipUInt64 inNbTotPoints, const ipsdk::ipReal64 inThreshold, const ipsdk::ipUInt32 inFeaturesDistX, const ipsdk::ipUInt32 inFeaturesDistY, const ipsdk::ipUInt32 inFeaturesDistZ) |
| asynchronous wrappers | |
| IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HarrisCorner3dLvl1 > | ipsdk::imaproc::fd::multiSlice_harrisCorner3d_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipUInt64 inNbTotPoints, const ipsdk::ipUInt32 inFeaturesDist) |
| asynchronous wrappers | |
| IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HarrisCorner3dLvl1 > | ipsdk::imaproc::fd::multiSlice_harrisCorner3d_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipReal32 inGradStdDev, const ipsdk::ipUInt64 inNbTotPoints, const ipsdk::ipUInt32 inFeaturesDist) |
| asynchronous wrappers | |
| IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HarrisCorner3dLvl1 > | ipsdk::imaproc::fd::multiSlice_harrisCorner3d_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipReal32 inGradStdDev, const attr::GaussianCoverageConstPtr &pInOptGradientGaussianCoverage, const ipsdk::imaproc::attr::CornerDetectionParamsConstPtr &pInCornerDetectionParams, const ipsdk::ipUInt64 inNbTotPoints, const ipsdk::ipReal64 inThreshold, const ipsdk::ipUInt32 inFeaturesDistX, const ipsdk::ipUInt32 inFeaturesDistY, const ipsdk::ipUInt32 inFeaturesDistZ) |
| asynchronous wrappers | |
| IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::Voxels3dPtr | ipsdk::imaproc::fd::getAsyncProcessorOutput (boost::shared_ptr< HarrisCorner3dLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
| IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::PlanIndexedVoxels3dPtr | ipsdk::imaproc::fd::getAsyncProcessorMultiSliceOutput (boost::shared_ptr< HarrisCorner3dLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
Wrapper functions for Extracts the corners in a 3d image.
1.8.14