AlbumShaper
1.0a3
src
backend
enhancements
redEye.h
Go to the documentation of this file.
1
//==============================================
2
// copyright : (C) 2003-2005 by Will Stokes
3
//==============================================
4
// This program is free software; you can redistribute it
5
// and/or modify it under the terms of the GNU General
6
// Public License as published by the Free Software
7
// Foundation; either version 2 of the License, or
8
// (at your option) any later version.
9
//==============================================
10
11
#ifndef BACKEND_ENHANCEMENTS_REDEYE_H
12
#define BACKEND_ENHANCEMENTS_REDEYE_H
13
14
//--------------------
15
//forward declarations
16
//--------------------
17
class
QImage;
18
class
QString;
19
class
QPoint;
20
class
StatusWidget
;
21
22
//Remove redeye in image
23
QImage*
removeRedeyeRegions
( QString filename,
24
QPoint topLeftExtreme, QPoint bottomRightExtreme,
25
StatusWidget
*
status
);
26
27
#endif //BACKEND_ENHANCEMENTS_REDEYE_H
status
StatusWidget * status
Definition:
redEye_internal.h:21
removeRedeyeRegions
QImage * removeRedeyeRegions(QString filename, QPoint topLeftExtreme, QPoint bottomRightExtreme, StatusWidget *status)
Definition:
redEye.cpp:206
StatusWidget
Definition:
statusWidget.h:32
Generated by
1.8.12