首页    期刊浏览 2024年11月07日 星期四
登录注册

文章基本信息

  • 标题:Speeding Up Canny Edge Detection Using Shared Memory Processing
  • 本地全文:下载
  • 作者:Soha S. Zaghloul ; Njood S. Alassmi
  • 期刊名称:International Journal of New Computer Architectures and their Applications
  • 印刷版ISSN:2220-9085
  • 出版年度:2017
  • 卷号:7
  • 期号:3
  • 页码:68-76
  • DOI:10.17781/P002313
  • 出版社:Society of Digital Information and Wireless Communications
  • 摘要:Image processing is a computational operation that requires many CPU cycles for simple image transformation. It takes every pixel of an image to perform a transformation to a new image. The image can be divided into smaller chunks, with same transformation operations being implemented on each. Thus, image processing is a good candidate for running on a parallel processor to improve the speed of computation when there are multiple images to be processed. In fact, this research focuses on Canny edge detection as a case study of probing parallelism. This work presents the design and implementation of sequential and parallel edge detection algorithms that are capable of producing high-quality results and performing at high speed. Therefore, this research aims to improve the Canny edge detection algorithm in terms of speed and scalability with different sizes of images. The algorithm is implemented using Java language with the Parallel Java library. In the first phase of the project, the Canny is implemented on a sharedmemory processor. It is found that there is a valuable gained speedup with respect to the sequential version. In addition, it is found that more parallelism is explored in larger image sizes with Canny edge detector.
国家哲学社会科学文献中心版权所有