Home
last modified time | relevance | path

Searched refs:oLaplacian (Results 1 – 1 of 1) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Segmentation/LevelSetsv4/include/
H A DitkDiscreteLevelSetImage.hxx232 OutputRealType oLaplacian = NumericTraits< OutputRealType >::ZeroValue(); in EvaluateLaplacian() local
257 oLaplacian += ( valueA + valueB - 2.0 * centerValue ) in EvaluateLaplacian()
264 return oLaplacian; in EvaluateLaplacian()