Ask Your Question
0

Bicycle detection with opencv library in android

asked 2017-01-25 09:43:06 -0600

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.

edit retag flag offensive close merge delete

Comments

which opencv version do you use ?

berak gravatar imageberak ( 2017-01-25 10:45:40 -0600 )edit

I am using version 2.4.9

Wasim Reza gravatar imageWasim Reza ( 2017-01-25 17:54:27 -0600 )edit
berak gravatar imageberak ( 2017-01-26 00:47:11 -0600 )edit

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

Wasim Reza gravatar imageWasim Reza ( 2017-01-26 10:18:25 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2018-02-10 10:57:55 -0600

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

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-01-25 09:43:06 -0600

Seen: 1,214 times

Last updated: Feb 10 '18