Ask Your Question

Wasim Reza's profile - activity

2018-02-10 10:57:55 -0600 answered a question Bicycle detection with opencv library in android

I have implemented that follow this link to get the code. Thanks.

2017-01-26 10:18:25 -0600 commented question Bicycle detection with opencv library in android

I have also tried that xml it also having some unsupported characters.

2017-01-25 17:54:27 -0600 commented question Bicycle detection with opencv library in android

I am using version 2.4.9

2017-01-25 09:45:34 -0600 asked a question Bicycle detection with opencv library in android

I am very new with opencv. My project is to detect bicycle using opencv or any other open source library in android. I can successfully run the sample project of opencv and import in android studio using another. Then I have tried to achieve my goal by replacing the xml from raw directory with /latentsvmdetector/bicycle.xml but it shows unsupported character in xml and crashed the application. After that I have researched almost every link. Many suggest that it is a complex task and it needs to use Latent SVM. But I am failed to find the way how to use this in my project. I don't get any suitable example of Latent SVM in android. I have also tried to build the cascade xml from positive images(1600) and negative images(600) data set from but failed to build it with some opencv error. I am really very confused what is the suitable way for this task. I think if I get any sample project to detect such complex object in android then I can be able to complete my task. Any link or sample code will be really appreciable. Thanks every one for your kind attention.