I am using open cv c++ for estimating the pose of the object. And I am a beginner in pose estimation. I am getting confused with few terms.
Basically, if the object is in movement and camera is stationary, the external parameters( rotation and translation) belongs to the object. That is, the R and T is the object's rotation and translation. so, it is the object's pose.
Whereas Viceversa, if the camera is in movement and object is stationary, the R and T represents the camera's rotation and translation. so, it is the camera's pose.
So, why do all the forums generalise by saying the camera's pose instead of knowing the scenario whether the camera/object is stationary?