Thread: Image Processing

  1. #1
    Malum in se abachler's Avatar
    Join Date
    Apr 2007
    Posts
    3,195

    Image Processing

    Here's the latest results from my early vision system. The upper left is the raw image from the webcam, the lower left is the grey scale translation. The upper right is my custom edge detector.

    Notice how the lower right image filters out quite a bit of the natural shapes, leaving the tank as a more dominant set of features (also the motherboard in the background).

  2. #2
    Registered User C_ntua's Avatar
    Join Date
    Jun 2008
    Posts
    1,853
    Cool
    Are your algorithms based on already existing one? Care to elaborate a bit about your method?

  3. #3
    Malum in se abachler's Avatar
    Join Date
    Apr 2007
    Posts
    3,195
    I originally tried sobel, but that didn't work very well and took too much CPU time. The new method is as far as I know original, but I haven't done a comprehensive search of existing research so someone else may have thought of it first.

    The second stage, which produces the lower right is completely original research. I found it using a research technique I like to call 'trying random ........ until you find something interesting'.
    Last edited by abachler; 09-22-2009 at 08:41 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem reading tiff image files?
    By compz in forum C++ Programming
    Replies: 9
    Last Post: 10-30-2009, 04:17 AM
  2. Simple Image Processing
    By ejohns85 in forum C++ Programming
    Replies: 4
    Last Post: 03-19-2009, 12:10 PM
  3. Replies: 4
    Last Post: 03-02-2003, 09:12 AM
  4. Memory Allocation in Intell Image processing liberary
    By nisar in forum Windows Programming
    Replies: 0
    Last Post: 01-12-2003, 07:29 AM
  5. Image rotation using intel image processing
    By sunis in forum Windows Programming
    Replies: 1
    Last Post: 11-18-2002, 02:40 AM