Ask Your Question

Revision history [back]

OpenCV 3v: problem with trained models

Hello all,

Situation : I use opencv 3, and train model with params

numStages 12 -minhitrate 0.999 -maxFalseAlarmRate 0.4 -numPos 50 -numNeg 320 -w 10 -h 10 -mode ALL -precalcBufSize 6000 -precalcIdxBufSize 6000 -featureType LBP

Results of trained model: it correctly recognizes object from camera, but with some issue: model recognizes object on image if I do small motions (maybe i create so blurring). What's problem it can be?