Medical Imaging Interaction Toolkit  2025.12.02
Medical Imaging Interaction Toolkit
mitkChiSquareFitCostFunction.h
Go to the documentation of this file.
1 /*============================================================================
2 
3 The Medical Imaging Interaction Toolkit (MITK)
4 
5 Copyright (c) German Cancer Research Center (DKFZ)
6 All rights reserved.
7 
8 Use of this source code is governed by a 3-clause BSD license that can be
9 found in the LICENSE file.
10 
11 ============================================================================*/
12 
13 #ifndef mitkChiSquareFitCostFunction_h
14 #define mitkChiSquareFitCostFunction_h
15 
17 
18 #include "MitkModelFitExports.h"
19 
20 
21 namespace mitk
22 {
26 {
27 public:
28 
33  itkNewMacro(Self);
34 
36 
37 protected:
38 
39  MeasureType CalcMeasure(const ParametersType &parameters, const SignalType& signal) const override;
40 
42  {
43 
44  }
45 
47 
48 };
49 }
50 
51 #endif
#define MITKMODELFIT_EXPORT
MeasureType CalcMeasure(const ParametersType &parameters, const SignalType &signal) const override
mitk::SVModelFitCostFunction Superclass
itk::SmartPointer< const Self > ConstPointer
ModelFitCostFunctionInterface::SignalType SignalType
Find image slices visible on a given plane.