LibraryLink`
LibraryLink`

MImage_getRowCount (C Function)

gets the number of rows of an MImage.

Details

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

Examples

Basic Examples  (1)

This gets the number of rows of an MImage:

MImage I0;
mint rows;
...
rows = libData->MImage_getRowCount(I0);