LibraryLink`
LibraryLink`

MImage_free (C 函数)

is a library callback function that frees an MImage.

更多信息

  • Used in C/C++ code in a library function called from the Wolfram Language.

范例

基本范例  (1)

This frees an MImage:

MImage I0;
...
libData->MImage_free(I0);