tags:

views:

278

answers:

1

i have preparaed the data for haartraining.but i cant get the way to train using openMP in windows.please, help me.

A: 

Please post some code or explain your question further - OpenMP is a compiler pragma that is only really useful for speeding up processing of large, cleanly divisible data regions. Are you trying to create training or code?

Sam Post
i am trying to create xml haar classifier using opencveg createsamples -info info.txt -vec object.vec -w 20 -h 30and haartraining ......how can i process fast using openMP?
ranzan
Sorry not familiar with haartraining
Sam Post