Jitter using ArUco marker
Hi, I am using ArUco marker to find the pose. The dictionary is DICT_6X6_250 and the physical size is 2.5cm. I use Aruco.estimatePoseSingleMarkers to estimate the pose. However, I found the pose jitters much.
Does this make sense?
Thanks.
YL
It depends on how small the markers are in your image and the viewing angle. Your measurements are noisy which is to be expected. You can filter the noisy measurements with a Kalman filter for example.
Thanks. The noisy measurement you mean is the rotation and translation vector estimated by estimatePoseSingleMarkers, right?