~ubuntu-branches/ubuntu/maverick/digikam/maverick

« back to all changes in this revision

Viewing changes to libs/histogram/imagehistogram.h

  • Committer: Bazaar Package Importer
  • Author(s): Luka Renko
  • Date: 2009-12-22 21:38:14 UTC
  • mfrom: (1.2.26 upstream)
  • Revision ID: james.westby@ubuntu.com-20091222213814-dtgz0u1068y5rql7
Tags: 2:1.0.0-1ubuntu1
* Merge with Debian, remaining changes:
  - Export .pot name and copy to plugins in debian/rules
  - Build-depend on libkipi7-dev, libkexiv2-8-dev and 
    libkdcraw8-dev (KDE 4.3 -> 4.4)
* Build-depend on liblqr-1-0-dev: now in main (LP: #493508)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 * Date        : 2004-07-21
7
7
 * Description : image histogram manipulation methods.
8
8
 *
9
 
 * Copyright (C) 2004-2008 by Gilles Caulier <caulier dot gilles at gmail dot com>
 
9
 * Copyright (C) 2004-2009 by Gilles Caulier <caulier dot gilles at gmail dot com>
10
10
 *
11
11
 * This program is free software; you can redistribute it
12
12
 * and/or modify it under the terms of the GNU General
43
43
 
44
44
class DIGIKAM_EXPORT ImageHistogram : public QThread
45
45
{
46
 
 
47
46
    Q_OBJECT
48
47
 
49
48
public:
68
67
    double getPixels();
69
68
    double getStdDev(int channel, int start, int end);
70
69
    double getValue(int channel, int bin);
71
 
    double getMaximum(int channel);
 
70
    double getMaximum(int channel, int start, int end);
72
71
 
73
72
    int    getHistogramSegments(void);
74
73
    int    getMaxSegmentIndex(void);