Closed Thread
Results 1 to 1 of 1

Thread: slightly modify motion detection code in VC# easy money

  1. #1
    David241 Guest

    slightly modify motion detection code in VC# easy money

    source code: it's attached to this post but you can also get the entire project here: http://willysm38.home.comcast.net/Detector.jpg
    comcast wont allow .rar (because they suck) so you have to right-click save page as and rename to .rar. i tested this twice and it works fine.

    $100 for each problem

    this motion detector has 2 filters, edges and rectangles. this is concerning the edges filter only, it compares two bitmaps (converted to grayscale), gets a list of x and y coordinates, and draws tiny rectangles at each coordinate which represent the difference between the 2 images (motion).

    problem 1:
    what i've been trying to do for a week now is create a method that takes that same x and y coordinate list, draws a rectangle of a different color on the AVERAGE of the coordinate list. it essentially creates a single target representing the average location of motion and displays it along with the original edges filter. very simple. i've attempted to create a method to do this. it is commented out. don't ask me questions if you haven't read the code!!!

    problem 2:
    once that is done the next step would be to output that target coordinate to a mini-SSC servo controller (translated to servo angles) that the user would calibrate in a user interface. look up mini-ssc on google to answer your questions about it.
    Attached Files Attached Files

  2. CODECALL Circuit advertisement

     
Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Easy Money For Someone In The Know - THIS IS NOT SPAM
    By chrisquinn in forum Request Services
    Replies: 3
    Last Post: 10-24-2010, 03:25 PM
  2. Quick program for easy money!
    By Noob4Basic in forum Services for Buy/Sell/Trade
    Replies: 1
    Last Post: 04-15-2010, 07:36 AM
  3. help motion detection webcam
    By dianwirawan in forum Visual Basic Programming
    Replies: 0
    Last Post: 06-21-2009, 07:01 PM
  4. motion detection with sound alart in VB
    By shadowhound in forum Visual Basic Programming
    Replies: 2
    Last Post: 09-07-2008, 10:43 AM
  5. Replies: 28
    Last Post: 09-19-2006, 12:18 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts