OpenCV android Project

Associate
Joined
17 Dec 2015
Posts
1
I am working on a machine learning project, using, opencv, android studios platform. it incorporates a image pre-processing stage and a machine learning stage. For the pre-processing stage, the use of Gabor filter, adaptive thresholding, sobel edge detection, and blob detection were employed. then followed by the machine learning stage (SVM). Video frames are loaded from a saved file and fed through the pre-processing pipeline. the stages involves the use of OpenCv libraries, I am currently working on a sample code for the pre-processing stage but I have Issues with any line of code that has "(R.id.ivImage)" R dot id, I believe it has something to do with my xml file but I cant figure it out.

I will like to know if anyone can help streamline the project and correct or add relevant features
 
Back
Top Bottom