34 const std::vector<Vec2d>& aPointsInImage,
35 std::vector<Vec3d>& aMaxima,
36 const int nBinSizeInPx,
37 CByteImage* pMaximumnessImage);
39 const Mat3d mCameraToWorldRotation,
40 const Vec3d vCameraToWorldTranslation,
41 const CCalibration* calibration,
42 std::vector<Vec3d>& aMaxima,
43 CByteImage* pMaximumnessImage,
44 const int nBinSizeInPx = 16);
60 void ConvertRGB2Lab(
const CByteImage* pImageRGB, CByteImage* pImageLab);