International Conference on Information and Communication Technologies |
Foundation of Computer Science USA |
ICICT - Number 2 |
October 2014 |
Authors: Prakash K. Aithal, U. Dinesh Acharya, Rajesh G |
d95e42d3-1104-4971-9482-182dd88f078b |
Prakash K. Aithal, U. Dinesh Acharya, Rajesh G . MPI based Edge Detection of Coloured Image using Laplacian of Gaussian Filter. International Conference on Information and Communication Technologies. ICICT, 2 (October 2014), 5-7.
Edge detection is the process of identifying points in a digital image at which image brightness changes sharply. Edge detection is one of the fundamental tasks in Image Processing. Image processing tasks such as object identification, segmentation and robot vision requires high quality edge detection. In this paper an edge detection using Message Passing Interface (MPI) has been implemented with 2, 4 and 8 processes. The paper compares the result with sequential implementation of edge detection. There is an improvement in performance as we increase the number of processes. Depending on the image size we can increase the number of processes. MPI is more suitable for a large size images like geospatial image. The edge detection using MPI is number of processes time faster than its sequential counterpart and speed up is approximately equal to number of processes used. The performance improved by a factor of 5 with 5 processes for colored image and by a factor of 4 for grey scaled image.