Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Images

Images

Scheduled Pinned Locked Moved C#
winformsgraphicshelpquestion
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    Timothy_1982
    wrote on last edited by
    #1

    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

    D 2 Replies Last reply
    0
    • T Timothy_1982

      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

      D Offline
      D Offline
      Darryl Borden
      wrote on last edited by
      #2

      Bitmap bmp; //obtain this however you like int x; int y; for (x=0;x

      T 1 Reply Last reply
      0
      • T Timothy_1982

        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

        D Offline
        D Offline
        Darryl Borden
        wrote on last edited by
        #3

        Let me try that again - something did not come out right in the translation... int x; int y; Bitmap bmp; for (x=0;x

        1 Reply Last reply
        0
        • D Darryl Borden

          Bitmap bmp; //obtain this however you like int x; int y; for (x=0;x

          T Offline
          T Offline
          Timothy_1982
          wrote on last edited by
          #4

          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,...

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups