Class Convolve1D

    • Field Detail

      • length

        public int length
      • weights

        public float[] weights
      • offsets

        public float[] offsets
    • Constructor Detail

      • Convolve1D

        public Convolve1D​(int length)
      • Convolve1D

        public Convolve1D​(int length,
                          float[] weights_data)
      • Convolve1D

        public Convolve1D​(int length,
                          float[] weights_data,
                          float[] offsets)
    • Method Detail

      • setWeights

        public void setWeights​(int length,
                               float[] weights,
                               float[] offsets)
      • onBeforeRender

        protected void onBeforeRender()
        Description copied from class: Filter
        This method will get called just before a rendering operation occurs.
        Specified by:
        onBeforeRender in class Filter<Convolve1D>