Is your feature request related to a problem? Please describe.
Currently AdvCvtColor operator fails with extended color range inputs (e.g. NVCV_COLOR_SPEC_BT601_ER).
Error:
what(): NVCV_ERROR_INVALID_ARGUMENT: Unsupported color spec
Describe the solution you'd like
Color conversion is succesfull with full/extended color range being used in it.
Describe alternatives you've considered
None
Additional context
Only limited range support in source code.
Is your feature request related to a problem? Please describe.
Currently
AdvCvtColoroperator fails with extended color range inputs (e.g.NVCV_COLOR_SPEC_BT601_ER).Error:
Describe the solution you'd like
Color conversion is succesfull with full/extended color range being used in it.
Describe alternatives you've considered
None
Additional context
Only limited range support in source code.