2006-12-10 05:33:38 +08:00
|
|
|
/* GIMP - The GNU Image Manipulation Program
|
added gimphistogram*, histogramwidget*, removed histogram.[ch]
* app/Makefile.am: added gimphistogram*, histogramwidget*,
removed histogram.[ch]
* app/histogram.[ch]: removed. replaced with histogramwidget.[ch].
* app/{gimphistogramP.h, gimphistogram.h, gimphistogram.c}: new
functions that calculate histograms in parallel and perform
calculations on them.
* app/histogramwidget.[ch]: Same as old histogram.[ch], only it is
now a real widget, and it uses GimpHistograms instead of arrays of
values.
* app/curves.c: #include gimphistogram.h instead of histogram.h.
* app/equalize.c: use GimpHistogram and GimpLut.
* app/gimpbrush.c, app/gimpimage.c, app/gimpset.c: use
GTK_RUN_FIRST in calls to gimp_signal_new.
* app/histogram_tool.c, app/levels.c, app/threshold.c: modified to
use the new HistogramWidget.
* app/paint_funcs.c: removed some unused variables.
* app/preferences_dialog.c: only display the num-processor field
if we are configured --with-mp
* plug-ins/gee/gee.c: removed a couple of c++ style comments.
1999-03-01 13:11:19 +08:00
|
|
|
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
|
|
|
|
*
|
2006-01-12 08:50:44 +08:00
|
|
|
* gimphistogram module Copyright (C) 1999 Jay Cox <jaycox@gimp.org>
|
added gimphistogram*, histogramwidget*, removed histogram.[ch]
* app/Makefile.am: added gimphistogram*, histogramwidget*,
removed histogram.[ch]
* app/histogram.[ch]: removed. replaced with histogramwidget.[ch].
* app/{gimphistogramP.h, gimphistogram.h, gimphistogram.c}: new
functions that calculate histograms in parallel and perform
calculations on them.
* app/histogramwidget.[ch]: Same as old histogram.[ch], only it is
now a real widget, and it uses GimpHistograms instead of arrays of
values.
* app/curves.c: #include gimphistogram.h instead of histogram.h.
* app/equalize.c: use GimpHistogram and GimpLut.
* app/gimpbrush.c, app/gimpimage.c, app/gimpset.c: use
GTK_RUN_FIRST in calls to gimp_signal_new.
* app/histogram_tool.c, app/levels.c, app/threshold.c: modified to
use the new HistogramWidget.
* app/paint_funcs.c: removed some unused variables.
* app/preferences_dialog.c: only display the num-processor field
if we are configured --with-mp
* plug-ins/gee/gee.c: removed a couple of c++ style comments.
1999-03-01 13:11:19 +08:00
|
|
|
*
|
2009-01-18 06:28:01 +08:00
|
|
|
* This program is free software: you can redistribute it and/or modify
|
added gimphistogram*, histogramwidget*, removed histogram.[ch]
* app/Makefile.am: added gimphistogram*, histogramwidget*,
removed histogram.[ch]
* app/histogram.[ch]: removed. replaced with histogramwidget.[ch].
* app/{gimphistogramP.h, gimphistogram.h, gimphistogram.c}: new
functions that calculate histograms in parallel and perform
calculations on them.
* app/histogramwidget.[ch]: Same as old histogram.[ch], only it is
now a real widget, and it uses GimpHistograms instead of arrays of
values.
* app/curves.c: #include gimphistogram.h instead of histogram.h.
* app/equalize.c: use GimpHistogram and GimpLut.
* app/gimpbrush.c, app/gimpimage.c, app/gimpset.c: use
GTK_RUN_FIRST in calls to gimp_signal_new.
* app/histogram_tool.c, app/levels.c, app/threshold.c: modified to
use the new HistogramWidget.
* app/paint_funcs.c: removed some unused variables.
* app/preferences_dialog.c: only display the num-processor field
if we are configured --with-mp
* plug-ins/gee/gee.c: removed a couple of c++ style comments.
1999-03-01 13:11:19 +08:00
|
|
|
* it under the terms of the GNU General Public License as published by
|
2009-01-18 06:28:01 +08:00
|
|
|
* the Free Software Foundation; either version 3 of the License, or
|
added gimphistogram*, histogramwidget*, removed histogram.[ch]
* app/Makefile.am: added gimphistogram*, histogramwidget*,
removed histogram.[ch]
* app/histogram.[ch]: removed. replaced with histogramwidget.[ch].
* app/{gimphistogramP.h, gimphistogram.h, gimphistogram.c}: new
functions that calculate histograms in parallel and perform
calculations on them.
* app/histogramwidget.[ch]: Same as old histogram.[ch], only it is
now a real widget, and it uses GimpHistograms instead of arrays of
values.
* app/curves.c: #include gimphistogram.h instead of histogram.h.
* app/equalize.c: use GimpHistogram and GimpLut.
* app/gimpbrush.c, app/gimpimage.c, app/gimpset.c: use
GTK_RUN_FIRST in calls to gimp_signal_new.
* app/histogram_tool.c, app/levels.c, app/threshold.c: modified to
use the new HistogramWidget.
* app/paint_funcs.c: removed some unused variables.
* app/preferences_dialog.c: only display the num-processor field
if we are configured --with-mp
* plug-ins/gee/gee.c: removed a couple of c++ style comments.
1999-03-01 13:11:19 +08:00
|
|
|
* (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License
|
2009-01-18 06:28:01 +08:00
|
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
added gimphistogram*, histogramwidget*, removed histogram.[ch]
* app/Makefile.am: added gimphistogram*, histogramwidget*,
removed histogram.[ch]
* app/histogram.[ch]: removed. replaced with histogramwidget.[ch].
* app/{gimphistogramP.h, gimphistogram.h, gimphistogram.c}: new
functions that calculate histograms in parallel and perform
calculations on them.
* app/histogramwidget.[ch]: Same as old histogram.[ch], only it is
now a real widget, and it uses GimpHistograms instead of arrays of
values.
* app/curves.c: #include gimphistogram.h instead of histogram.h.
* app/equalize.c: use GimpHistogram and GimpLut.
* app/gimpbrush.c, app/gimpimage.c, app/gimpset.c: use
GTK_RUN_FIRST in calls to gimp_signal_new.
* app/histogram_tool.c, app/levels.c, app/threshold.c: modified to
use the new HistogramWidget.
* app/paint_funcs.c: removed some unused variables.
* app/preferences_dialog.c: only display the num-processor field
if we are configured --with-mp
* plug-ins/gee/gee.c: removed a couple of c++ style comments.
1999-03-01 13:11:19 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __GIMP_HISTOGRAM_H__
|
|
|
|
#define __GIMP_HISTOGRAM_H__
|
|
|
|
|
2000-12-17 05:37:03 +08:00
|
|
|
|
2013-06-12 03:23:32 +08:00
|
|
|
#include "gimpobject.h"
|
|
|
|
|
|
|
|
|
|
|
|
#define GIMP_TYPE_HISTOGRAM (gimp_histogram_get_type ())
|
|
|
|
#define GIMP_HISTOGRAM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GIMP_TYPE_HISTOGRAM, GimpHistogram))
|
|
|
|
#define GIMP_HISTOGRAM_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GIMP_TYPE_HISTOGRAM, GimpHistogramClass))
|
|
|
|
#define GIMP_IS_HISTOGRAM(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GIMP_TYPE_HISTOGRAM))
|
|
|
|
#define GIMP_IS_HISTOGRAM_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GIMP_TYPE_HISTOGRAM))
|
|
|
|
#define GIMP_HISTOGRAM_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GIMP_TYPE_HISTOGRAM, GimpHistogramClass))
|
|
|
|
|
|
|
|
|
|
|
|
typedef struct _GimpHistogramPrivate GimpHistogramPrivate;
|
|
|
|
typedef struct _GimpHistogramClass GimpHistogramClass;
|
|
|
|
|
|
|
|
struct _GimpHistogram
|
|
|
|
{
|
|
|
|
GimpObject parent_instance;
|
2008-07-22 17:29:35 +08:00
|
|
|
|
2013-06-12 03:23:32 +08:00
|
|
|
GimpHistogramPrivate *priv;
|
|
|
|
};
|
|
|
|
|
|
|
|
struct _GimpHistogramClass
|
|
|
|
{
|
|
|
|
GimpObjectClass parent_class;
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
GType gimp_histogram_get_type (void) G_GNUC_CONST;
|
|
|
|
|
2013-06-12 07:02:25 +08:00
|
|
|
GimpHistogram * gimp_histogram_new (gboolean gamma_correct);
|
2001-05-23 07:05:35 +08:00
|
|
|
|
2008-07-22 17:29:35 +08:00
|
|
|
GimpHistogram * gimp_histogram_duplicate (GimpHistogram *histogram);
|
|
|
|
|
2012-04-17 04:36:28 +08:00
|
|
|
void gimp_histogram_calculate (GimpHistogram *histogram,
|
2012-04-17 03:01:39 +08:00
|
|
|
GeglBuffer *buffer,
|
|
|
|
const GeglRectangle *buffer_rect,
|
|
|
|
GeglBuffer *mask,
|
|
|
|
const GeglRectangle *mask_rect);
|
|
|
|
|
2012-04-16 01:09:35 +08:00
|
|
|
void gimp_histogram_clear_values (GimpHistogram *histogram);
|
|
|
|
|
2006-04-21 17:40:27 +08:00
|
|
|
gdouble gimp_histogram_get_maximum (GimpHistogram *histogram,
|
|
|
|
GimpHistogramChannel channel);
|
|
|
|
gdouble gimp_histogram_get_count (GimpHistogram *histogram,
|
|
|
|
GimpHistogramChannel channel,
|
|
|
|
gint start,
|
|
|
|
gint end);
|
|
|
|
gdouble gimp_histogram_get_mean (GimpHistogram *histogram,
|
|
|
|
GimpHistogramChannel channel,
|
|
|
|
gint start,
|
|
|
|
gint end);
|
2013-06-12 08:01:24 +08:00
|
|
|
gdouble gimp_histogram_get_median (GimpHistogram *histogram,
|
2006-04-21 17:40:27 +08:00
|
|
|
GimpHistogramChannel channel,
|
|
|
|
gint start,
|
|
|
|
gint end);
|
|
|
|
gdouble gimp_histogram_get_std_dev (GimpHistogram *histogram,
|
|
|
|
GimpHistogramChannel channel,
|
|
|
|
gint start,
|
|
|
|
gint end);
|
|
|
|
gdouble gimp_histogram_get_threshold (GimpHistogram *histogram,
|
|
|
|
GimpHistogramChannel channel,
|
|
|
|
gint start,
|
|
|
|
gint end);
|
|
|
|
gdouble gimp_histogram_get_value (GimpHistogram *histogram,
|
|
|
|
GimpHistogramChannel channel,
|
|
|
|
gint bin);
|
2013-06-12 03:32:08 +08:00
|
|
|
gdouble gimp_histogram_get_component (GimpHistogram *histogram,
|
|
|
|
gint component,
|
2006-04-21 17:40:27 +08:00
|
|
|
gint bin);
|
|
|
|
gint gimp_histogram_n_channels (GimpHistogram *histogram);
|
2013-06-11 06:58:47 +08:00
|
|
|
gint gimp_histogram_n_bins (GimpHistogram *histogram);
|
added gimphistogram*, histogramwidget*, removed histogram.[ch]
* app/Makefile.am: added gimphistogram*, histogramwidget*,
removed histogram.[ch]
* app/histogram.[ch]: removed. replaced with histogramwidget.[ch].
* app/{gimphistogramP.h, gimphistogram.h, gimphistogram.c}: new
functions that calculate histograms in parallel and perform
calculations on them.
* app/histogramwidget.[ch]: Same as old histogram.[ch], only it is
now a real widget, and it uses GimpHistograms instead of arrays of
values.
* app/curves.c: #include gimphistogram.h instead of histogram.h.
* app/equalize.c: use GimpHistogram and GimpLut.
* app/gimpbrush.c, app/gimpimage.c, app/gimpset.c: use
GTK_RUN_FIRST in calls to gimp_signal_new.
* app/histogram_tool.c, app/levels.c, app/threshold.c: modified to
use the new HistogramWidget.
* app/paint_funcs.c: removed some unused variables.
* app/preferences_dialog.c: only display the num-processor field
if we are configured --with-mp
* plug-ins/gee/gee.c: removed a couple of c++ style comments.
1999-03-01 13:11:19 +08:00
|
|
|
|
|
|
|
|
|
|
|
#endif /* __GIMP_HISTOGRAM_H__ */
|