How to get bounding box from HOGdescriptor::detect()
I far as I see detect() only returns a point whereas detectMultiScale() returns a detection bounding box. Is there any way to replicate this for detect() function as well?