Click or drag to resize

BlockMeanHashCreate Method

Create BlockMeanHash object

Namespace:  OpenCvSharp.ImgHash
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static BlockMeanHash Create(
	BlockMeanHashMode mode = BlockMeanHashMode.Mode0
)

Parameters

mode (Optional)
Type: OpenCvSharp.ImgHashBlockMeanHashMode

[Missing <param name="mode"/> documentation for "M:OpenCvSharp.ImgHash.BlockMeanHash.Create(OpenCvSharp.ImgHash.BlockMeanHashMode)"]

Return Value

Type: BlockMeanHash

[Missing <returns> documentation for "M:OpenCvSharp.ImgHash.BlockMeanHash.Create(OpenCvSharp.ImgHash.BlockMeanHashMode)"]

See Also