How can I get the HSV value for each pixel from an Image in Mapwindow?
What kind of image is it?
You can load it as a grid and read for each pixel the 3 RGB bands.
Thanks Paul for your quick response , is there any such example available?
Regards,
Pronobesh Mukherjee
Hello Paul,
I am still not able to retrieve 3 RGB bands from Grid. I am quit new on this. Requesting you, if you please post some code block, it will help me a lot.
Regards,
Pronobesh Mukherjee
Hello All,
I was written below code to pick the colour from the image for every pixels, but unfortunately I am getting (0,0,0) RGB value for all the pixels.
Color myArgbColor = CommonFunctions.UIntToColor(myImage.ValueWithAlpha[i, j]);
Here i = pixel height and j = pixel width;
Looking for your help to get the actual RGB values from the pixels.
Regards,
Pronobesh Mukherjee