CS6825: Computer Vision word cloud

Android Application Options for Comptuer Vision

**** *recommended option --why ---you get to leverage other peoples code

OPTION3 = use OpenCV framework for Java that lets you take pictures and process them using build in "library" of already created Image Processing and Analysis algorithm

 

You must learn about OpenCV-- how

  1. OpenCV ANDROID website http://opencv.org/

  2. Look here to read how to setup and create a simple OpenCV program
  3. NOW to learn MORE about using OPENCV --

     

    1. READ the book I suggest on Syllabus on Android & OpenCV

    2. TRY OUT THE Samples that came with in your downloaded OpenCV SDK

    3. In the OpenCV sdk you downloaded there is a SAMPLES directory --you can try to use the code there that is Android code --but unfortuantely in Eclipse project not Adroid Studio --so copy over the source code and any res files you need. There is a good app there called ImageManipulation that does what your Project 2 code did in an app.

    4. Look to see if you can get the book in #1 or another on OpenCV and Android on our library.csueastbay.edu Safari index or search to see if you can get it free

    5. Also, you can search only for some good tutorials on how to use opencv in android. http://opencv.org/platforms/android

    6. API documentation = API for version 3.*

© Lynne Grewe