Read the stride array
dip_Error dip_ImageGetStride( image, &stride, resources )
Read the dip_Image stride array. The array that is used to return the dimensions in, is allocated by this routine using IntegerArrayNew. The proper time to call this function is right after ImageGetData.
Data type | Name | Description |
dip_Image | image | An image |
dip_IntegerArray * | stride | Returns the stride array |
dip_Resources | resources | Resources tracking structure. See ResourcesNew |