You are here: Start » AVL.NET » Function Reference » Computer Vision » Template Matching » AVL.GrayModel2ByteSize

AVL.GrayModel2ByteSize

Returns estimated size of the GrayModel2 in bytes.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void GrayModel2ByteSize
(
	AvlNet.GrayModel2 inGrayModel,
	out long outByteSize
)

Parameters

Name Type Range Default Description
inGrayModelAvlNet.GrayModel2
outByteSizelong

See also