Assign an existing buffer to a new itk::Image instance

Hello,

I am supposed to process images coming from an echograph. They do not come from a file, but from a graphic card buffer.
How can I set these existing data as LargestPossibleRegion, without copyning them ?

Hello @Oodini,

This discussion is likely relevant to what you want to do.

2 Likes

It seens I need to use ImportImageFilter. Thanks.

1 Like