Package imagingbook.common.noise.hashing


package imagingbook.common.noise.hashing
  • Class
    Description
    Hash functions for gradient (Perlin) noise.
    Integer hash function proposed by Thomas Wang in [1].
    Integer hash function proposed by Thomas Wang in [1].
    Hash function proposed by G Ward in [1].
    Interface to all hash functions defined in this package.
    Permutation-based hash function, similar to the one proposed in [1].