Is there a way to lock the width and height of an object detected regardless of the actual size of the object? I need to get a consistent x and y coordinates of the object, but due to the fact that object is in motion, the shifting position fluctuates the width and height of the object, thereby changing the x, y coordinates as well. The current project requires precision on the x and y coordinates of the object.
Thank you.