Back to FabImage Library website

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

GrayModel2ByteSize


Header: FIL.h
Namespace: fil
Module: MatchingPro

Returns estimated size of the GrayModel2 in bytes.

Syntax

C++
C#
 
void fil::GrayModel2ByteSize
(
	const fil::GrayModel2& inGrayModel,
	ftl::int64& outByteSize
)

Parameters

Name Type Default Description
Input value
inGrayModel const GrayModel2&
Output value
outByteSize int64&