Merge pull request #5569 from Lawrence37/perspective

Generalize perspective correction
This commit is contained in:
Ingo Weyrich
2020-06-19 21:32:41 +02:00
committed by GitHub
24 changed files with 9578 additions and 37 deletions

View File

@@ -864,8 +864,21 @@ struct LensProfParamsEdited {
};
struct PerspectiveParamsEdited {
bool method;
bool horizontal;
bool vertical;
bool camera_crop_factor;
bool camera_focal_length;
bool camera_pitch;
bool camera_roll;
bool camera_shift_horiz;
bool camera_shift_vert;
bool camera_yaw;
bool projection_pitch;
bool projection_rotate;
bool projection_shift_horiz;
bool projection_shift_vert;
bool projection_yaw;
};
struct GradientParamsEdited {