Add rotation to camera-based perspective tool
This rotation is different from the Rotate tool and the post-correction adjustment rotation because it is applied between camera shift and camera angle. It is equivalent to correcting the camera's roll and is the same as the rotation calculated by automatic perspective correction.
This commit is contained in:
@@ -911,6 +911,7 @@ struct PerspectiveParams {
|
||||
double camera_crop_factor;
|
||||
double camera_focal_length;
|
||||
double camera_pitch;
|
||||
double camera_roll;
|
||||
double camera_shift_horiz;
|
||||
double camera_shift_vert;
|
||||
double camera_yaw;
|
||||
|
Reference in New Issue
Block a user