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

Thread: Motion Tracking Questions

  1. #1
    Member
    Join Date
    Jul 2010
    Location
    Washington, USA
    Posts
    307
    Thanks
    16
    Thanked 43 Times in 39 Posts

    Default Motion Tracking Questions

    Does anyone know where I can get started with simple motion tracking?


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Motion Tracking Questions

    Can you define 'motion tracking' a bit further? tracking user interaction motion is typically accomplished with a MouseMotionListener

  3. #3
    Member
    Join Date
    Jul 2010
    Location
    Washington, USA
    Posts
    307
    Thanks
    16
    Thanked 43 Times in 39 Posts

    Default Re: Motion Tracking Questions

    I know how to use the MouseMotionListener, but I'm talking about detecting movement from a live feed.

  4. #4
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Motion Tracking Questions

    detecting movement from a live feed.
    Can you describe that in a bit more detail?

  5. #5
    Member
    Join Date
    Jul 2010
    Location
    Washington, USA
    Posts
    307
    Thanks
    16
    Thanked 43 Times in 39 Posts

    Default Re: Motion Tracking Questions

    I want to make a program that gets the image from a web cam 5 times every second, and have it detect movement between each image. Kinda like this: The Sentry Project

  6. #6
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Motion Tracking Questions

    Sounds interesting. Seeing patterns in images.

  7. #7
    Member
    Join Date
    Jul 2010
    Location
    Washington, USA
    Posts
    307
    Thanks
    16
    Thanked 43 Times in 39 Posts

    Default Re: Motion Tracking Questions

    Are there any tutorials for detecting patterns in images, because that the part I'm lost on.

Similar Threads

  1. JTable Questions
    By aussiemcgr in forum AWT / Java Swing
    Replies: 21
    Last Post: August 9th, 2010, 02:34 AM
  2. A few questions
    By adenverd in forum Java Theory & Questions
    Replies: 3
    Last Post: May 26th, 2010, 03:34 AM
  3. [SOLVED] Some serious questions,
    By Time in forum What's Wrong With My Code?
    Replies: 3
    Last Post: May 17th, 2010, 02:52 AM
  4. [SOLVED] Help:File Tracking Application..
    By Cross`17 in forum Java Networking
    Replies: 4
    Last Post: April 20th, 2010, 07:32 AM
  5. Libraries for User Tracking
    By jwpa in forum The Cafe
    Replies: 4
    Last Post: August 4th, 2009, 09:32 AM