powered by
This is a low-level function that may be useful for debugging. It will return the pointer name itself from an antsImage object.
antsrGetPointerName(img)
image whose pointer we want
string
# NOT RUN { img = antsImageRead( getANTsRData("r16") ) antsrGetPointerName( img ) antsrGetPointerName( antsImageClone( img )) # }
Run the code above in your browser using DataLab