原帖由 桑子 于 2007-10-17 10:58 发表
不知道该怎么形容,因为我的数据是由1024*1024个点组成的三维图,我不知道这种点占多少字节,至少3个吧,因为3个坐标值,每个坐标值大约6个有效数字……

电脑内存1G,可是当我把这个图片类似"ps" 般的修改一下以后 ...


a small calculation 1024*1024 pixel * 4byte for each axis * 3/ 1024bytePerM = 12*1024M = 12 G

This is raw data without compression, if your software are not good enough, to deal with 12G of data, is a bit of job.
一步又一步……

TOP

原帖由 驴子 于 2007-10-17 14:45 发表

1024×1024*4*3 = ???
单位是啥?


byte~ hoho i think i missed a K there
一步又一步……

TOP