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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Visual Basic
  4. Is there anyway vb.net can use to extract image feature?

Is there anyway vb.net can use to extract image feature?

Scheduled Pinned Locked Moved Visual Basic
csharptutorialquestion
5 Posts 3 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
    TeiUKei
    wrote on last edited by
    #1

    I am working on a project that try to extract image color features. I wonder if vb.net can use to perform the function. If that is possible, can anybody tell me how to do it with any sample code?

    L D 2 Replies Last reply
    0
    • T TeiUKei

      I am working on a project that try to extract image color features. I wonder if vb.net can use to perform the function. If that is possible, can anybody tell me how to do it with any sample code?

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      There are articles on here telling you how to do this. Christian Graus has done some very good articles (in C#) on how to access images pixel by pixel and apply filters etc. However this involves using pointers so is not really suitable for VB (take a look though as they are useful and show you the idea behind how you would go about doing what you want - the algorithms and methods at least). Check this thread: http://www.codeproject.com/script/comments/forums.asp?msg=2216444&forumid=1649&mode=all&userid=2578352#xx2216444xx There are picture box controls as well but they are not very flexible - check out msdn for info though as they may do what you need. Take a two step approach here - look at how to access the picture at a low level and then look at what you want to do once you know how to do this. Dan

      1 Reply Last reply
      0
      • T TeiUKei

        I am working on a project that try to extract image color features. I wonder if vb.net can use to perform the function. If that is possible, can anybody tell me how to do it with any sample code?

        D Offline
        D Offline
        Dave Kreskowiak
        wrote on last edited by
        #3

        Of course, this all depends on what you mean by "extract image ... feature"??

        A guide to posting questions on CodeProject[^]
        Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
             2006, 2007

        T 1 Reply Last reply
        0
        • D Dave Kreskowiak

          Of course, this all depends on what you mean by "extract image ... feature"??

          A guide to posting questions on CodeProject[^]
          Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
               2006, 2007

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

          Thanks 1st of all, what i mean by 'extract image color feature' is to extract the color information of the specific pixel. For example, the pixel of (20,30) of an 800x600 images which contain RGB value = 123 192 134. Once i specify the pixel, then the corresponding value will be given.

          D 1 Reply Last reply
          0
          • T TeiUKei

            Thanks 1st of all, what i mean by 'extract image color feature' is to extract the color information of the specific pixel. For example, the pixel of (20,30) of an 800x600 images which contain RGB value = 123 192 134. Once i specify the pixel, then the corresponding value will be given.

            D Offline
            D Offline
            Dave Kreskowiak
            wrote on last edited by
            #5

            Have you tried the Bitmap objects GetPixel method??

            A guide to posting questions on CodeProject[^]
            Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                 2006, 2007

            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