diff --git a/README.md b/README.md index 8a6215e..25e98f2 100644 --- a/README.md +++ b/README.md @@ -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: phishman3579@gmail.com * Twitter: @phishman3579 @@ -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. +