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

AVL.EdgeModel2ByteSize

Returns estimated size of the EdgeModel2 in bytes.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void EdgeModel2ByteSize
(
	AvlNet.EdgeModel2 inEdgeModel,
	out long outByteSize
)

Parameters

Name Type Range Default Description
inEdgeModelAvlNet.EdgeModel2
outByteSizelong

See also