33 void FindLocalMaxima(
const std::vector<Vec3d>& aPoints3D,
const std::vector<Vec2d>& aPointsInImage, std::vector<Vec3d>& aMaxima,
const int nBinSizeInPx, CByteImage* pMaximumnessImage);
34 void FindLocalMaxima(
const std::vector<CHypothesisPoint*>& aPoints,
const Mat3d mCameraToWorldRotation,
const Vec3d vCameraToWorldTranslation,
35 const CCalibration* calibration, std::vector<Vec3d>& aMaxima, CByteImage* pMaximumnessImage,
const int nBinSizeInPx = 16);
50 void ConvertRGB2Lab(
const CByteImage* pImageRGB, CByteImage* pImageLab);