Class BidimensionalGaussianLayer

    • Constructor Detail

      • BidimensionalGaussianLayer

        BidimensionalGaussianLayer(Double baseline, Double centerX, Double centerY, Double norm, Double sigmaX, Double sigmaY)
        Parameters:
        centerX - x coord of the layer's center.
        centerY - y coord of the layer's center.
      • BidimensionalGaussianLayer

        BidimensionalGaussianLayer(Double baseline, Double centerX, Double centerY, Double norm, Double sigmaX)
        Parameters:
        centerX - x coord of the layer's center.
        centerY - y coord of the layer's center.
      • BidimensionalGaussianLayer

        BidimensionalGaussianLayer(Double centerX, Double centerY, Double norm, Double sigmaX)
        Parameters:
        centerX - x coord of the layer's center.
        centerY - y coord of the layer's center.