| synopsis || arguments || prev || next |

::kdu_convert_ycc_to_rgb

Java: Kdu_global::Kdu_convert_ycc_to_rgb

void kdu_convert_ycc_to_rgb( kdu_line_buf & c1, kdu_line_buf & c2, kdu_line_buf & c3, int width=-1)

Java: void Kdu_convert_ycc_to_rgb( Kdu_line_buf c1, Kdu_line_buf c2, Kdu_line_buf c3, int width)

[Declared in "../coresys/common/kdu_sample_processing.h"]


Synopsis

Inverts the effects of the forward transform performed by kdu_convert_rgb_to_ycc. If width is negative, the number of samples in each line is determined from the line buffers themselves. Otherwise, only the first width samples in each line are actually processed.


Arguments

c1 [kdu_line_buf &]

c2 [kdu_line_buf &]

c3 [kdu_line_buf &]

width [int]


| top || synopsis || arguments || prev || next |