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 2 of 2

Thread: BUmp* **Anyone knows the proces of hand detection algorithm?

  1. #1
    Junior Member
    Join Date
    Apr 2010
    Posts
    9
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default BUmp* **Anyone knows the proces of hand detection algorithm?

    Im currently working with American Sign Language....i just wanted to ask for help..thank you:-)

    @admin...its been a long tiime...since i posted here...i wonder if you know these..help.! hehe...


  2. #2
    Super Moderator helloworld922's Avatar
    Join Date
    Jun 2009
    Posts
    2,896
    Thanks
    23
    Thanked 619 Times in 561 Posts
    Blog Entries
    18

    Default Re: BUmp* **Anyone knows the proces of hand detection algorithm?

    Motion/image recognition is a pretty difficult topic. Recognizing that there is motion isn't too difficult (pixel-wise comparison between two pictures, using some tolerance level for environment factors), but determining what kind of motion it is is particularly tricky due to changing lighting conditions, "slight" variations in motions that the computer can't pick up on, and other seemingly minute issues that are extremely difficult to model mathematically so the computer can pick up on them.

Similar Threads

  1. Canny Edge Detection
    By tiny in forum Object Oriented Programming
    Replies: 1
    Last Post: March 6th, 2012, 01:54 PM
  2. 2D Collision Detection
    By Cuju in forum What's Wrong With My Code?
    Replies: 1
    Last Post: April 3rd, 2010, 10:39 AM
  3. algorithm
    By AmmrO in forum Algorithms & Recursion
    Replies: 13
    Last Post: September 24th, 2009, 09:18 PM
  4. How to detect brightest spot among all spots?
    By BharatT in forum Java Theory & Questions
    Replies: 4
    Last Post: February 6th, 2009, 09:12 PM
  5. String substring, concatenation operation on linked list
    By oaks12 in forum Collections and Generics
    Replies: 1
    Last Post: January 15th, 2009, 07:12 AM