Ask Your Question

Abey's profile - activity

2015-12-13 04:06:46 -0600 asked a question Android Opencv Image and Classification

Hi,

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 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.

I will like to know if you can help streamline the project and correct or add relevant features.

Cheers.