y_cb_cr_coefficients property

y_cb_cr_coefficients property

Gets or sets the matrix coefficients for transformation from RGB to YCbCr image data.

Definition:

@property
def y_cb_cr_coefficients(self):
    ...
@y_cb_cr_coefficients.setter
def y_cb_cr_coefficients(self, value):
    ...

See Also