A first pass to let the gallery build using sphinx-gallery.

This commit is contained in:
emmanuelle
2016-03-29 19:17:01 +02:00
parent dfafc5045e
commit ef9bcfb778
49 changed files with 45 additions and 33 deletions
@@ -1,4 +1,3 @@
from __future__ import division
"""
========================
Sliding window histogram
@@ -35,6 +34,7 @@ References
.. [2] S.Perreault and P.Hebert. Median filtering in constant time.
Trans. Image Processing, 16(9):2389-2394, 2007.
"""
from __future__ import division
import numpy as np
import matplotlib
import matplotlib.pyplot as plt