cpp_M_HSV2RGB | R Documentation |
Converts grayscale [0,1] mat to 3D rgb array according to hsv space. hue and saturation determines tint whereas v is given by each element of mat
mat |
NumericMatrix, [0,1]. |
h |
double, [0,1], hue. Default is 0.0 |
s |
double, [0,1], saturation. Default is 0.0 |
a NumericVector with 3 dimensions attribute i.e. a 3D array - 1st Dim is matrix rows count, - 2nd Dim is matrix cols count, - 3rd Dim is RGB
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.