As to a 2D image,we can directly use the matrix(2-order tensor) to represent, but what for 3D objects?
Recently,I have got a 3D face's shape and texture information,namely, x,y,z,R,G,B. But i don't konw how to use high-order tensors to represent 3D faces.
Any help would be appreciated.