Increased functional test coverage of color conversions.
Reintroduced from 24.07 (v0.10.0): Improved performance of color conversion operators (e.g., 2x faster RGB2YUV).
Bug Fixes:
Fixed bug in YUV(420) conversions: The CvtColor operator incorrectly computed the data location of the second chromaticity channel for conversions.
Fixed bug in YUV(422) conversions: The CvtColor operator incorrectly interpreted the interleaved YUV422 data layout as a three-channel tensor.
Prevent CV_16F alpha addition: some color conversions in the CvtColor operator allowed for the addition of an alpha channel to the destination tensor, which is undefined for the CV_16F data type.
New Features:
Bug Fixes: