-
Notifications
You must be signed in to change notification settings - Fork 632
Description
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.
