First time here? Check out the FAQ!
answered Feb 18 '16
i fixed it with: HOGDescriptor d; d.winSize = Size(80,64);
and it resulted in correct number of feature descriptors, i think its right way of parameter setting. is it??