Perspective correction implemented

This commit is contained in:
gabor
2010-05-28 16:19:56 +02:00
parent bc9e8cb61d
commit 44ac689d11
30 changed files with 796 additions and 361 deletions

View File

@@ -45,16 +45,20 @@
#include <colorshift.h>
#include <cacorrection.h>
#include <distortion.h>
#include <perspective.h>
#include <rotate.h>
#include <vignetting.h>
#include <toolbar.h>
#include <lensgeom.h>
#include <lensgeomlistener.h>
class ImageEditorCoordinator;
class ToolPanelCoordinator : public ToolPanelListener,
public ProfileChangeListener,
public WBProvider,
public RotateListener,
public LensGeomListener,
public SpotWBListener,
public CropPanelListener,
public ICMPanelListener,
@@ -64,8 +68,10 @@ class ToolPanelCoordinator : public ToolPanelListener,
WhiteBalance* whitebalance;
Vignetting* vignetting;
LensGeometry* lensgeom;
Rotate* rotate;
Distortion* distortion;
PerspCorrection* perspective;
CACorrection* cacorrection;
ColorShift* colorshift;
HLRecovery* hlrecovery;