Thread: Please help, C++ graphics

  1. #1
    Registered User
    Join Date
    Nov 2004
    Posts
    2

    Please help, C++ graphics

    Hi guys.

    I am searching for someone who can help with IPL and OpenCV libraries. well the problem I'm facing is that I need to read a picture of an office desktop and recognise objects ( just pens) on it. in the end the programm has to show similarity of each object to a pen and the ammount of pens found on the image. The stage I got to is that I proccessed the image, made it binary, identified objects with white and background with black colour. So the objects are identified now. The problem is that , how do i get objects parameters such as perimeter, area, size?
    I need to get thiese parameters in order to comare them with a tempate , to see if it maches it or not.


    So please if anyone can give any suggestions on how to elicit parameters of the objects on the image, please give a hand.
    Tahnks for that guys..
    Dmitry

  2. #2
    Sweet
    Join Date
    Aug 2002
    Location
    Tucson, Arizona
    Posts
    1,820
    Stop freaking posting this question
    Woop?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Turtle Graphics, how does it work?
    By freddyvorhees in forum C++ Programming
    Replies: 15
    Last Post: 08-28-2009, 09:57 AM
  2. Graphics Programming :: Approach and Books
    By kuphryn in forum Windows Programming
    Replies: 4
    Last Post: 05-11-2004, 08:33 PM
  3. egavga.bgi problem
    By sunil21 in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 09-22-2003, 05:06 PM
  4. Graphics Devices and Cprintf clash
    By etnies in forum C Programming
    Replies: 6
    Last Post: 05-09-2002, 11:14 AM