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);
void FindLocalMaxima(const std::vector< Vec3d > &aPoints3D, const std::vector< Vec2d > &aPointsInImage, std::vector< Vec3d > &aMaxima, const int nBinSizeInPx, CByteImage *pMaximumnessImage)
void FindSalientRegionsAchanta(const CByteImage *pImageRGB, CByteImage *pSaliencyImage)
void FourierTransformation(const CByteImage *pGrayImage, CComplexNumber *pTransformed)
void FindSalientRegionsHou(const CByteImage *pImageRGB, CByteImage *pSaliencyImage)
void ConvertRGB2Lab(const CByteImage *pImageRGB, CByteImage *pImageLab)
CComplexNumber MultCompl(const CComplexNumber a, const CComplexNumber b)
void SubstractAveragedLogPowerSpectrum(CComplexNumber *pTransformed)
void InverseFourierTransformation(CComplexNumber *pTransformed, CByteImage *pGrayImage)
CComplexNumber ExpComplImagOnly(const float a)