What are the shapes formed in hsl color space? [closed]

asked 2019-04-15 01:42:15 -0600

dineshlama gravatar image

image description image description

I'm studying the HSL color space, while developing and image segmentation algorithm which works similar to how human brain segments different coloured image segments. And when i visualize the HSL color space, in a certain range of Lightness value their is appearance of some shape what does it represents?

edit retag flag offensive reopen merge delete

Closed for the following reason question is off-topic or not relevant by berak
close date 2019-04-17 02:41:13.212242

Comments

That's interesting ;)

Orelox gravatar imageOrelox ( 2019-04-15 03:33:10 -0600 )edit

My guess is that the shapes appear because you are unwrapping a cone, since the original HSV space is in a cone shape.if you then unfold that to a flat circle or a rectangle, where will be areas that are undefined, hence the grey areas that seem like shapes.

StevenPuttemans gravatar imageStevenPuttemans ( 2019-04-15 04:34:25 -0600 )edit
LBerger gravatar imageLBerger ( 2019-04-15 05:02:16 -0600 )edit
1

unrelated to opencv.

berak gravatar imageberak ( 2019-04-17 02:41:33 -0600 )edit

hahaha @berak XD

StevenPuttemans gravatar imageStevenPuttemans ( 2019-04-17 04:57:20 -0600 )edit