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

FIL.GrayModel2ByteSize

Returns estimated size of the GrayModel2 in bytes.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inGrayModelFilNet.GrayModel2
outByteSizelong

See also