PCL
|
Color Filter Array types. More...
Functions | |
String | Name (int cfa) |
A CFA (Color Filter Array) is a mosaic of color filters placed in front of an image sensor, such as CMOS sensors of digital cameras. This enumeration defines the CFA types currently supported in PCL.
CFAType::None | The image uses no CFA pattern, or the CFA pattern is unsupported. |
CFAType::BGGR, CFAType::GRBG, CFAType::GBRG, CFAType::RGGB | RGB CFA types. |
CFAType::CYGM | Cyan/Yellow/Green/Magenta CFA (used by a few digital cameras). |
String pcl::CFAType::Name | ( | int | cfa | ) |
Returns a string representing a type of color filter array.
cfa | A supported CFA type, identified by its corresponding symbolic constant. |