trainHOG
trainHOG copied to clipboard
Train your own SVM!
How can i use this (which focuses on person detection) to train SVM for objects of my own interest? Is it enough to populate the pos and neg directories with objects of my interest and change the window size (hog.winSize = Size(64, 128))?