Hashers ******* All hashers from the :code:`Hasher` class. .. autoclass:: perception.hashers.hasher.Hasher :members: Images ~~~~~~ All image hashers inherit from the :code:`ImageHasher` class. .. autoclass:: perception.hashers.hasher.ImageHasher :members: The following image hash functions are included in the package. .. automodule:: perception.hashers.image :members: :imported-members: Videos ~~~~~~ All video hashers inherit from the :code:`VideoHasher` class. .. autoclass:: perception.hashers.hasher.VideoHasher :members: The following video hash functions are included in the package. .. automodule:: perception.hashers.video :members: :imported-members: Tools ~~~~~ These utility functions are only used by the hashers but are documented here for completeness. .. automodule:: perception.hashers.tools :members: