| synopsis || arguments || prev || next |
void kdu_convert_rgb_to_ycc( kdu_line_buf & c1, kdu_line_buf & c2, kdu_line_buf & c3)
Java: void Kdu_convert_rgb_to_ycc( Kdu_line_buf c1, Kdu_line_buf c2, Kdu_line_buf c3)
[Declared in "../coresys/common/kdu_sample_processing.h"]
The line buffers must be compatible with respect to dimensions and data type. The forward ICT (RGB to YCbCr transform) is performed if the data is normalized (i.e. kdu_line_buf::is_absolute returns false). Otherwise, the RCT is performed.