Class GaussKernelShape

    • Constructor Detail

      • GaussKernelShape

        GaussKernelShape​(double sigma,
                         double tau)
        Constructor.
        Parameters:
        sigma - double; spatial size of the kernel
        tau - double; temporal size of the kernel
    • Method Detail

      • weight

        public double weight​(double c,
                             double dx,
                             double dt)
        Calculates a weight.
        Specified by:
        weight in interface KernelShape
        Parameters:
        c - double; assumed propagation speed
        dx - double; distance between measurement and estimated point
        dt - double; time between measurement and estimated point
        Returns:
        double; weight