SlideIO
2.0.0
Open-source library for reading of medical images
Loading...
Searching...
No Matches
src
slideio
transformer
colorspace.hpp
1
// This file is part of slideio project.
2
// It is subject to the license terms in the LICENSE file found in the top-level directory
3
// of this distribution and at http://slideio.com/license.html.
4
#pragma once
5
6
namespace
slideio
7
{
8
enum class
ColorSpace
9
{
10
RGB,
11
GRAY,
12
HSV,
13
HLS,
14
YUV,
15
YCbCr,
16
XYZ,
17
LAB,
18
LUV,
19
};
20
}
slideio
Definition:
exceptions.hpp:15
Generated by
1.9.5