Class IntegralMean<I extends RealType<I>>

    • Constructor Detail

      • IntegralMean

        public IntegralMean()
    • Method Detail

      • norm

        public static int norm​(int cornerPosition)
        Computes L1 norm of the position of an IntegralCursor. Computation is based on determining the number of 1 bits in the position.
        Parameters:
        cornerPosition - position vector of an IntegralCursor encoded as integer
        Returns:
        L1 norm of the position