#include <VisionX/components/image_processor/ObjectLearningByPushing/FeatureCalculation.h>
|
| CFeatureCalculation () |
|
void | GetAllFeaturePoints (const CByteImage *pImageLeftColor, const CByteImage *pImageLeftGrey, const pcl::PointCloud< pcl::PointXYZRGBA >::Ptr pointcloud, const int nDisparityPointDistance, CSIFTFeatureArray &aAllSIFTPoints, std::vector< CMSERDescriptor3D * > &aAllMSERs, std::vector< CHypothesisPoint * > &aPointsFromDepthImage, const CCalibration *calibration) |
|
void | GetAllFeaturePoints (const CByteImage *pImageLeftColor, const CByteImage *pImageRightColor, const CByteImage *pImageLeftGrey, const CByteImage *pImageRightGrey, const int nDisparityPointDistance, CStereoCalibration *pStereoCalibration, CSIFTFeatureArray &aAllSIFTPoints, std::vector< CMSERDescriptor3D * > &aAllMSERs, std::vector< CHypothesisPoint * > &aPointsFromDepthImage, CByteImage *pDisparityImage, std::vector< Vec3d > *pAll3DPoints=NULL) |
|
| ~CFeatureCalculation () |
|
Definition at line 43 of file FeatureCalculation.h.
◆ CFeatureCalculation()
◆ ~CFeatureCalculation()
◆ GetAllFeaturePoints() [1/2]
void GetAllFeaturePoints |
( |
const CByteImage * |
pImageLeftColor, |
|
|
const CByteImage * |
pImageLeftGrey, |
|
|
const pcl::PointCloud< pcl::PointXYZRGBA >::Ptr |
pointcloud, |
|
|
const int |
nDisparityPointDistance, |
|
|
CSIFTFeatureArray & |
aAllSIFTPoints, |
|
|
std::vector< CMSERDescriptor3D * > & |
aAllMSERs, |
|
|
std::vector< CHypothesisPoint * > & |
aPointsFromDepthImage, |
|
|
const CCalibration * |
calibration |
|
) |
| |
◆ GetAllFeaturePoints() [2/2]
void GetAllFeaturePoints |
( |
const CByteImage * |
pImageLeftColor, |
|
|
const CByteImage * |
pImageRightColor, |
|
|
const CByteImage * |
pImageLeftGrey, |
|
|
const CByteImage * |
pImageRightGrey, |
|
|
const int |
nDisparityPointDistance, |
|
|
CStereoCalibration * |
pStereoCalibration, |
|
|
CSIFTFeatureArray & |
aAllSIFTPoints, |
|
|
std::vector< CMSERDescriptor3D * > & |
aAllMSERs, |
|
|
std::vector< CHypothesisPoint * > & |
aPointsFromDepthImage, |
|
|
CByteImage * |
pDisparityImage, |
|
|
std::vector< Vec3d > * |
pAll3DPoints = NULL |
|
) |
| |
The documentation for this class was generated from the following files: