This commit is contained in:
odebeir
2015-09-03 20:25:57 +02:00
parent 014ba261fb
commit 7046df9d3c
+3 -3
View File
@@ -1,7 +1,7 @@
"""
======================================
=================================
Gamma and log contrast adjustment
======================================
=================================
This example adjusts image contrast by performing a Gamma and a Logarithmic
corrections on the input image.
@@ -74,4 +74,4 @@ ax_cdf.set_yticks(np.linspace(0, 1, 5))
# prevent overlap of y-axis labels
fig.subplots_adjust(wspace=0.4)
plt.show()
plt.show()