摘要
影响海量图像数据的变换域算法速度的原因主要是文件I/O问题·对此,提出一种将中间结果分块存储、在读写数据时进行缓存优化并采用多线程技术进行并行处理的方法·以FFT算法为例的实验结果证明该方法能有效地提高海量图像数据变换域算法的速度·
The file I?O access is the key problem to the speed of massive image data transformation. This paper proposes a novel method through saving the intermediate data in tiles, optimizing file cache in I?O accessing and utilizing parallel processing via multithreading technique. The method proves to be effective from the test result by running FFT algorithm.
出处
《计算机辅助设计与图形学学报》
EI
CSCD
北大核心
2005年第7期1517-1522,共6页
Journal of Computer-Aided Design & Computer Graphics
基金
国家"八六三"高技术研究发展计划(2002AA133030)
关键词
分块
多线程
文件缓存优化
海量图像数据
tile, multithreading, file cache optimizing, massive image data