How do I proceed once I have a feature points to compute pose estimation. For example, I guess I can use solvePnP(), but where to pass the feature points to the method. Also, what to pass to the first and second parameters(imagePoint and objectPoint)?
Thanks in advance.