10.
Extracted text: Write a function that will take two inputs, a uint8 black and white image in1 and an integer number in2. It will return one output, a uint8 black and white image. Your function should modify in1 such that: • Values below in2 are set to in2. • Values above in2 are set to in2*2. This modified image should be your output.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here