Research Article

[Retracted] Enhanced Watershed Segmentation Algorithm-Based Modified ResNet50 Model for Brain Tumor Detection

Table 1

Parameter used in augmentation step.

S. no.ParameterValue takenRemark

1.Rotation_range15By specifying the rotation_range, image is randomly rotated.
2.Width_shift_range0.05The width_shift_range is a floating point number; the image randomly shifts, either towards the left or the right by a given value.
3.Rescale1/255Scales the image as per the given value
4.Shear_range0.05Shear transformation slants the shape of the image. This is different from rotation in the sense that in shear transformation, we fix one axis and stretch the image at a certain angle known as the shear angle.
5.Height_shift_range0.05The image is shifted vertically instead of horizontally.
6.Brightness_range[0.1, 1.5]The brightness_range specifies the range for randomly picking a brightness shift value from.
7.Horizontal_flipTrueOn a random basis, the image is horizontally flipped.
8.Vertical_flipTrueOn a random basis, the image is vertically flipped.