Image Management
This section demonstrates how to interact with the image model object supported by ImageDev, the ImageView.
- Create 2D Image: This example illustrates how to create a data buffer corresponding to a 2D image, and copy it in an object connectable to an ImageDev algorithm.
- Create 3D Image: This example illustrates how to create a data buffer corresponding to a 3D image, and copy it in an object connectable to an ImageDev algorithm.
- Data Transfer: This example illustrates how to create a data buffer corresponding to a 3D image, and transfer it in an object connectable to an ImageDev algorithm, without duplicating the data.