CreateEmptyImage
Creates an empty image without allocating any data buffer. The initial reference count is set to one if a new image interface is created and kept, otherwise.
Syntax
Definition:
HRESULT CreateEmptyImage(
HRESULT hrPrev,
ITcVnImage*& ipImage
)
Parameters
Name |
Type |
Description |
---|---|---|
hrPrev |
HRESULT indicating the result of previous operations (If SUCCEEDED(hrPrev) equals false, no operation is executed.) | |
ipImage |
Returns the created image |
Required License
TC3 Vision Base