Home
last modified time | relevance | path

Searched refs:EvaluateAtIndex (Results 1 – 25 of 84) sorted by relevance

1234

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/ImageFunction/test/
H A DitkBinaryThresholdImageFunctionTest.cxx70 if (!threshold->EvaluateAtIndex(index)) failed++; in itkBinaryThresholdImageFunctionTest()
73 if (!threshold->EvaluateAtIndex(index)) failed++; in itkBinaryThresholdImageFunctionTest()
76 if (threshold->EvaluateAtIndex(index)) failed++; in itkBinaryThresholdImageFunctionTest()
79 if (!threshold->EvaluateAtIndex(index)) failed++; in itkBinaryThresholdImageFunctionTest()
82 if (threshold->EvaluateAtIndex(index)) failed++; in itkBinaryThresholdImageFunctionTest()
86 if (threshold->EvaluateAtIndex(index)) failed++; in itkBinaryThresholdImageFunctionTest()
H A DitkMedianImageFunctionTest.cxx65 median = function->EvaluateAtIndex( index ); in itkMedianImageFunctionTest()
128 median = function->EvaluateAtIndex( index ); in itkMedianImageFunctionTest()
143 median = function->EvaluateAtIndex( index ); in itkMedianImageFunctionTest()
H A DitkNearestNeighborExtrapolateImageFunctionTest.cxx139 value = function->EvaluateAtIndex( index ); in itkNearestNeighborExtrapolateImageFunctionTest()
156 value = function->EvaluateAtIndex( index ); in itkNearestNeighborExtrapolateImageFunctionTest()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/ImageFunction/include/
H A DitkGaussianBlurImageFunction.hxx233 ::EvaluateAtIndex(const IndexType & index) const in EvaluateAtIndex() function in itk::GaussianBlurImageFunction
235 return this->EvaluateAtIndex(index, m_OperatorArray); in EvaluateAtIndex()
242 ::EvaluateAtIndex(const IndexType & index, const OperatorArrayType & operatorArray) const in EvaluateAtIndex() function in itk::GaussianBlurImageFunction
253 return m_OperatorImageFunction->EvaluateAtIndex(index); in EvaluateAtIndex()
307 itN.Set( m_OperatorImageFunction->EvaluateAtIndex( it.GetIndex() ) ); in EvaluateAtIndex()
347 itr.Set( m_OperatorInternalImageFunction->EvaluateAtIndex( itr.GetIndex() ) ); in EvaluateAtIndex()
445 return this->EvaluateAtIndex(index, m_ContinuousOperatorArray); in EvaluateAtContinuousIndex()
H A DitkMedianImageFunction.h88 OutputType EvaluateAtIndex(const IndexType & index) const override;
96 return this->EvaluateAtIndex(index); in Evaluate()
105 return this->EvaluateAtIndex(index); in EvaluateAtContinuousIndex()
H A DitkNeighborhoodBinaryThresholdImageFunction.h91 bool EvaluateAtIndex(const IndexType & index) const override;
99 return this->EvaluateAtIndex(index); in Evaluate()
108 return this->EvaluateAtIndex(index); in EvaluateAtContinuousIndex()
H A DitkBinaryThresholdImageFunction.h93 return ( this->EvaluateAtIndex(index) ); in Evaluate()
110 return this->EvaluateAtIndex(nindex); in EvaluateAtContinuousIndex()
121 bool EvaluateAtIndex(const IndexType & index) const override in EvaluateAtIndex() function
H A DitkMeanImageFunction.h90 RealType EvaluateAtIndex(const IndexType & index) const override;
98 return this->EvaluateAtIndex(index); in Evaluate()
107 return this->EvaluateAtIndex(index); in EvaluateAtContinuousIndex()
H A DitkVarianceImageFunction.h87 RealType EvaluateAtIndex(const IndexType & index) const override;
95 return this->EvaluateAtIndex(index); in Evaluate()
104 return this->EvaluateAtIndex(index); in EvaluateAtContinuousIndex()
H A DitkVectorMeanImageFunction.h90 RealType EvaluateAtIndex(const IndexType & index) const override;
98 return this->EvaluateAtIndex(index); in Evaluate()
107 return this->EvaluateAtIndex(index); in EvaluateAtContinuousIndex()
H A DitkCovarianceImageFunction.h92 RealType EvaluateAtIndex(const IndexType & index) const override;
100 return this->EvaluateAtIndex(index); in Evaluate()
109 return this->EvaluateAtIndex(index); in EvaluateAtContinuousIndex()
H A DitkScatterMatrixImageFunction.h93 RealType EvaluateAtIndex(const IndexType & index) const override;
101 return this->EvaluateAtIndex(index); in Evaluate()
110 return this->EvaluateAtIndex(index); in EvaluateAtContinuousIndex()
H A DitkSumOfSquaresImageFunction.h87 RealType EvaluateAtIndex(const IndexType & index) const override;
95 return this->EvaluateAtIndex(index); in Evaluate()
104 return this->EvaluateAtIndex(index); in EvaluateAtContinuousIndex()
H A DitkMahalanobisDistanceThresholdImageFunction.hxx73 return ( this->EvaluateAtIndex(index) ); in Evaluate()
84 return this->EvaluateAtIndex(nindex); in EvaluateAtContinuousIndex()
90 ::EvaluateAtIndex(const IndexType & index) const in EvaluateAtIndex() function in itk::MahalanobisDistanceThresholdImageFunction
H A DitkVectorLinearInterpolateNearestNeighborExtrapolateImageFunction.hxx149 ::EvaluateAtIndex(const IndexType & index) const in EvaluateAtIndex() function in itk::VectorLinearInterpolateNearestNeighborExtrapolateImageFunction
176 return this->Superclass::EvaluateAtIndex(insideIndex); in EvaluateAtIndex()
H A DitkGaussianDerivativeImageFunction.hxx208 ::EvaluateAtIndex(const IndexType & index) const in EvaluateAtIndex() function in itk::GaussianDerivativeImageFunction
247 return this->EvaluateAtIndex (index); in Evaluate()
258 return this->EvaluateAtIndex(index); in EvaluateAtContinuousIndex()
H A DitkGaussianBlurImageFunction.h103 TOutput EvaluateAtIndex(const IndexType & index) const override;
173 virtual TOutput EvaluateAtIndex(
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Nonunit/Review/include/
H A DitkVectorCentralDifferenceImageFunction.h103 OutputType EvaluateAtIndex(const IndexType & index) const override;
118 return this->EvaluateAtIndex(index); in Evaluate()
127 return this->EvaluateAtIndex(index); in EvaluateAtContinuousIndex()
H A DitkDiscreteGaussianDerivativeImageFunction.hxx175 ::EvaluateAtIndex(const IndexType & index) const in EvaluateAtIndex() function in itk::DiscreteGaussianDerivativeImageFunction
180 derivative = m_OperatorImageFunction->EvaluateAtIndex(index); in EvaluateAtIndex()
196 return this->EvaluateAtIndex (index); in Evaluate()
216 return this->EvaluateAtIndex(index); in EvaluateAtContinuousIndex()
267 value += overlap * static_cast< TOutput >( this->EvaluateAtIndex(neighIndex) ); in EvaluateAtContinuousIndex()
H A DitkDiscreteHessianGaussianImageFunction.hxx205 ::EvaluateAtIndex(const IndexType & index) const in EvaluateAtIndex() function in itk::DiscreteHessianGaussianImageFunction
212 hessian[i] = m_OperatorImageFunction->EvaluateAtIndex(index); in EvaluateAtIndex()
227 return this->EvaluateAtIndex (index); in Evaluate()
247 return this->EvaluateAtIndex(index); in EvaluateAtContinuousIndex()
298 currentHessian = this->EvaluateAtIndex(neighIndex); in EvaluateAtContinuousIndex()
H A DitkDiscreteGradientMagnitudeGaussianImageFunction.hxx195 ::EvaluateAtIndex(const IndexType & index) const in EvaluateAtIndex() function in itk::DiscreteGradientMagnitudeGaussianImageFunction
203 temp = m_OperatorImageFunction->EvaluateAtIndex(index); in EvaluateAtIndex()
228 return this->EvaluateAtIndex (index); in Evaluate()
248 return this->EvaluateAtIndex(index); in EvaluateAtContinuousIndex()
299 value += overlap * static_cast< TOutput >( this->EvaluateAtIndex(neighIndex) ); in EvaluateAtContinuousIndex()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Nonunit/Review/test/
H A DitkVectorCentralDifferenceImageFunctionTest.cxx61 std::cout << function->EvaluateAtIndex( index ) << std::endl; in itkVectorCentralDifferenceImageFunctionTest()
82 std::cout << function->EvaluateAtIndex( index ) << std::endl; in itkVectorCentralDifferenceImageFunctionTest()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/include/
H A DitkShapedFloodFilledImageFunctionConditionalConstIterator.hxx30 return this->m_Function->EvaluateAtIndex(index); in IsPixelIncluded()
H A DitkFloodFilledImageFunctionConditionalConstIterator.hxx30 return this->m_Function->EvaluateAtIndex(index); in IsPixelIncluded()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageGrid/test/
H A DitkOrientedImage2DTest.cxx137 …CentralDifferenceImageFunctionType::OutputType gradient1a = gradientHelper1->EvaluateAtIndex( cent… in itkOrientedImage2DTest()
161 …CentralDifferenceImageFunctionType::OutputType gradient1b = gradientHelper1->EvaluateAtIndex( cent… in itkOrientedImage2DTest()

1234