Lecture 2 (9) Flashcards

(5 cards)

1
Q

What does HSV stand for in the context of color representation?

A

Hue, Saturation, Value

HSV is a color model that describes colors in terms of their hue, saturation, and brightness (value).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

According to the lecture, skin tones from any ethnicity yield similar {H,S} values when disregarding V. When is this useful?

A

Skin detection and face detection applications

This characteristic can be useful in various applications such as face detection and skin detection.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Fill in the blank: Interpolating Colour can be done using RGB values, such as RGB (1,0,0) and RGB (0,1,0) to yield _______.

A

RGB(0.5,0.5,0)

This interpolation results in a dull yellow interpred to HSV.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the result of interpolating RGB (1,0,0) and RGB (0,1,0) in HSV?

A

Dull yellow

The interpolation in HSV results in dull yellow, while in RGB it results in bright yellow.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

True or false: Interpolating HSV(120,1,1) and HSV(0,1,1) results in a dull yellow.

A

FALSE

The interpolation results in bright yellow when converted to RGB.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly