Computer vision algorithms on the Parsytec GCel 3/512
暂无分享,去创建一个
This paper describes the implementation of a library of low-level image processing algorithms. This library is divided into two families of algorithms, one for those that apply to the spatial domain (local histogram equalization, local average filter, median filter, Sobel edge detector, and histogram evaluation), and one for those that apply to the frequency domain (forward and inverse discrete Fourier Transform, amplitude of the forward discrete Fourier transform, forward and inverse discrete cosine transform, and Butterworth filters). The efficiency of these algorithms depends on the number of processors used, the method of combining results produced by different processors (e.g., sequentially or using a binary tree), and the time required for the combination of two independently produced results compared to the time required to produce them.<<ETX>>
[1] Anil K. Jain. Fundamentals of Digital Image Processing , 2018, Control of Color Imaging Systems.
[2] Howard Jay Siegel,et al. Mapping computer-vision-related tasks onto reconfigurable parallel-processing systems , 1992, Computer.
[3] Jon A. Webb. Steps toward architecture-independent image processing , 1992, Computer.
[4] Jorge Herbert de Lira,et al. Two-Dimensional Signal and Image Processing , 1989 .