|
|
Classes | |
| struct | CComplexNumber |
Functions | |
| void | ConvertRGB2Lab (const CByteImage *pImageRGB, CByteImage *pImageLab) |
| CComplexNumber | ExpComplImagOnly (const float a) |
| void | FindLocalMaxima (const std::vector< CHypothesisPoint * > &aPoints, const Mat3d mCameraToWorldRotation, const Vec3d vCameraToWorldTranslation, const CCalibration *calibration, std::vector< Vec3d > &aMaxima, CByteImage *pMaximumnessImage, const int nBinSizeInPx) |
| 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 | FindSalientRegionsHou (const CByteImage *pImageRGB, CByteImage *pSaliencyImage) |
| void | FourierTransformation (const CByteImage *pGrayImage, CComplexNumber *pTransformed) |
| void | InverseFourierTransformation (CComplexNumber *pTransformed, CByteImage *pGrayImage) |
| CComplexNumber | MultCompl (const CComplexNumber a, const CComplexNumber b) |
| void | SubstractAveragedLogPowerSpectrum (CComplexNumber *pTransformed) |
| void ConvertRGB2Lab | ( | const CByteImage * | pImageRGB, |
| CByteImage * | pImageLab | ||
| ) |
Definition at line 756 of file SaliencyCalculation.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| CComplexNumber ExpComplImagOnly | ( | const float | a | ) |
Definition at line 285 of file SaliencyCalculation.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void FindLocalMaxima | ( | const std::vector< CHypothesisPoint * > & | aPoints, |
| const Mat3d | mCameraToWorldRotation, | ||
| const Vec3d | vCameraToWorldTranslation, | ||
| const CCalibration * | calibration, | ||
| std::vector< Vec3d > & | aMaxima, | ||
| CByteImage * | pMaximumnessImage, | ||
| const int | nBinSizeInPx | ||
| ) |
| void FindLocalMaxima | ( | const std::vector< Vec3d > & | aPoints3D, |
| const std::vector< Vec2d > & | aPointsInImage, | ||
| std::vector< Vec3d > & | aMaxima, | ||
| const int | nBinSizeInPx, | ||
| CByteImage * | pMaximumnessImage | ||
| ) |
Definition at line 43 of file SaliencyCalculation.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void FindSalientRegionsAchanta | ( | const CByteImage * | pImageRGB, |
| CByteImage * | pSaliencyImage | ||
| ) |
Definition at line 603 of file SaliencyCalculation.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void FindSalientRegionsHou | ( | const CByteImage * | pImageRGB, |
| CByteImage * | pSaliencyImage | ||
| ) |
| void FourierTransformation | ( | const CByteImage * | pGrayImage, |
| CComplexNumber * | pTransformed | ||
| ) |
Definition at line 292 of file SaliencyCalculation.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void InverseFourierTransformation | ( | CComplexNumber * | pTransformed, |
| CByteImage * | pGrayImage | ||
| ) |
Definition at line 404 of file SaliencyCalculation.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| CComplexNumber MultCompl | ( | const CComplexNumber | a, |
| const CComplexNumber | b | ||
| ) |
Definition at line 278 of file SaliencyCalculation.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void SubstractAveragedLogPowerSpectrum | ( | CComplexNumber * | pTransformed | ) |