Module bus.opencv

Class BlockMeanHash


public class BlockMeanHash extends ImgHashBase
Image hash based on block mean. See CITE: zauner2010implementation for details.
  • Constructor Details

    • BlockMeanHash

      protected BlockMeanHash(long addr)
  • Method Details

    • __fromPtr__

      public static BlockMeanHash __fromPtr__(long addr)
    • create

      public static BlockMeanHash create(int mode)
    • create

      public static BlockMeanHash create()
    • setMode

      public void setMode(int mode)
      Create BlockMeanHash object
      Parameters:
      mode - the mode
    • getMean

      public MatOfDouble getMean()