Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: How to recognise objects from a new window

  1. #1
    Junior Member
    Join Date
    Oct 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to recognise objects from a new window

    Hi,

    I'm trying to make an app that recognises the details of a poker table, eg. my hole cards, how many players, their stack and my position at the table.

    Firstly, I was thinking of image processing, but I know these algoritms takes time and for this case in particulary will be very difficult. Do you have any other suggestions for doing this?

    If it helps, I can upload a picture with a normal table from a random platform.


    My second idea is to use the poker sotware client to obtain the infos that I need. The problem for this solution is that I'd like to remain hidden from the platform.

    Thanks for your help and I'm sorry if I wasn't explicit enough. If you have unclarities, you can ask and I'll try to be more explicit.


  2. #2
    Member
    Join Date
    Jun 2012
    Posts
    41
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Re: How to recognise objects from a new window

    So you want to "tap into" another program?

  3. #3
    Junior Member
    Join Date
    Oct 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: How to recognise objects from a new window

    Quote Originally Posted by lightOfDay View Post
    So you want to "tap into" another program?
    Not quite.

    Image and link removed by moderator
    I want to "tap in" into the program just to save the info I need. I want to create a poker boot, a program that can take better and quicker math decions than the average poker player. These boots are banned by the platform, that's the reason for running in "hidden mode".
    Pokerstars, for example, scannes your computer while you play for programmes that they banned (they have a list for that purpose).

    Anyway, for starters, I'm looking for a way to detect my cards without image detecting.
    Last edited by jps; October 16th, 2012 at 12:59 PM.

  4. #4
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: How to recognise objects from a new window

    By agreeing to these rules, you warrant that you will not post any messages that are obscene, vulgar, sexually-oriented, hateful, threatening, or otherwise violative of any laws.

    The owners of Java Programming Forums - The Java Community reserve the right to remove, edit, move or close any content item for any reason.
    ...From the registration page of this forum.

    This looks questionable in my opinion.

Similar Threads

  1. Replies: 2
    Last Post: August 27th, 2012, 09:19 PM
  2. [Question] Objects instantiated within objects.
    By Xerosigma in forum Object Oriented Programming
    Replies: 6
    Last Post: April 25th, 2012, 10:53 AM
  3. Replies: 1
    Last Post: December 17th, 2011, 03:32 AM
  4. Craating non active window ,and inputing to the non active window.
    By java-beginner in forum Java Theory & Questions
    Replies: 0
    Last Post: February 25th, 2011, 10:13 PM
  5. cmd.exe DOS Window
    By Curious in forum File I/O & Other I/O Streams
    Replies: 4
    Last Post: March 1st, 2010, 10:30 AM