File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,4 +43,5 @@ compare_to_baseline(EXAMPLE_NAME GlobalRegistrationTwoImagesBSpline
4343add_example (DeformAVolumeWithAThinPlateSpline )
4444compare_to_baseline (EXAMPLE_NAME DeformAVolumeWithAThinPlateSpline
4545 BASELINE_PREFIX DeformedImageBaseline
46+ OPTIONS --tolerance-intensity 1
4647 )
Original file line number Diff line number Diff line change @@ -4,12 +4,14 @@ compare_to_baseline(
44 EXAMPLE_NAME ComputeFFTInOneDimension
55 TEST_NAME ComputeFFTInOneDimensionModulusBaselineComparison
66 BASELINE_PREFIX MouseLiver1DFFTModulusOutputBaseline
7+ OPTIONS --tolerance-intensity 1
78)
89compare_to_baseline (
910 PYTHON_ONLY
1011 EXAMPLE_NAME ComputeFFTInOneDimension
1112 TEST_NAME ComputeFFTInOneDimensionPhaseBaselineComparison
1213 BASELINE_PREFIX MouseLiver1DFFTPhaseOutputBaseline
14+ OPTIONS --tolerance-intensity 1
1315)
1416
1517compare_to_baseline (
@@ -53,4 +55,5 @@ compare_to_baseline(
5355add_example (ComputeInverseFFTOfImage )
5456compare_to_baseline (EXAMPLE_NAME ComputeInverseFFTOfImage
5557 BASELINE_PREFIX ComputeInverseFFTOfImage
58+ OPTIONS --tolerance-intensity 1
5659 )
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ add_example(ResampleAnImage)
3636compare_to_baseline (
3737 EXAMPLE_NAME ResampleAnImage
3838 BASELINE_PREFIX OutputBaseline
39+ OPTIONS --tolerance-intensity 1
3940)
4041
4142add_example (UpsampleAnImage )
Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ add_example(ApplyAtanImageFilter)
1111compare_to_baseline (EXAMPLE_NAME ApplyAtanImageFilter BASELINE_PREFIX OutputBaseline )
1212
1313add_example (ConvertRGBImageToGrayscaleImage )
14- compare_to_baseline (EXAMPLE_NAME ConvertRGBImageToGrayscaleImage BASELINE_PREFIX OutputBaseline )
14+ compare_to_baseline (EXAMPLE_NAME ConvertRGBImageToGrayscaleImage BASELINE_PREFIX OutputBaseline
15+ OPTIONS --tolerance-intensity 1 )
1516
1617add_example (MultiplyImageByScalar )
1718compare_to_baseline (EXAMPLE_NAME MultiplyImageByScalar BASELINE_PREFIX OutputBaseline )
You can’t perform that action at this time.
0 commit comments