Home
last modified time | relevance | path

Searched refs:GetTotalFrequency (Results 1 – 25 of 72) sorted by relevance

123

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Registration/Common/include/
H A DitkCorrelationCoefficientHistogramImageToImageMetric.hxx53 meanX /= histogram.GetTotalFrequency(); in MeanX()
73 meanY /= histogram.GetTotalFrequency(); in MeanY()
89 / histogram.GetTotalFrequency() in VarianceX()
107 / histogram.GetTotalFrequency() in VarianceY()
139 var /= histogram.GetTotalFrequency(); in Covariance()
H A DitkKullbackLeiblerCompareHistogramImageToImageMetric.hxx82 HistogramFrequencyType totalTrainingFreq = this->GetTrainingHistogram()->GetTotalFrequency(); in EvaluateMeasure()
83 HistogramFrequencyType totalMeasuredFreq = histogram.GetTotalFrequency(); in EvaluateMeasure()
/dports/science/InsightToolkit/ITK-5.0.1/Examples/Statistics/
H A DBayesianPluginClassifier.cxx257 aPrioris.push_back( (double)classSamples[0]->GetTotalFrequency() in main()
258 / (double)sample->GetTotalFrequency() ); in main()
259 aPrioris.push_back( (double)classSamples[1]->GetTotalFrequency() in main()
260 / (double)sample->GetTotalFrequency() ); in main()
H A DSubsample.cxx202 << subsample->GetTotalFrequency() << std::endl; in main()
217 << subsample->GetTotalFrequency() << std::endl; in main()
H A DListSample.cxx194 << sample->GetTotalFrequency() << std::endl; in main()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/Statistics/include/
H A DitkHistogramToImageFilter.hxx64 if ( n == this->GetFunctor().GetTotalFrequency() ) in SetTotalFrequency()
139 inputHistogram->GetTotalFrequency() ) ); in GenerateData()
172 << m_Functor.GetTotalFrequency() << std::endl; in PrintSelf()
H A DitkMembershipSample.hxx138 ::GetTotalFrequency() const in GetTotalFrequency() function in itk::Statistics::MembershipSample
140 return m_Sample->GetTotalFrequency(); in GetTotalFrequency()
H A DitkHistogram.hxx635 ::GetTotalFrequency() const in GetTotalFrequency() function in itk::Statistics::Histogram
637 return m_FrequencyContainer->GetTotalFrequency(); in GetTotalFrequency()
651 auto totalFrequency = double( this->GetTotalFrequency() ); in Quantile()
706 auto totalFrequency = double( this->GetTotalFrequency() ); in Mean()
723 os << indent << "TotalFrequency: " << this->GetTotalFrequency() << std::endl; in PrintSelf()
H A DitkVectorContainerToListSampleAdaptor.hxx100 ::GetTotalFrequency() const in GetTotalFrequency() function in itk::Statistics::VectorContainerToListSampleAdaptor
H A DitkHistogramToIntensityImageFilter.h64 SizeValueType GetTotalFrequency() const in GetTotalFrequency() function
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/Statistics/test/
H A DitkScalarImageToCooccurrenceMatrixFilterTest2.cxx171 totalF = hist->GetTotalFrequency(); in itkScalarImageToCooccurrenceMatrixFilterTest2()
213 totalF = hist->GetTotalFrequency(); in itkScalarImageToCooccurrenceMatrixFilterTest2()
261 totalF = hist->GetTotalFrequency(); in itkScalarImageToCooccurrenceMatrixFilterTest2()
290 totalF = hist->GetTotalFrequency(); in itkScalarImageToCooccurrenceMatrixFilterTest2()
315 totalF = hist->GetTotalFrequency(); in itkScalarImageToCooccurrenceMatrixFilterTest2()
H A DitkScalarImageToCooccurrenceMatrixFilterTest.cxx215 totalF = hist->GetTotalFrequency(); in itkScalarImageToCooccurrenceMatrixFilterTest()
294 totalF = hist2->GetTotalFrequency(); in itkScalarImageToCooccurrenceMatrixFilterTest()
349 totalF = hist3->GetTotalFrequency(); in itkScalarImageToCooccurrenceMatrixFilterTest()
387 totalF = hist4->GetTotalFrequency(); in itkScalarImageToCooccurrenceMatrixFilterTest()
H A DitkSampleTest.cxx76 TotalAbsoluteFrequencyType GetTotalFrequency() const override in GetTotalFrequency() function in itk::Statistics::SampleTest::MySample
170 std::cout << sample->GetTotalFrequency() << std::endl; in itkSampleTest()
H A DitkSampleTest2.cxx82 TotalAbsoluteFrequencyType GetTotalFrequency() const override in GetTotalFrequency() function in itk::Statistics::SampleTest::MySample
175 std::cout << sample->GetTotalFrequency() << std::endl; in itkSampleTest2()
H A DitkSampleTest3.cxx83 TotalAbsoluteFrequencyType GetTotalFrequency() const override in GetTotalFrequency() function in itk::Statistics::SampleTest::MySample
177 std::cout << sample->GetTotalFrequency() << std::endl; in itkSampleTest3()
H A DitkSampleTest4.cxx84 TotalAbsoluteFrequencyType GetTotalFrequency() const override in GetTotalFrequency() function in itk::Statistics::SampleTest::MySample
178 std::cout << sample->GetTotalFrequency() << std::endl; in itkSampleTest4()
H A DitkPointSetToListSampleAdaptorTest.cxx60 listSample->GetTotalFrequency(); in itkPointSetToListSampleAdaptorTest()
143 if (numberOfPoints != listSample->GetTotalFrequency()) in itkPointSetToListSampleAdaptorTest()
H A DitkImageToListSampleAdaptorTest.cxx71 sample->GetTotalFrequency(); in itkImageToListSampleAdaptorTestTemplate()
127 if (totalSize != sample->GetTotalFrequency()) in itkImageToListSampleAdaptorTestTemplate()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/Thresholding/include/
H A DitkMomentsThresholdCalculator.hxx36 if ( histogram->GetTotalFrequency() == 0 ) in GenerateData()
48 double total = histogram->GetTotalFrequency(); in GenerateData()
H A DitkYenThresholdCalculator.hxx36 if ( histogram->GetTotalFrequency() == 0 ) in GenerateData()
57 int total = histogram->GetTotalFrequency(); in GenerateData()
H A DitkShanbhagThresholdCalculator.hxx36 if ( histogram->GetTotalFrequency() == 0 ) in GenerateData()
62 int total = histogram->GetTotalFrequency(); in GenerateData()
H A DitkMaximumEntropyThresholdCalculator.hxx36 if ( histogram->GetTotalFrequency() == 0 ) in GenerateData()
62 int total = histogram->GetTotalFrequency(); in GenerateData()
H A DitkLiThresholdCalculator.hxx37 if ( histogram->GetTotalFrequency() == 0 ) in GenerateData()
68 num_pixels = histogram->GetTotalFrequency(); in GenerateData()
H A DitkOtsuMultipleThresholdsCalculator.hxx104 classFrequency[numberOfClasses - 1] = histogram->GetTotalFrequency(); in IncrementThresholds()
105 classMean[numberOfClasses - 1] = globalMean * histogram->GetTotalFrequency(); in IncrementThresholds()
159 const FrequencyType globalFrequency = histogram->GetTotalFrequency(); in Compute()
H A DitkKittlerIllingworthThresholdCalculator.hxx36 auto tot = static_cast< double >( data->GetTotalFrequency() ); in Mean()
110 if ( histogram->GetTotalFrequency() == 0 ) in GenerateData()

123