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

FIL.EdgeModel2ByteSize

Returns estimated size of the EdgeModel2 in bytes.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inEdgeModelFilNet.EdgeModel2
outByteSizelong

See also