Home
last modified time | relevance | path

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

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Registration/PDEDeformable/include/
H A DitkDemonsRegistrationFunction.hxx45 m_IntensityDifferenceThreshold = 0.001; in DemonsRegistrationFunction()
86 os << m_IntensityDifferenceThreshold << std::endl; in PrintSelf()
111 m_IntensityDifferenceThreshold = threshold; in SetIntensityDifferenceThreshold()
122 return m_IntensityDifferenceThreshold; in GetIntensityDifferenceThreshold()
240 if ( itk::Math::abs(speedValue) < m_IntensityDifferenceThreshold in ComputeUpdate()
H A DitkFastSymmetricForcesDemonsRegistrationFunction.hxx45 m_IntensityDifferenceThreshold = 0.001; in FastSymmetricForcesDemonsRegistrationFunction()
85 os << m_IntensityDifferenceThreshold << std::endl; in PrintSelf()
107 m_IntensityDifferenceThreshold = threshold; in SetIntensityDifferenceThreshold()
118 return m_IntensityDifferenceThreshold; in GetIntensityDifferenceThreshold()
227 …if ( itk::Math::abs(speedValue) < m_IntensityDifferenceThreshold || denominator < m_DenominatorThr… in ComputeUpdate()
H A DitkSymmetricForcesDemonsRegistrationFunction.hxx41 m_IntensityDifferenceThreshold = 0.001; in SymmetricForcesDemonsRegistrationFunction()
78 os << m_IntensityDifferenceThreshold << std::endl; in PrintSelf()
100 m_IntensityDifferenceThreshold = threshold; in SetIntensityDifferenceThreshold()
111 return m_IntensityDifferenceThreshold; in GetIntensityDifferenceThreshold()
254 …if ( itk::Math::abs(speedValue) < m_IntensityDifferenceThreshold || denominator < m_DenominatorThr… in ComputeUpdate()
H A DitkLevelSetMotionRegistrationFunction.hxx45 m_IntensityDifferenceThreshold = 0.001; in LevelSetMotionRegistrationFunction()
86 os << m_IntensityDifferenceThreshold << std::endl; in PrintSelf()
134 m_IntensityDifferenceThreshold = threshold; in SetIntensityDifferenceThreshold()
145 return m_IntensityDifferenceThreshold; in GetIntensityDifferenceThreshold()
379 if ( itk::Math::abs(speedValue) < m_IntensityDifferenceThreshold in ComputeUpdate()
H A DitkESMDemonsRegistrationFunction.hxx45 m_IntensityDifferenceThreshold = 0.001; in ESMDemonsRegistrationFunction()
106 os << m_IntensityDifferenceThreshold << std::endl; in PrintSelf()
128 m_IntensityDifferenceThreshold = threshold; in SetIntensityDifferenceThreshold()
139 return m_IntensityDifferenceThreshold; in GetIntensityDifferenceThreshold()
406 if ( itk::Math::abs(speedValue) < m_IntensityDifferenceThreshold ) in ComputeUpdate()
H A DitkSymmetricForcesDemonsRegistrationFunction.h211 double m_IntensityDifferenceThreshold; variable
H A DitkDemonsRegistrationFunction.h223 double m_IntensityDifferenceThreshold; variable
H A DitkFastSymmetricForcesDemonsRegistrationFunction.h217 double m_IntensityDifferenceThreshold; variable
H A DitkLevelSetMotionRegistrationFunction.h243 double m_IntensityDifferenceThreshold; variable
H A DitkESMDemonsRegistrationFunction.h265 double m_IntensityDifferenceThreshold; variable
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Registration/GPUPDEDeformable/include/
H A DitkGPUDemonsRegistrationFunction.hxx45 m_IntensityDifferenceThreshold = 0.001; in GPUDemonsRegistrationFunction()
119 os << m_IntensityDifferenceThreshold << std::endl; in PrintSelf()
144 m_IntensityDifferenceThreshold = threshold; in SetIntensityDifferenceThreshold()
155 return m_IntensityDifferenceThreshold; in GetIntensityDifferenceThreshold()
382 if ( itk::Math::abs(speedValue) < m_IntensityDifferenceThreshold in ComputeUpdate()
H A DitkGPUDemonsRegistrationFunction.h264 double m_IntensityDifferenceThreshold; variable
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Registration/Common/include/
H A DitkMeanSquareRegistrationFunction.hxx47 m_IntensityDifferenceThreshold = 0.001; in MeanSquareRegistrationFunction()
157 if ( itk::Math::abs(speedValue) < m_IntensityDifferenceThreshold in ComputeUpdate()
H A DitkMeanSquareRegistrationFunction.h179 double m_IntensityDifferenceThreshold; variable
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Registration/FEM/include/
H A DitkNCCRegistrationFunction.hxx35 m_IntensityDifferenceThreshold( 0.001 ), in NCCRegistrationFunction()
213 os << indent << "IntensityDifferenceThreshold: " << m_IntensityDifferenceThreshold in PrintSelf()
H A DitkNCCRegistrationFunction.h179 double m_IntensityDifferenceThreshold; variable
H A DitkMIRegistrationFunction.h185 double m_IntensityDifferenceThreshold; variable
H A DitkMIRegistrationFunction.hxx38 m_IntensityDifferenceThreshold( 0.001 ), in MIRegistrationFunction()
564 << m_IntensityDifferenceThreshold << std::endl; in PrintSelf()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Registration/Metricsv4/include/
H A DitkDemonsImageToImageMetricv4.hxx40 this->m_IntensityDifferenceThreshold = static_cast<TInternalComputationValueType>(0.001); in DemonsImageToImageMetricv4()
H A DitkDemonsImageToImageMetricv4.h139 TInternalComputationValueType m_IntensityDifferenceThreshold; variable