Thread: I badly needed help..asap..

  1. #1
    Registered User
    Join Date
    Aug 2012
    Posts
    3

    I badly needed help..asap..

    I have a hand detect program here in devcpp, which I know some of you are familiar with, and what I want to do now is instead of printing the defects of convexity or the red number on upper left of the image(i don't know how to name it) i want it to be converted into a 6-bit binary form and then make it an input to another program..is it possible? if yes, how?I badly needed help..asap..-a1-jpgI badly needed help..asap..-jpg

  2. #2
    Registered User
    Join Date
    Oct 2006
    Posts
    3,445
    if you can reliably generate the number, sending it to another program is relatively trivial. how do you want it to be used as input? is the target program GUI or text-based?

  3. #3
    Registered User
    Join Date
    Aug 2012
    Posts
    3
    i'm kinda a newbie in C++ language and actually, i just got the code from opencv..now, I have a project here that requires a hand recognition program or hand detect program that can be interfaced/connect to a program for arduino ( a microcontroller)..so i guess, the target program would be GUI..
    the concept is this:

    first: a C++ program that can detect/recognize a hand figure and then create an output in binary form.
    second: interface it with arduino thru uart..(the output from the C++ program will be the input of the microcontroller)

    is it possible?thanks..

  4. #4
    - - - - - - - - oogabooga's Avatar
    Join Date
    Jan 2008
    Posts
    2,808
    the red number on upper left of the image(i don't know how to name it)
    count_of_extended_fingers?

    i want it to be converted into a 6-bit binary form
    You want WHAT to be converted?
    The cost of software maintenance increases with the square of the programmer's creativity. - Robert D. Bliss

  5. #5
    Registered User
    Join Date
    Aug 2012
    Posts
    3
    I'm sorry for the wrong choice of word..I am not so familiar with C++ programming..

    What I really want is not to convert it but make an output data and send it to a program using a hyperterminal..I'm not sure if this is possible but I have to try..

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help Needed asap
    By 2 legs of man in forum C++ Programming
    Replies: 1
    Last Post: 01-18-2006, 01:29 PM
  2. Help Needed Please... Asap
    By Shabba in forum C Programming
    Replies: 2
    Last Post: 01-13-2004, 04:24 PM
  3. Who's telling the truth??? Career Advice Needed Badly
    By Ican'tCjax,fl in forum C Programming
    Replies: 1
    Last Post: 11-06-2002, 06:16 PM
  4. Newbie needs C++ help with pauses- help needed badly.
    By dgprog in forum C++ Programming
    Replies: 2
    Last Post: 07-11-2002, 05:11 PM