Converts BGR to tristimulus XYZ.
bgr (ndarray) – BGR array of shape (R, C, 3)
ndarray
standard (Standard) – Color standard to which the data conforms.
Standard
range (Union[int, float, None]) – Range of pixel values (Default: None - inferred from standard).
Union
int
float
None
XYZ array of shape (R, C, 3)
bgr2xyz()