Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Image Detection  (Read 2876 times)

0 Members and 1 Guest are viewing this topic.

diseasedtoe

  • Newbie
  • *
  • Posts: 4
    • View Profile
Image Detection
« on: January 23, 2012, 01:29:04 am »
Hey guys,
I was wondering if you could help me with a challenge I am facing.  I want to create a program that can detect an image in a scene, and put a box around it.  A simple example: If I had a white piece of paper with a black square on it, I would take a picture of it and my program would detect the black square and put a box around it.  Could you please point me in the right direction as to how I could approach this problem?

MarekkPie

  • Newbie
  • *
  • Posts: 19
    • View Profile
Image Detection
« Reply #1 on: January 23, 2012, 02:16:05 am »
http://en.wikipedia.org/wiki/Computer_vision

There is no really easy way to do such a thing. This is an area where computers are still far behind humans.

mateandmetal

  • Full Member
  • ***
  • Posts: 171
  • The bird is the word
    • View Profile
    • my blog
Image Detection
« Reply #2 on: January 23, 2012, 04:36:48 am »
There is a library you can download and test.

http://sourceforge.net/projects/opencvlibrary/
- Mate (beverage) addict
- Heavy metal addict _lml
- SFML 2 addict
- My first (and free) game: BichingISH!

diseasedtoe

  • Newbie
  • *
  • Posts: 4
    • View Profile
Image Detection
« Reply #3 on: January 24, 2012, 06:22:27 am »
Thank you for replying on such short notice.  I will look through all the libraries and try to figure out which will work best for me.

Mikademus

  • Newbie
  • *
  • Posts: 31
    • View Profile
Image Detection
« Reply #4 on: January 24, 2012, 03:08:06 pm »
If you're asking about automatic pattern recognition you should know that this is an NP-difficult problem and an active academic topic. This journal has .PDF articles on the topic:
http://www.jprr.org/index.php/jprr

It is a very complex problem and you will not get the answer in this forum.

 

anything