Minor enhancements

This commit is contained in:
François Boulogne
2016-06-02 13:35:36 +02:00
parent aea36e89d1
commit 8c9d8926c8
2 changed files with 10 additions and 8 deletions
@@ -7,7 +7,7 @@ The minimum algorithm takes a histogram of the image and smooths it
repeatedly until there are only two peaks in the histogram. Then it
finds the minimum value between the two peaks. After smoothing the
histogram, there can be multiple pixel values with the minimum histogram
count, so you can pick 'min', 'mid', or 'max' of these values.
count, so you can pick the 'min', 'mid', or 'max' of these values.
"""
import matplotlib.pyplot as plt