0
0
Computer Visionml~5 mins

Color transforms (brightness, contrast, hue) in Computer Vision - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What does adjusting brightness in an image do?
Adjusting brightness makes the whole image lighter or darker by adding or subtracting a constant value to all pixels.
Click to reveal answer
beginner
How does changing contrast affect an image?
Changing contrast stretches or shrinks the difference between light and dark areas, making details stand out more or less.
Click to reveal answer
beginner
What is hue in the context of color transforms?
Hue refers to the color type itself, like red, green, or blue. Changing hue shifts all colors around the color wheel.
Click to reveal answer
intermediate
Why do we use color transforms like brightness, contrast, and hue in machine learning?
We use them to make models more robust by showing images in different lighting and color conditions, helping models learn better.
Click to reveal answer
intermediate
How can you adjust brightness and contrast using simple math on pixel values?
Brightness is adjusted by adding a value to pixels; contrast is adjusted by multiplying pixel differences from a midpoint by a factor.
Click to reveal answer
What happens when you increase the brightness of an image?
AThe image colors shift around the color wheel
BThe difference between light and dark areas increases
CThe image becomes lighter overall
DThe image becomes blurry
Which color transform changes the vividness of colors by stretching differences between light and dark?
ASaturation adjustment
BBrightness adjustment
CHue adjustment
DContrast adjustment
What does changing the hue of an image do?
AShifts all colors around the color wheel
BMakes the image lighter or darker
CIncreases the sharpness
DBlurs the image
Why is adjusting brightness and contrast useful in training machine learning models?
ATo create more varied training data
BTo reduce image size
CTo make images blurry
DTo remove colors
Which operation would you use to make an image darker?
AAdd a positive value to pixel brightness
BSubtract a value from pixel brightness
CShift hue values
DMultiply pixel values by a number greater than 1
Explain how brightness, contrast, and hue adjustments affect an image and why they are important in machine learning.
Think about how each transform changes the look of an image and why variety helps learning.
You got /5 concepts.
    Describe a simple way to adjust brightness and contrast using pixel values.
    Consider basic math operations on pixel numbers.
    You got /3 concepts.