From 014ba261fbebb88bbaf187d8b876e08ab43c8e2a Mon Sep 17 00:00:00 2001 From: odebeir Date: Fri, 28 Aug 2015 22:17:25 +0200 Subject: [PATCH] add gamma correction example --- doc/examples/plot_log_gamma.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/examples/plot_log_gamma.py b/doc/examples/plot_log_gamma.py index 03975b7f..d2d60149 100644 --- a/doc/examples/plot_log_gamma.py +++ b/doc/examples/plot_log_gamma.py @@ -3,8 +3,8 @@ Gamma and log contrast adjustment ====================================== -This examples adjust image contrast by performing a Gamma and a Logarithmic -correction on the input image. +This example adjusts image contrast by performing a Gamma and a Logarithmic +corrections on the input image. """ import matplotlib