imgdb::Initialize Function

Syntax

void Initialize(
     nn::fnd::IAllocator & rAllocator
);

Parameters

Name Description
in rAllocator Allocator used by the library.

Return Values

None.

Description

Initializes the image database.

This function must be called once before the image database can be used. After you call this function, approximately 576 KB of memory will be used until the Finalize() function is called.


CONFIDENTIAL