does camera resolution affect pose estimation?
Hi,
what is effect of different camera resolution on pose estimation. is there any relevant article to read?
thanks.
thanks. Yes I am talking about aruco and apriltag marker. as distance to tag from camera increases, pose estimation error is also increases. I will try with higher resolution.
Asked: 2019-07-04 02:27:14 -0600
Seen: 242 times
Last updated: Jul 04 '19
OpenCV DescriptorMatcher matches
Conversion between IplImage and MxArray
Video On Label OpenCV Qt :: hide cvNamedWindows
Problems using the math.h class with OpenCV (c++, VS2012)
How to reduce false positives for face detection
Area of a single pixel object in OpenCV
build problems for android_binary_package - Eclipse Indigo, Ubuntu 12.04
Can't compile .cu file when including opencv.hpp
Using OpenCV's stitching module, strange error when compositing images
you mean human pose estimation as in identifying human body configuration? I'd say that the higher the resolution the more accurate results but longer processing time - but this applies to anything in computer vision I guess...
"pose estimation" is far too brad here, it can mean almost anything. there is an aruco tag in the question, but your question seriously needs more explanation, to help you.
Right, I missed the aruco tag. So the question may refer to aruco markers pose estimation. Anyway, I think my first comment still holds - the higher resolution, the better.