mWater / mWater-Android-App

An Android App that snaps a picture of a petrifilm, counts the bacteria and posts the counts on a server for the mWater project
https://github.com/AndroidImageProcessing
GNU General Public License v3.0
24 stars 16 forks source link

Add a hook for image processing on the TakePicture pipeline #29

Closed cesine closed 12 years ago

cesine commented 12 years ago

Once we have some OpenCV running in the client, lets make it even easier to integrate (and test) our custom C++ image processing by running the OPenCV somewhere in the takepicture pipeline. Details to come once #28 is done..

grassick commented 12 years ago

Done!

cesine commented 12 years ago

@grassick awesome!