YCoCgToRgb
Converts color space from pseudointensitY-Orange-Green into Red-Green-Blue.
Syntax
C++
C#
Python
def YCoCgToRgb( inYCoCgImage: Image, outRgbImage: Image, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inYCoCgImage | Image | ||
![]() |
outRgbImage | Image |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.


