Convert
The Convert block converts the color information of an image from one color space to another.
Library
ComputerVision/Images/Operations
Description
Your choices are:
• RGB to Gray Scale
• RGB to HSV (Hue, Saturation, Value)
• RGB to HLS (Hue, Luminosity Saturation)
• Gray scale to RGB
• HSV to RGB
• HLS to RGB
Parameters
Name | Label | Description | Data Type | Valid Values |
---|---|---|---|---|
conversionType | Conversion Type | Specifies the color spaces between which you are converting. | String | 'RGB |
externalActivation | External activation | This parameter defines if the block receives or inherits an external activation. When External Activation is used, an additional activation port is added to the block. Default is OFF. | Number | 0 |
Ports
Name | Type | Description | IO Type | Number |
---|---|---|---|---|
src | explicit | input | 1 | |
image | explicit | output | 1 | |
Port 3 | activation | input | externalActivation |