First time here? Check out the FAQ!
answered 2016-02-18 12:40:53 -0600
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??