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,
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.
It seens I need to use ImportImageFilter
. Thanks.