You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am wondering if using not only the 4 corners of the marker but some specific (depending on the marker ID) additional corners from the pattern itself would bring more accurate pose estimation?
For instance, when processing time is not a constraint, a first estimation of the marker pose could be computed as usual and then refined (orthogonal_iteration()?) using some additional points.
I would say maybe in theory this should bring more accurate pose estimation, but in practice this should be useless/negligeable wrt sensor noise, image distortion, size of the marker in the image, etc.
I think that the 4 corners coordinates are already computed from contour points line fitting, so using additional corners from the pattern should not bring additional useful information?
I am interested about other opinions.
The text was updated successfully, but these errors were encountered:
I tried something like that but it didn't seem to give improvement, at least for far away tags. My guess is that the edge fitting already makes use of most of the useful information for pose.
Sorry, this is not a bug but rather a question.
I am wondering if using not only the 4 corners of the marker but some specific (depending on the marker ID) additional corners from the pattern itself would bring more accurate pose estimation?
For instance, when processing time is not a constraint, a first estimation of the marker pose could be computed as usual and then refined (
orthogonal_iteration()
?) using some additional points.I would say maybe in theory this should bring more accurate pose estimation, but in practice this should be useless/negligeable wrt sensor noise, image distortion, size of the marker in the image, etc.
I think that the 4 corners coordinates are already computed from contour points line fitting, so using additional corners from the pattern should not bring additional useful information?
I am interested about other opinions.
The text was updated successfully, but these errors were encountered: