Beispiel #1
0
    public void Creation()
    {
      var tools = new ConvolutionTools<float>();

      var smoother = new ElevationTreeSmoother(tools, ConvolutionMaskSize.Mask3X3, NullInfillMode.NoInfill);

      smoother.Should().NotBeNull();
    }