Images
-
Hi, need some help here: i would like to search for a group of pixels on an image, lets say the image is white of color, and has some red points on it, spread around the hole picture, now i would like to develop an application that can counts these dots. Later i want the user to select what he is looking for, dots, rectangles, circles,... is this possible with GDI+ ? Or is there a library (free one please :) ) that i can use to start ? Or should i program the hole flow on myself :) grtz & thx
-
Hi, need some help here: i would like to search for a group of pixels on an image, lets say the image is white of color, and has some red points on it, spread around the hole picture, now i would like to develop an application that can counts these dots. Later i want the user to select what he is looking for, dots, rectangles, circles,... is this possible with GDI+ ? Or is there a library (free one please :) ) that i can use to start ? Or should i program the hole flow on myself :) grtz & thx
Bitmap bmp; //obtain this however you like int x; int y; for (x=0;x
-
Hi, need some help here: i would like to search for a group of pixels on an image, lets say the image is white of color, and has some red points on it, spread around the hole picture, now i would like to develop an application that can counts these dots. Later i want the user to select what he is looking for, dots, rectangles, circles,... is this possible with GDI+ ? Or is there a library (free one please :) ) that i can use to start ? Or should i program the hole flow on myself :) grtz & thx
Let me try that again - something did not come out right in the translation... int x; int y; Bitmap bmp; for (x=0;x
-
Bitmap bmp; //obtain this however you like int x; int y; for (x=0;x
hm, that's not what i mean actually, sorry maybe i explained it wrong, i won't be looking for single pixels, i will be looking for circles, rectangles,...