Package it.unibo.alchemist.model.implementations.layers
Types
Link copied to clipboard
open class BidimensionalGaussianLayer<P : Position2D<P>> @JvmOverloads constructor( baseline: Double = 0.0, val centerX: Double, val centerY: Double, norm: Double, sigmaX: Double, sigmaY: Double = sigmaX) : Layer<Double, P>
Content copied to clipboard
A Layer based on a 2D gaussian function and an optional baseline value.
Link copied to clipboard