From 7d7cf5b23a521ffe74f00a94631ec0dc09ed53db Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 5 Oct 2011 14:13:02 +0200 Subject: Reduce number of bins in intensity histograms --- src/scaling-report.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scaling-report.c') diff --git a/src/scaling-report.c b/src/scaling-report.c index fa342957..719402bc 100644 --- a/src/scaling-report.c +++ b/src/scaling-report.c @@ -517,7 +517,7 @@ static void intensity_histogram(cairo_t *cr, const struct image *images, { int f_max; int i, b; - const int nbins = 100; + const int nbins = 30; double int_max, int_inc; double int_low[nbins]; double int_high[nbins]; -- cgit v1.2.3