Show / Hide Table of Contents

Enum BlockMeanHashMode

Namespace: OpenCvSharp.ImgHash
Assembly: OpenCvSharp.dll
Syntax
public enum BlockMeanHashMode

Fields

Name Description
Mode0

use fewer block and generate 16*16/8 uchar hash value

Mode1

use block blocks(step sizes/2), generate 31*31/8 + 1 uchar hash value

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX