This is the complete list of members for te::rp::TiePointsLocator, including all inherited members.
Algorithm() | te::rp::Algorithm | protected |
applyGaussianFilter(const DoublesMatrix &inputData, DoublesMatrix &outputData, const unsigned int iterationsNumber) | te::rp::TiePointsLocator | protectedstatic |
applyMeanFilter(const FloatsMatrix &inputData, FloatsMatrix &outputData, const unsigned int iterationsNumber) | te::rp::TiePointsLocator | protectedstatic |
createIntegralImage(const FloatsMatrix &inputData, FloatsMatrix &outputData) | te::rp::TiePointsLocator | protectedstatic |
createTifFromMatrix(const DoublesMatrix &rasterData, const InterestPointsSetT &interestPoints, const std::string &tifFileName) | te::rp::TiePointsLocator | protectedstatic |
DoublesMatrix typedef | te::rp::TiePointsLocator | protected |
execute(AlgorithmOutputParameters &outputParams) | te::rp::TiePointsLocator | virtual |
executeMatchingByCorrelation(const FloatsMatrix &featuresSet1, const FloatsMatrix &featuresSet2, const InterestPointsSetT &interestPointsSet1, const InterestPointsSetT &interestPointsSet2, const unsigned int maxPt1ToPt2PixelDistance, const unsigned int enableMultiThread, const double minAllowedAbsCorrelation, MatchedInterestPointsSetT &matchedPoints) | te::rp::TiePointsLocator | protectedstatic |
executeMatchingByCorrelationThreadEntry(ExecuteMatchingByCorrelationThreadEntryParams *paramsPtr) | te::rp::TiePointsLocator | protectedstatic |
executeMatchingByEuclideanDist(const FloatsMatrix &featuresSet1, const FloatsMatrix &featuresSet2, const InterestPointsSetT &interestPointsSet1, const InterestPointsSetT &interestPointsSet2, const unsigned int maxPt1ToPt2PixelDistance, const double maxEuclideanDist, const unsigned int enableMultiThread, MatchedInterestPointsSetT &matchedPoints) | te::rp::TiePointsLocator | protectedstatic |
executeMatchingByEuclideanDistThreadEntry(ExecuteMatchingByEuclideanDistThreadEntryParams *paramsPtr) | te::rp::TiePointsLocator | protectedstatic |
executeMoravec(const double raster1XRescFact, const double raster1YRescFact, const double raster2XRescFact, const double raster2YRescFact, te::common::TaskProgress *progressPtr, TiePointsLocator::OutputParameters *outParamsPtr, std::vector< double > &tiePointsWeights) | te::rp::TiePointsLocator | protected |
executeSurf(const double raster1XRescFact, const double raster1YRescFact, const double raster2XRescFact, const double raster2YRescFact, te::common::TaskProgress *progressPtr, TiePointsLocator::OutputParameters *outParamsPtr, std::vector< double > &tiePointsWeights) | te::rp::TiePointsLocator | protected |
features2Tiff(const DoublesMatrix &features, const InterestPointsSetT &interestPoints, const std::string &fileNameBeginning) | te::rp::TiePointsLocator | protectedstatic |
FloatsMatrix typedef | te::rp::TiePointsLocator | protected |
generateCorrelationFeatures(const InterestPointsSetT &interestPoints, const unsigned int correlationWindowWidth, const FloatsMatrix &rasterData, FloatsMatrix &features, InterestPointsSetT &validInteresPoints) | te::rp::TiePointsLocator | protectedstatic |
generateSurfFeatures(const InterestPointsSetT &interestPoints, const FloatsMatrix &integralRasterData, InterestPointsSetT &validInterestPoints, FloatsMatrix &features) | te::rp::TiePointsLocator | protectedstatic |
getHaarXVectorIntensity(BufferType &buffer, const unsigned int ¢erX, const unsigned int ¢erY, const unsigned int &radius) | te::rp::TiePointsLocator | inlineprotectedstatic |
getHaarYVectorIntensity(BufferType &buffer, const unsigned int ¢erX, const unsigned int ¢erY, const unsigned int &radius) | te::rp::TiePointsLocator | inlineprotectedstatic |
getIntegralBoxSum(BufferType &buffer, const unsigned int &upperLeftX, const unsigned int &upperLeftY, const unsigned int &lowerRightX, const unsigned int &lowerRightY) | te::rp::TiePointsLocator | inlineprotectedstatic |
getSurfDxxDerivative(float **bufferPtr, const unsigned int ¢erX, const unsigned int ¢erY, const unsigned int &lobeWidth, const unsigned int &lobeRadius) | te::rp::TiePointsLocator | inlineprotectedstatic |
getSurfDxyDerivative(float **bufferPtr, const unsigned int ¢erX, const unsigned int ¢erY, const unsigned int &lobeWidth) | te::rp::TiePointsLocator | inlineprotectedstatic |
getSurfDyyDerivative(float **bufferPtr, const unsigned int ¢erX, const unsigned int ¢erY, const unsigned int &lobeWidth, const unsigned int &lobeRadius) | te::rp::TiePointsLocator | inlineprotectedstatic |
getSurfFilterSize(const unsigned int &octaveIndex, const unsigned int &scaleIndex) | te::rp::TiePointsLocator | inlineprotectedstatic |
getSurfOctaveBaseFilterSize(const unsigned int &octaveIndex) | te::rp::TiePointsLocator | inlineprotectedstatic |
getSurfOctaveFilterStepSize(const unsigned int &octaveIndex) | te::rp::TiePointsLocator | inlineprotectedstatic |
initialize(const AlgorithmInputParameters &inputParams) | te::rp::TiePointsLocator | virtual |
InterestPointsListT typedef | te::rp::TiePointsLocator | protected |
InterestPointsSetT typedef | te::rp::TiePointsLocator | protected |
isInitialized() const | te::rp::TiePointsLocator | virtual |
loadRasterData(te::rst::Raster const *rasterPtr, const std::vector< unsigned int > &rasterBands, te::rst::Raster const *maskRasterPtr, const unsigned int maskRasterBand, const unsigned int rasterTargetAreaLineStart, const unsigned int rasterTargetAreaColStart, const unsigned int rasterTargetAreaWidth, const unsigned int rasterTargetAreaHeight, const double rescaleFactorX, const double rescaleFactorY, const te::rst::Interpolator::Method rasterInterpMethod, const unsigned char maxMemPercentUsage, std::vector< boost::shared_ptr< FloatsMatrix > > &loadedRasterData, UCharsMatrix &loadedMaskRasterData) | te::rp::TiePointsLocator | protectedstatic |
locateMoravecInterestPoints(const FloatsMatrix &rasterData, UCharsMatrix const *maskRasterDataPtr, const unsigned int moravecWindowWidth, const unsigned int maxInterestPoints, const unsigned int enableMultiThread, InterestPointsSetT &interestPoints) | te::rp::TiePointsLocator | protectedstatic |
locateMoravecInterestPointsThreadEntry(MoravecLocatorThreadParams *paramsPtr) | te::rp::TiePointsLocator | protectedstatic |
locateSurfInterestPoints(const FloatsMatrix &integralRasterData, UCharsMatrix const *maskRasterDataPtr, InterestPointsSetT &interestPoints) const | te::rp::TiePointsLocator | protected |
locateSurfInterestPointsThreadEntry(SurfLocatorThreadParams *paramsPtr) | te::rp::TiePointsLocator | protectedstatic |
m_inputParameters | te::rp::TiePointsLocator | protected |
m_isInitialized | te::rp::TiePointsLocator | protected |
MatchedInterestPointsSetT typedef | te::rp::TiePointsLocator | protected |
printBuffer(double **buffer, const unsigned int nLines, const unsigned int nCols) | te::rp::TiePointsLocator | protectedstatic |
printMatrix(const te::rp::Matrix< ElementT > &matrix) | te::rp::TiePointsLocator | inlineprotectedstatic |
reset() | te::rp::TiePointsLocator | virtual |
roolUpBuffer(BufferElementT **bufferPtr, const unsigned int &bufferLinesNumber) | te::rp::TiePointsLocator | inlineprotectedstatic |
TiePointsLocator() | te::rp::TiePointsLocator | |
UCharsMatrix typedef | te::rp::TiePointsLocator | protected |
zeroFillBuffer(BufferElementT **bufferPtr, const unsigned int &bufferLinesNumber, const unsigned int &bufferColsNumber) | te::rp::TiePointsLocator | inlineprotectedstatic |
~Algorithm() | te::rp::Algorithm | virtual |
~TiePointsLocator() | te::rp::TiePointsLocator |