I have a normalized image of size 63*63. I have to decompose it to low, middle and high intensity. The low bound is 0.4 and high bound is 0.7 and I have to display three images.
My image has values between 0 and 1.now i have three conditions .the pixels below 0.4 are taken as low intensity and the pixels above 0.7 are high intensity .those in between are middle intensity.how should i use the conditional statement.and i need to display the low,middle,high intensity values.kindly help