Move de-fish to distortion

This commit is contained in:
Alexander Brock
2023-03-22 00:19:26 +01:00
parent 45b7251073
commit f9e2e934df
12 changed files with 96 additions and 57 deletions

View File

@@ -386,6 +386,8 @@ struct RotateParamsEdited {
struct DistortionParamsEdited {
bool amount;
bool defish;
bool focal_length;
};
class LocallabParamsEdited
{
@@ -1110,7 +1112,6 @@ struct PerspectiveParamsEdited {
bool horizontal;
bool vertical;
bool camera_crop_factor;
bool camera_defish;
bool camera_focal_length;
bool camera_pitch;
bool camera_scale;