Thread: image reconnaissance

  1. #1
    Registered User
    Join Date
    Jun 2004
    Posts
    722

    image reconnaissance

    Hi.. I'm developing a small project, where I have a process running which renders in OpenGL a 3d world - simple geometry and solid colors. From time to time a screenshot of the viewport is taken and sent via UDP socket to another process wherelse which is an AI agent. The agent receives the image, find shapes, objects and sends a response through the same socket, to drive a little car through the world. Both programs and going well.. but I'd like a bit of ideias how to parse that image. The project is obviously being developed in C++, but any documentation in any language would be apreciated.
    So any I'm simply asking some info (decent one preferably) on algorithms, methods to recognise stuff on images. No, not code!

    Second, how do I take that screenshot from the viewport in OpenGL ?!? I' using glut to ease up a bit.

    Thank you for your attention.

  2. #2
    Yes, my avatar is stolen anonytmouse's Avatar
    Join Date
    Dec 2002
    Posts
    2,544
    Have a look at OpenCV.

  3. #3
    Registered User
    Join Date
    Jun 2004
    Posts
    722
    hum.. seems fine.. have much to read then. but i has expecting something simpler.
    Thank you.

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. Replies: 1
    Last Post: 05-27-2009, 12:46 PM
  3. Simple Image Processing
    By ejohns85 in forum C++ Programming
    Replies: 4
    Last Post: 03-19-2009, 12:10 PM
  4. Replies: 4
    Last Post: 03-02-2003, 09:12 AM
  5. How to change a mouse cursor in console mode
    By GaPe in forum Windows Programming
    Replies: 10
    Last Post: 07-03-2002, 07:42 AM