|
STIRA
0.1
|
This is the complete list of members for stira::imagetools::NumberGridTools< T >, including all inherited members.
| AverageGrids(std::vector< ArrayGrid< T > * > gridVector) | stira::imagetools::NumberGridTools< T > | static |
| BinaryThreshold(ArrayGrid< double > *pGrid, double threshold, bool thresholdAbsoluteValue=false) | stira::imagetools::NumberGridTools< T > | static |
| BinaryThresholdInteger(ArrayGrid< double > *pGrid, int threshold) | stira::imagetools::NumberGridTools< T > | static |
| ClipValues(ArrayGrid< T > *pGrid, T desiredMin, T desiredMax) | stira::imagetools::NumberGridTools< T > | static |
| ComputeLocalAutoCorrelation(ArrayGrid< double > *pGridIn, int xCenter, int yCenter, int halfWindowSize) | stira::imagetools::NumberGridTools< T > | static |
| ComputeLocalCrossCorrelation(ArrayGrid< double > *pGrid1, int xTop1, int yTop1, int xBottom1, int yBottom1, ArrayGrid< double > *pGrid2, int xTop2, int yTop2, int xBottom2, int yBottom2) | stira::imagetools::NumberGridTools< T > | static |
| ComputeLocalMutualInformation(ArrayGrid< double > *pGrid1, int xTop1, int yTop1, int xBottom1, int yBottom1, ArrayGrid< double > *pGrid2, int xTop2, int yTop2, int xBottom2, int yBottom2) | stira::imagetools::NumberGridTools< T > | static |
| ComputeLocalSquaredDifference(ArrayGrid< double > *pGrid1, int xTop1, int yTop1, int xBottom1, int yBottom1, ArrayGrid< double > *pGrid2, int xTop2, int yTop2, int xBottom2, int yBottom2) | stira::imagetools::NumberGridTools< T > | static |
| ComputeMandersOverlap(ArrayGrid< double > *pGrid1, ArrayGrid< double > *pGrid2) | stira::imagetools::NumberGridTools< T > | static |
| ComputeMSE(ArrayGrid< double > *pGrid1, ArrayGrid< double > *pGrid2) | stira::imagetools::NumberGridTools< T > | static |
| ComputeMSEinROI(ArrayGrid< double > *pGrid1, ArrayGrid< double > *pGrid2, int topLeftX, int topLeftY, int bottomRightX, int bottomRightY) | stira::imagetools::NumberGridTools< T > | static |
| ComputePearsonCorrelation(ArrayGrid< double > *pGrid1, ArrayGrid< double > *pGrid2) | stira::imagetools::NumberGridTools< T > | static |
| ComputePSNR(ArrayGrid< double > *pGrid1, ArrayGrid< double > *pGrid2) | stira::imagetools::NumberGridTools< T > | static |
| ComputePSNRinROI(ArrayGrid< double > *pGrid1, ArrayGrid< double > *pGrid2, int topLeftX, int topLeftY, int bottomRightX, int bottomRightY) | stira::imagetools::NumberGridTools< T > | static |
| ComputeSSIM(ArrayGrid< double > *pGrid1, ArrayGrid< double > *pGrid2, int localWindowSize, double intensityRange=255.0) | stira::imagetools::NumberGridTools< T > | static |
| ComputeSSIMinROI(ArrayGrid< double > *pGrid1, ArrayGrid< double > *pGrid2, int topLeftX, int topLeftY, int bottomRightX, int bottomRightY, int localWindowSize, double intensityRange=255.0) | stira::imagetools::NumberGridTools< T > | static |
| CopyValues(ArrayGrid< T > *pSourceGrid, ArrayGrid< T > *pDestinationGrid) | stira::imagetools::NumberGridTools< T > | static |
| CreateDoubleGrid(ArrayGrid< T > *pGrid) | stira::imagetools::NumberGridTools< T > | static |
| CreateDoubleGridFromComplexGrid(ArrayGrid< std::complex< double > > *pGrid) | stira::imagetools::NumberGridTools< T > | static |
| CreateIntGrid(ArrayGrid< T > *pGrid) | stira::imagetools::NumberGridTools< T > | static |
| CreateSquaredErrorGrid(ArrayGrid< double > *pGrid1, ArrayGrid< double > *pGrid2, bool printOutput=false) | stira::imagetools::NumberGridTools< T > | static |
| GetFirstDerivativeX(ArrayGrid< T > *pGrid, int x, int y) | stira::imagetools::NumberGridTools< T > | inlinestatic |
| GetFirstDerivativeY(ArrayGrid< T > *pGrid, int x, int y) | stira::imagetools::NumberGridTools< T > | inlinestatic |
| GetSecondDerivativeXX(ArrayGrid< T > *pGrid, int x, int y) | stira::imagetools::NumberGridTools< T > | inlinestatic |
| GetSecondDerivativeXY(ArrayGrid< T > *pGrid, int x, int y) | stira::imagetools::NumberGridTools< T > | inlinestatic |
| GetSecondDerivativeYY(ArrayGrid< T > *pGrid, int x, int y) | stira::imagetools::NumberGridTools< T > | inlinestatic |
| HardThreshold(ArrayGrid< double > *pGrid, double threshold) | stira::imagetools::NumberGridTools< T > | static |
| LogPolarTransform(ArrayGrid< double > *pGrid) | stira::imagetools::NumberGridTools< T > | static |
| NegateGrid(ArrayGrid< double > *pGrid) | stira::imagetools::NumberGridTools< T > | static |
| NegateGrid(ArrayGrid< int > *pGrid, int maxValue) | stira::imagetools::NumberGridTools< T > | static |
| NegateGridSelf(ArrayGrid< double > *pGrid, double maxValue) (defined in stira::imagetools::NumberGridTools< T >) | stira::imagetools::NumberGridTools< T > | static |
| NegateGridSelf(ArrayGrid< int > *pGrid, int maxValue) (defined in stira::imagetools::NumberGridTools< T >) | stira::imagetools::NumberGridTools< T > | static |
| NumberGridTools() | stira::imagetools::NumberGridTools< T > | |
| ProjectGridOnX(ArrayGrid< T > *pGrid) | stira::imagetools::NumberGridTools< T > | static |
| ProjectGridOnX(ArrayGrid< T > *pGrid, int xTopLeft, int yTopLeft, int xBottomRight, int yBottomRight) | stira::imagetools::NumberGridTools< T > | static |
| ProjectGridOnY(ArrayGrid< T > *pGrid) | stira::imagetools::NumberGridTools< T > | static |
| ProjectGridOnY(ArrayGrid< T > *pGrid, int xTopLeft, int yTopLeft, int xBottomRight, int yBottomRight) | stira::imagetools::NumberGridTools< T > | static |
| Rotate180Degrees(ArrayGrid< double > *pGrid) | stira::imagetools::NumberGridTools< T > | static |
| Rotate90DegreesClockwise(ArrayGrid< double > *pGrid) | stira::imagetools::NumberGridTools< T > | static |
| Rotate90DegreesCounterClockwise(ArrayGrid< double > *pGrid) | stira::imagetools::NumberGridTools< T > | static |
| UpdateAverageGrid(ArrayGrid< T > *pAverageGrid, ArrayGrid< T > *pNewGrid, int previousNrOfGridsProcessed) (defined in stira::imagetools::NumberGridTools< T >) | stira::imagetools::NumberGridTools< T > | static |
| ~NumberGridTools() | stira::imagetools::NumberGridTools< T > | virtual |
1.8.11