|
计算机应用研究 2012
Design and implementation of image/signal processing parallellibrary based on MPI and object-orientation
|
Abstract:
There are many problems in the design and realization of traditional parallel software systems, such as the low development efficiency, the difficulty to ensure the quality and the poor portability. This paper developed the standard parallel library to resolve these problems. This paper used the idea of HPEC_SIhigh performance embedded computing software initiative for reference, based on the message passing mechanism of MPImessage passing interface, enveloped some typical parallel algorithms in image/signal processing domain as classes, designed and finished an object-oriented, image/signal processing standard parallel library to provide application software programmers an excellent development environment. It proves that the matrix-vector parallel algorithms can be implemented effectively by the library through experiments, and it's easy to use, portable and reusable greatly and effective.