imgdb::Initialize 関数

構文

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

引数

名前 説明
in rAllocator ライブラリが使用するアロケータ

返り値

なし。

説明

映像データベースの初期化を行う

映像データベースを使用する前に一度だけ呼び出す必要があります。
本関数を呼び出すと Finalize() が呼ばれるまで 575KB 程のメモリ消費されます。