Searched refs:CorrelationMetricType (Results 1 – 10 of 10) sorted by relevance
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Registration/Metricsv4/test/ |
H A D | itkObjectToObjectMultiMetricv4RegistrationTest.cxx | 210 using CorrelationMetricType = itk::CorrelationImageToImageMetricv4<ImageType, ImageType>; in itkObjectToObjectMultiMetricv4RegistrationTest() typedef 211 CorrelationMetricType::Pointer correlationMetric = CorrelationMetricType::New(); in itkObjectToObjectMultiMetricv4RegistrationTest() 220 CorrelationMetricType::MeasureType singleValueResult = 0.0; in itkObjectToObjectMultiMetricv4RegistrationTest() 221 CorrelationMetricType::DerivativeType singleDerivativeResult; in itkObjectToObjectMultiMetricv4RegistrationTest() 223 …ObjectToObjectMultiMetricv4RegistrationTestRun<CorrelationMetricType>( correlationMetric, numberOf… in itkObjectToObjectMultiMetricv4RegistrationTest() 226 CorrelationMetricType::Pointer metric2 = CorrelationMetricType::New(); in itkObjectToObjectMultiMetricv4RegistrationTest() 240 CorrelationMetricType::MeasureType multiValueResult = 0.0; in itkObjectToObjectMultiMetricv4RegistrationTest() 241 CorrelationMetricType::DerivativeType multiDerivativeResult; in itkObjectToObjectMultiMetricv4RegistrationTest() 246 auto tolerance = static_cast<CorrelationMetricType::DerivativeValueType>(1e-6); in itkObjectToObjectMultiMetricv4RegistrationTest() 262 tolerance = static_cast<CorrelationMetricType::DerivativeValueType>(0.05); in itkObjectToObjectMultiMetricv4RegistrationTest() [all …]
|
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Registration/RegistrationMethodsv4/test/ |
H A D | itkBSplineImageRegistrationTest.cxx | 194 …using CorrelationMetricType = itk::ANTSNeighborhoodCorrelationImageToImageMetricv4<FixedImageType,… in PerformBSplineImageRegistration() typedef 195 typename CorrelationMetricType::Pointer correlationMetric = CorrelationMetricType::New(); in PerformBSplineImageRegistration() 196 typename CorrelationMetricType::RadiusType radius; in PerformBSplineImageRegistration() 202 …ing ScalesEstimatorType = itk::RegistrationParameterScalesFromPhysicalShift<CorrelationMetricType>; in PerformBSplineImageRegistration()
|
H A D | itkSimpleImageRegistrationTest.cxx | 246 …using CorrelationMetricType = itk::ANTSNeighborhoodCorrelationImageToImageMetricv4<FixedImageType,… in PerformSimpleImageRegistration() typedef 247 typename CorrelationMetricType::Pointer correlationMetric = CorrelationMetricType::New(); in PerformSimpleImageRegistration() 248 typename CorrelationMetricType::RadiusType radius; in PerformSimpleImageRegistration() 257 …ing ScalesEstimatorType = itk::RegistrationParameterScalesFromPhysicalShift<CorrelationMetricType>; in PerformSimpleImageRegistration()
|
H A D | itkBSplineExponentialImageRegistrationTest.cxx | 247 …using CorrelationMetricType = itk::ANTSNeighborhoodCorrelationImageToImageMetricv4<FixedImageType,… in PerformBSplineExpImageRegistration() typedef 248 typename CorrelationMetricType::Pointer correlationMetric = CorrelationMetricType::New(); in PerformBSplineExpImageRegistration() 249 typename CorrelationMetricType::RadiusType radius; in PerformBSplineExpImageRegistration() 258 …ing ScalesEstimatorType = itk::RegistrationParameterScalesFromPhysicalShift<CorrelationMetricType>; in PerformBSplineExpImageRegistration()
|
H A D | itkSimpleImageRegistrationTestWithMaskAndSampling.cxx | 262 …using CorrelationMetricType = itk::ANTSNeighborhoodCorrelationImageToImageMetricv4<FixedImageType,… in PerformSimpleImageRegistrationWithMaskAndSampling() typedef 263 typename CorrelationMetricType::Pointer correlationMetric = CorrelationMetricType::New(); in PerformSimpleImageRegistrationWithMaskAndSampling() 264 typename CorrelationMetricType::RadiusType radius; in PerformSimpleImageRegistrationWithMaskAndSampling() 273 …ing ScalesEstimatorType = itk::RegistrationParameterScalesFromPhysicalShift<CorrelationMetricType>; in PerformSimpleImageRegistrationWithMaskAndSampling()
|
H A D | itkExponentialImageRegistrationTest.cxx | 250 …using CorrelationMetricType = itk::ANTSNeighborhoodCorrelationImageToImageMetricv4<FixedImageType,… in PerformExpImageRegistration() typedef 251 typename CorrelationMetricType::Pointer correlationMetric = CorrelationMetricType::New(); in PerformExpImageRegistration() 252 typename CorrelationMetricType::RadiusType radius; in PerformExpImageRegistration() 261 …ing ScalesEstimatorType = itk::RegistrationParameterScalesFromPhysicalShift<CorrelationMetricType>; in PerformExpImageRegistration()
|
H A D | itkBSplineSyNImageRegistrationTest.cxx | 273 …using CorrelationMetricType = itk::ANTSNeighborhoodCorrelationImageToImageMetricv4<FixedImageType,… in PerformBSplineSyNImageRegistration() typedef 274 typename CorrelationMetricType::Pointer correlationMetric = CorrelationMetricType::New(); in PerformBSplineSyNImageRegistration() 275 typename CorrelationMetricType::RadiusType radius; in PerformBSplineSyNImageRegistration()
|
H A D | itkSyNImageRegistrationTest.cxx | 306 …using CorrelationMetricType = itk::ANTSNeighborhoodCorrelationImageToImageMetricv4<FixedImageType,… in PerformDisplacementFieldImageRegistration() typedef 307 typename CorrelationMetricType::Pointer correlationMetric = CorrelationMetricType::New(); in PerformDisplacementFieldImageRegistration() 308 typename CorrelationMetricType::RadiusType radius; in PerformDisplacementFieldImageRegistration()
|
H A D | itkTimeVaryingVelocityFieldImageRegistrationTest.cxx | 238 …using CorrelationMetricType = itk::ANTSNeighborhoodCorrelationImageToImageMetricv4<FixedImageType,… in PerformTimeVaryingVelocityFieldImageRegistration() typedef 239 typename CorrelationMetricType::Pointer correlationMetric = CorrelationMetricType::New(); in PerformTimeVaryingVelocityFieldImageRegistration() 240 typename CorrelationMetricType::RadiusType radius; in PerformTimeVaryingVelocityFieldImageRegistration()
|
H A D | itkTimeVaryingBSplineVelocityFieldImageRegistrationTest.cxx | 189 …using CorrelationMetricType = itk::ANTSNeighborhoodCorrelationImageToImageMetricv4<FixedImageType,… in PerformTimeVaryingBSplineVelocityFieldImageRegistration() typedef 190 typename CorrelationMetricType::Pointer correlationMetric = CorrelationMetricType::New(); in PerformTimeVaryingBSplineVelocityFieldImageRegistration() 191 typename CorrelationMetricType::RadiusType radius; in PerformTimeVaryingBSplineVelocityFieldImageRegistration()
|