Go to the source code of this file.
Namespaces | |
namespace | modeling_forces::smooth |
Functions | |
def | modeling_forces::smooth.blur_image |
def | modeling_forces::smooth.gauss_kern |
def | modeling_forces::smooth.smooth |
def | modeling_forces::smooth.smooth_demo |
Variables | |
tuple | modeling_forces::smooth.Z = np.cos((X**2+Y**2)/200.) |
tuple | modeling_forces::smooth.Z2 = blur_image(Z, 3) |