I have a model of a cam obtained with Ocam Toolbox. Imagine: I have one point in the space. To convert this point into 2D pixel position, I am using the world2cam function of the calibration toolbox. To do the reverse problem, I am using the cam2world function of the same toolbox.
In case 1: I only obtain the point in 2D if I put into the function the following expression: ss = - model.ss. In this way I obtain a good representation of the point in pixel coordinates.
In case 2: If I put the expression above, I obtain the original point in negative. Instead, if I leave the original expression (ss = model.ss), I obtain the original point in 3D representation.
Do you know why this is happening? I will be very thankful to you if you help me.