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

Port the python image processing to c++ #26

Closed cesine closed 12 years ago

cesine commented 12 years ago

Probably the simplest and most robust way to get the image processing to run on the android is to port our python prototype to C++, and embed it in the app like the sample OpenCV android apps

pakdel commented 12 years ago

I have ported counter.py to C++ However, adaptiveThreshold(...) is still hacky!!

cesine commented 12 years ago

cool! i got OpenCV set up and tested for our architecture in #28 so we are ready to get together and build the JNI to connect it up. Our next steps are in #32

pakdel commented 12 years ago

I think I should create another issue concerning the adaptiveThreshold thing!!