색상 모듈 추가자료 Site https://scikit-image.org/docs/stable/api/skimage.color.html#skimage.color.convert_colorspace Module: color — skimage v0.16.1 docs The image in RGB format, in a 3-D or 4-D array of shape (.., ..,[ ..,] 3), or in RGBA format with shape (.., ..,[ ..,] 4). scikit-image.org 라이브러리의 이 모듈은 한 색상 공간에서 다른 색상 공간으로 이미지를 변경하는 함수들을 포함. Valid color spaces ‘RGB’, ‘HSV’, ‘RGB CIE’, ‘XYZ’, ‘YUV’, ‘..