Efficient method of pixel neighborhood traversal

Journal of Visual Communication and Image Representation(2012)

引用 2|浏览0
暂无评分
摘要
The processing of a pixel neighborhood is a common operation in image processing. Therefore, a flexible, computationally efficient and easy-to-use strategy for neighborhood traversal is required. In this paper, a new neighborhood traversal method and its implementation in C++ are presented. In the proposed method, the pixel neighbor access is organized without boundary checks and without image extension, which yields to significant improvements of computational efficiency. The method is based on a partition of the image domain, for which valid neighbor pixel offsets can be precomputed for each subset. The proposed C++ implementation is based on generic programming and can handle images of arbitrary dimensionality. It hides all implementation details from the user and can be extended in order to support additional boundary conditions. The evaluation demonstrates that the proposed method is considerably faster than neighborhood traversal implementations from other libraries.
更多
查看译文
关键词
image domain,pixel neighbor access,pixel neighborhood traversal,image processing,efficient method,new neighborhood traversal method,neighborhood traversal implementation,image extension,implementation detail,neighborhood traversal,pixel neighborhood,boundary condition,generic programming,code optimization
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要