Bird
0
0

What does the function scipy.ndimage.rotate do to an image?

easy📝 Conceptual Q11 of 15
SciPy - Image Processing (scipy.ndimage)
What does the function scipy.ndimage.rotate do to an image?
AIt adds noise to the image.
BIt turns the image by a specified angle.
CIt crops the image to a smaller size.
DIt changes the image colors.
Step-by-Step Solution
Solution:
  1. Step 1: Understand the function purpose

    scipy.ndimage.rotate is designed to rotate images by a given angle in degrees.
  2. Step 2: Compare options with function behavior

    Only turning or rotating the image matches the function's purpose; other options describe different image operations.
  3. Final Answer:

    It turns the image by a specified angle. -> Option B
  4. Quick Check:

    Rotate = Turn image [OK]
Quick Trick: Rotate means turn image by angle [OK]
Common Mistakes:
  • Confusing rotate with crop or color change
  • Thinking rotate changes image size
  • Assuming rotate adds effects like noise

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More SciPy Quizzes