vpGetImage (3) Linux Manual Page
vpGetImage – get a field of the intermediate image Synopsis #include <volpack.h> vpResult vpGetImage(vpc, image, width, height, scan_bytes, pixel_type, image_type) vpContext *vpc; void *image; int width, height; int scan_bytes; int pixel_type, image_type; Arguments vpc VolPack context from vpCreateContext. image 2D array for storing result image. width Width of array in pixels. height Height of array…
