powered by
Extract inverse image coordinate transformation
inverse_trans(x)# S4 method for NeuroSpace inverse_trans(x)
# S4 method for NeuroSpace inverse_trans(x)
A numeric 4x4 matrix that maps from real-world coordinates back to grid coordinates.
matrix
an object
bspace <- NeuroSpace(c(10,10,10), c(2,2,2)) itrans <- inverse_trans(bspace) identical(trans(bspace) %*% inverse_trans(bspace), diag(4))
Run the code above in your browser using DataLab