Skip to content
Snippets Groups Projects
Commit 7b490e9d authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

correction inversionn red/green suite a un mail utilisateur

parent 54854c5b
Branches
Tags
No related merge requests found
......@@ -128,8 +128,8 @@ int main(int, char *[])
pixelValue.Reserve( 4 );
pixelValue[0] = 1; // Blue component
pixelValue[1] = 6; // Red component
pixelValue[2] = 100; // Green component
pixelValue[1] = 6; // Green component
pixelValue[2] = 100; // Red component
pixelValue[3] = 100; // NIR component
// Software Guide : EndCodeSnippet
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment