Function nvcv::cfg::SetMaxImageBatchCount

Function Documentation

inline void nvcv::cfg::SetMaxImageBatchCount(int32_t maxCount)

Sets the maximum number of image batch handles that can be created.

Parameters:

maxCount – The maximum number of image batch handles. If negative, dynamic allocation is used and no hard limit is defined.

Throws:

An – exception is thrown if the nvcvConfigSetMaxImageBatchCount function fails.