/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/AntiAlias/test/ |
H A D | itkAntiAliasBinaryImageFilterTest.cxx | 126 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 D | itkSymmetricForcesDemonsRegistrationFilter.hxx | 131 ::GetRMSChange() const in GetRMSChange() function in itk::SymmetricForcesDemonsRegistrationFilter 141 return drfp->GetRMSChange(); in GetRMSChange() 169 this->SetRMSChange( drfp->GetRMSChange() ); in ApplyUpdate()
|
H A D | itkFastSymmetricForcesDemonsRegistrationFilter.hxx | 132 ::GetRMSChange() const in GetRMSChange() function in itk::FastSymmetricForcesDemonsRegistrationFilter 136 return drfp->GetRMSChange(); in GetRMSChange() 265 this->SetRMSChange( drfp->GetRMSChange() ); in ApplyUpdate()
|
H A D | itkDiffeomorphicDemonsRegistrationFilter.hxx | 183 ::GetRMSChange() const in GetRMSChange() function in itk::DiffeomorphicDemonsRegistrationFilter 187 return drfp->GetRMSChange(); in GetRMSChange() 342 this->SetRMSChange( drfp->GetRMSChange() ); in ApplyUpdate()
|
H A D | itkSymmetricForcesDemonsRegistrationFilter.h | 118 const double & GetRMSChange() const override;
|
H A D | itkDemonsRegistrationFilter.hxx | 165 this->SetRMSChange( drfp->GetRMSChange() ); in ApplyUpdate()
|
H A D | itkFastSymmetricForcesDemonsRegistrationFilter.h | 113 const double & GetRMSChange() const override;
|
H A D | itkDiffeomorphicDemonsRegistrationFilter.h | 128 const double & GetRMSChange() const override;
|
H A D | itkSymmetricForcesDemonsRegistrationFunction.h | 165 virtual const double & GetRMSChange() const in GetRMSChange() function
|
H A D | itkLevelSetMotionRegistrationFilter.hxx | 305 this->SetRMSChange( drfp->GetRMSChange() ); in ApplyUpdate()
|
H A D | itkDemonsRegistrationFunction.h | 164 virtual double GetRMSChange() const in GetRMSChange() function
|
H A D | itkFastSymmetricForcesDemonsRegistrationFunction.h | 165 virtual const double & GetRMSChange() const in GetRMSChange() function
|
H A D | itkLevelSetMotionRegistrationFunction.h | 166 virtual double GetRMSChange() const in GetRMSChange() function
|
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Registration/GPUPDEDeformable/include/ |
H A D | itkGPUDemonsRegistrationFilter.hxx | 177 this->SetRMSChange( drfp->GetRMSChange() ); in ApplyUpdate()
|
H A D | itkGPUDemonsRegistrationFunction.h | 194 virtual double GetRMSChange() const in GetRMSChange() function
|
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Segmentation/LevelSets/test/ |
H A D | itkGeodesicActiveContourShapePriorLevelSetImageFilterTest.cxx | 48 std::cout << m_Filter->GetRMSChange() << std::endl; in ShowIteration() 317 std::cout << "RMS change: " << filter->GetRMSChange() << std::endl; in itkGeodesicActiveContourShapePriorLevelSetImageFilterTest()
|
H A D | itkGeodesicActiveContourShapePriorLevelSetImageFilterTest_2.cxx | 49 std::cout << m_Filter->GetRMSChange() << std::endl; in ShowIteration() 391 std::cout << "RMS change: " << filter->GetRMSChange() << std::endl; in itkGeodesicActiveContourShapePriorLevelSetImageFilterTest_2()
|
H A D | itkGeodesicActiveContourLevelSetImageFilterTest.cxx | 180 std::cout << "RMS change: " << geodesicActiveContour->GetRMSChange() << std::endl; in itkGeodesicActiveContourLevelSetImageFilterTest()
|
H A D | itkShapeDetectionLevelSetImageFilterTest.cxx | 183 std::cout << "RMS change: " << shapeDetection->GetRMSChange() << std::endl; in itkShapeDetectionLevelSetImageFilterTest()
|
H A D | itkCurvesLevelSetImageFilterZeroSigmaTest.cxx | 185 std::cout << "RMS change: " << curvesFilter->GetRMSChange() << std::endl; in itkCurvesLevelSetImageFilterZeroSigmaTest()
|
/dports/science/InsightToolkit/ITK-5.0.1/Examples/Segmentation/ |
H A D | LaplacianSegmentationLevelSetImageFilter.cxx | 259 std::cout << "RMS change: " << laplacianSegmentation->GetRMSChange() << std::endl; in main()
|
H A D | CannySegmentationLevelSetImageFilter.cxx | 288 std::cout << "RMS change: " << cannySegmentation->GetRMSChange() << std::endl; in main()
|
H A D | GeodesicActiveContourShapePriorLevelSetImageFilter.cxx | 186 std::cout << filter->GetRMSChange() << " "; in Execute() 925 std::cout << "RMS change: " << geodesicActiveContour->GetRMSChange() << std::endl; in main()
|
H A D | ThresholdSegmentationLevelSetImageFilter.cxx | 362 std::cout << "RMS change: " << thresholdSegmentation->GetRMSChange() << std::endl; in main()
|
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Segmentation/LevelSets/wrapping/test/ |
H A D | GeodesicActiveContourImageFilterTest.py | 182 print("RMS change: %.3f" % (geodesicActiveContour.GetRMSChange()))
|