Home
last modified time | relevance | path

Searched refs:GetRMSChange (Results 1 – 25 of 46) sorted by relevance

12

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/AntiAlias/test/
H A DitkAntiAliasBinaryImageFilterTest.cxx126 std::cout << "Last RMS change value was: " << antialiaser->GetRMSChange() << std::endl; in itkAntiAliasBinaryImageFilterTest()
127 if( antialiaser->GetRMSChange() > 0.02 ) in itkAntiAliasBinaryImageFilterTest()
154 std::cout << "Last RMS change value was: " << antialiaser->GetRMSChange() << std::endl; in itkAntiAliasBinaryImageFilterTest()
156 if( antialiaser->GetRMSChange() > 0.02 ) in itkAntiAliasBinaryImageFilterTest()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Registration/PDEDeformable/include/
H A DitkSymmetricForcesDemonsRegistrationFilter.hxx131 ::GetRMSChange() const in GetRMSChange() function in itk::SymmetricForcesDemonsRegistrationFilter
141 return drfp->GetRMSChange(); in GetRMSChange()
169 this->SetRMSChange( drfp->GetRMSChange() ); in ApplyUpdate()
H A DitkFastSymmetricForcesDemonsRegistrationFilter.hxx132 ::GetRMSChange() const in GetRMSChange() function in itk::FastSymmetricForcesDemonsRegistrationFilter
136 return drfp->GetRMSChange(); in GetRMSChange()
265 this->SetRMSChange( drfp->GetRMSChange() ); in ApplyUpdate()
H A DitkDiffeomorphicDemonsRegistrationFilter.hxx183 ::GetRMSChange() const in GetRMSChange() function in itk::DiffeomorphicDemonsRegistrationFilter
187 return drfp->GetRMSChange(); in GetRMSChange()
342 this->SetRMSChange( drfp->GetRMSChange() ); in ApplyUpdate()
H A DitkSymmetricForcesDemonsRegistrationFilter.h118 const double & GetRMSChange() const override;
H A DitkDemonsRegistrationFilter.hxx165 this->SetRMSChange( drfp->GetRMSChange() ); in ApplyUpdate()
H A DitkFastSymmetricForcesDemonsRegistrationFilter.h113 const double & GetRMSChange() const override;
H A DitkDiffeomorphicDemonsRegistrationFilter.h128 const double & GetRMSChange() const override;
H A DitkSymmetricForcesDemonsRegistrationFunction.h165 virtual const double & GetRMSChange() const in GetRMSChange() function
H A DitkLevelSetMotionRegistrationFilter.hxx305 this->SetRMSChange( drfp->GetRMSChange() ); in ApplyUpdate()
H A DitkDemonsRegistrationFunction.h164 virtual double GetRMSChange() const in GetRMSChange() function
H A DitkFastSymmetricForcesDemonsRegistrationFunction.h165 virtual const double & GetRMSChange() const in GetRMSChange() function
H A DitkLevelSetMotionRegistrationFunction.h166 virtual double GetRMSChange() const in GetRMSChange() function
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Registration/GPUPDEDeformable/include/
H A DitkGPUDemonsRegistrationFilter.hxx177 this->SetRMSChange( drfp->GetRMSChange() ); in ApplyUpdate()
H A DitkGPUDemonsRegistrationFunction.h194 virtual double GetRMSChange() const in GetRMSChange() function
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Segmentation/LevelSets/test/
H A DitkGeodesicActiveContourShapePriorLevelSetImageFilterTest.cxx48 std::cout << m_Filter->GetRMSChange() << std::endl; in ShowIteration()
317 std::cout << "RMS change: " << filter->GetRMSChange() << std::endl; in itkGeodesicActiveContourShapePriorLevelSetImageFilterTest()
H A DitkGeodesicActiveContourShapePriorLevelSetImageFilterTest_2.cxx49 std::cout << m_Filter->GetRMSChange() << std::endl; in ShowIteration()
391 std::cout << "RMS change: " << filter->GetRMSChange() << std::endl; in itkGeodesicActiveContourShapePriorLevelSetImageFilterTest_2()
H A DitkGeodesicActiveContourLevelSetImageFilterTest.cxx180 std::cout << "RMS change: " << geodesicActiveContour->GetRMSChange() << std::endl; in itkGeodesicActiveContourLevelSetImageFilterTest()
H A DitkShapeDetectionLevelSetImageFilterTest.cxx183 std::cout << "RMS change: " << shapeDetection->GetRMSChange() << std::endl; in itkShapeDetectionLevelSetImageFilterTest()
H A DitkCurvesLevelSetImageFilterZeroSigmaTest.cxx185 std::cout << "RMS change: " << curvesFilter->GetRMSChange() << std::endl; in itkCurvesLevelSetImageFilterZeroSigmaTest()
/dports/science/InsightToolkit/ITK-5.0.1/Examples/Segmentation/
H A DLaplacianSegmentationLevelSetImageFilter.cxx259 std::cout << "RMS change: " << laplacianSegmentation->GetRMSChange() << std::endl; in main()
H A DCannySegmentationLevelSetImageFilter.cxx288 std::cout << "RMS change: " << cannySegmentation->GetRMSChange() << std::endl; in main()
H A DGeodesicActiveContourShapePriorLevelSetImageFilter.cxx186 std::cout << filter->GetRMSChange() << " "; in Execute()
925 std::cout << "RMS change: " << geodesicActiveContour->GetRMSChange() << std::endl; in main()
H A DThresholdSegmentationLevelSetImageFilter.cxx362 std::cout << "RMS change: " << thresholdSegmentation->GetRMSChange() << std::endl; in main()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Segmentation/LevelSets/wrapping/test/
H A DGeodesicActiveContourImageFilterTest.py182 print("RMS change: %.3f" % (geodesicActiveContour.GetRMSChange()))

12