I'm going to train cascading boosted classifiers (using either OpenCV or Matlab) for detection of certain objects.
My question is that for a window detection size of 60x60, what's a reasonable resolution for training image samples, given that I don't have an unlimited time within which to train classifiers? Some of the images I've been given are 1200x600 and I'm quite certain this is unnecessarily large and that I must certain scale them down. I know that the testing datasets may have images or videos that big but the objects to detect within them are certainly not likely to be that big.