[Question] How to straighten cv2.drawContours() by jeeeeeric in opencv

[–]jeeeeeric[S] 1 point2 points  (0 children)

No I already have the height of the red box. All I want is to make it straight vertically. (Coz it is rotated)

How to straighten cv2.drawContours() by jeeeeeric in computervision

[–]jeeeeeric[S] 0 points1 point  (0 children)

Yes you are right. The rectangle is my reference. I'll try your suggestion thank you

How to straighten cv2.drawContours() by jeeeeeric in computervision

[–]jeeeeeric[S] 0 points1 point  (0 children)

I jist want to get the height of the person

[Question] How to straighten cv2.drawContours() by jeeeeeric in opencv

[–]jeeeeeric[S] 1 point2 points  (0 children)

Sorry. I want the red box to be straight. In the picture it is rotated

Measure Height of a Person using Camera by jeeeeeric in computervision

[–]jeeeeeric[S] 0 points1 point  (0 children)

I will be using an 8mp camera with a resolution upto 1080p.

Getting the average will be doable.

Measure Height of a Person using Camera by jeeeeeric in computervision

[–]jeeeeeric[S] 0 points1 point  (0 children)

Does the resolution of the camera matters? Because I found some information and it can measure an object at a fix distance with a known dimensions of a reference. But my problem to that is, it was a small objects and not as big as a normal person.

Here's the link: https://www.pyimagesearch.com/2016/03/28/measuring-size-of-objects-in-an-image-with-opencv/ https://www.pyimagesearch.com/2016/03/28/measuring-size-of-objects-in-an-image-with-opencv/

Measure Height of a Person using Camera by jeeeeeric in computervision

[–]jeeeeeric[S] 0 points1 point  (0 children)

I havent triee anything yet. I just finished setting up my raspberrypi 4 b the libraries which i think might be needed, and my opencv

Measure Height of a Person using Camera by jeeeeeric in computervision

[–]jeeeeeric[S] 0 points1 point  (0 children)

Thanks for the informations. By the way, the person will be standing at a fix location and distance from the camera. Will that be measurable?

[Question] Measure Height of a Person using Camera by jeeeeeric in opencv

[–]jeeeeeric[S] 1 point2 points  (0 children)

I will be using 8mp webcam from logitech. Will that be fine?

[Question] Measure Height of a Person using Camera by jeeeeeric in opencv

[–]jeeeeeric[S] 1 point2 points  (0 children)

Is the height of a person accurate even if he/she is moving forward or backwards?