Approach for Red Light Recognition on Android
Hi,
I am new to OpenCV and have been developing Android for quite a bit. I am not a good C/C++ programmer as compared to Java. I am not sure which approach should I take to implement this. I have not used NDK before.
I need to help blind people walk straight on a lane crossing, may be using the Red light on the other end as a reference and calculating the deviation from it.
After going through the different approaches i can take, given here http://opencv.org/platforms/android/opencv4android-usage-models.html [BASIC and ADVANCED].
Any Pointers to help me decide will be appreciated.
I am not sure which approach will be more suitable for this project. I am more inclined
A highly recommended approach is to work on a desktop application while you develop your algorithm. Writing algorithms directly on the phone is like building planes and trying to fly them without engine. As soon as you have a stable, fast, accurate algorithm, tested with pre-recorded videos, you can start porting.