Remove scaling from perspective correction
Scaling is applied at the end of all geometric transformations, so it would be more appropriate outside of the perspective correction tool. Such an implementation would also work better with the auto-fit feature.
This commit is contained in:
@@ -732,10 +732,9 @@ HISTORY_MSG_496;Perspective - Camera
|
||||
HISTORY_MSG_497;Perspective - Camera
|
||||
HISTORY_MSG_498;Perspective - Recovery
|
||||
HISTORY_MSG_499;Perspective - PCA - Rotation
|
||||
HISTORY_MSG_500;Perspective - PCA - Scale
|
||||
HISTORY_MSG_501;Perspective - PCA
|
||||
HISTORY_MSG_502;Perspective - Camera
|
||||
HISTORY_MSG_503;Perspective - Method
|
||||
HISTORY_MSG_500;Perspective - PCA
|
||||
HISTORY_MSG_501;Perspective - Camera
|
||||
HISTORY_MSG_502;Perspective - Method
|
||||
HISTORY_MSG_CLAMPOOG;Clip out-of-gamut colors
|
||||
HISTORY_MSG_COLORTONING_LABGRID_VALUE;CT - Color correction
|
||||
HISTORY_MSG_COLORTONING_LABREGION_AB;CT - Color correction
|
||||
@@ -1831,7 +1830,6 @@ TP_PERSPECTIVE_METHOD_CAMERA_BASED;Camera-based
|
||||
TP_PERSPECTIVE_POST_CORRECTION_ADJUSTMENT_FRAME;Post-correction adjustment
|
||||
TP_PERSPECTIVE_PROJECTION_PITCH;Vertical
|
||||
TP_PERSPECTIVE_PROJECTION_ROTATE;Rotation
|
||||
TP_PERSPECTIVE_PROJECTION_SCALE;Scale
|
||||
TP_PERSPECTIVE_PROJECTION_SHIFT_HORIZONTAL;Horizontal shift
|
||||
TP_PERSPECTIVE_PROJECTION_SHIFT_VERTICAL;Vertical shift
|
||||
TP_PERSPECTIVE_PROJECTION_YAW;Horizontal
|
||||
|
Reference in New Issue
Block a user