Skip to content

Commit

Permalink
Added google linkedIn to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
phishman3579 committed Nov 20, 2013
1 parent 7aaea27 commit 5c7fcf7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ Android code to detection motion from by comparing two pictures.
Android code to detection motion from by comparing two pictures. It comes with an Activity that initializes a camera and grabs two pictures and compares them.

* Created by Justin Wetherell
* google: http://code.google.com/p/android-motion-detection
* github: http://github.com/phishman3579/android-motion-detection
* linkedIn: http://www.linkedin.com/in/phishman3579
* e-mail: [email protected]
* Twitter: @phishman3579

Expand All @@ -31,3 +33,4 @@ If the boolean "detected" variable is true then it has detected motion.
The RGB detection code is located in RgbMotionDetection.java class. The image processing code is located in ImageProcessing.java static class. The Activity to tie it all together is in MotionDetectionActivity.java.

I have created a MotionDetection class that detects motion comparing RGB values called RgbMotionDetection.java, a class that detects motion comparing Luminance values called LumaMotionDetection.java, and a class that detects motion comparing avergae Luminance values in regions called AggregateLumaMotionDetection.java.

0 comments on commit 5c7fcf7

Please sign in to comment.