Can I use cropped objects from full frames as training dataset for a cascade classifier (LBP or HAAR)?
I know that I have to use full frames with annotations when retraining a neural net (Tensorflow, YOLO and so on)
But do I need it for a cascade classifier? Or cropped images are ok?
It seems I can do it because we have positive and negative images
So it should be ok to crop objects from positive images
E.g.
or