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

Some code cleanup and yellow line removal enhancements #64

Closed pakdel closed 12 years ago

pakdel commented 12 years ago

It can be compiled and tested as following:

export LD_LIBRARY_PATH=../opencvDir/lib
g++ -DDEBUG -I. -I../opencvDir/include -L../opencvDir/lib -lopencv_core -lopencv_imgproc -lopencv_highgui  -c -o functions.o functions.cpp
g++ -DDEBUG -I. -I../opencvDir/include -L../opencvDir/lib -lopencv_core -lopencv_imgproc -lopencv_highgui -o test test.cpp functions.o
./test SamplePic.JPG