期刊名称:International Journal of Computer Science and Communication Networks
电子版ISSN:2249-5789
出版年度:2012
卷号:2
期号:1
页码:83-86
出版社:Technopark Publications
摘要:This paper is about a algorithm used for edge detection using logical operations. First image is converted into binary image and then it is rotated left, right, up and down. Afterwards logical AND operation is performed between rotated and original image and results are stored in different variables. After that XOR operation is performed between the results that are stored and then OR operation is performed on all results obtained after XOR operation. These operations are repeated for different values of threshold to get the final result constituting of only edges of that image. This method gives better or comparable output as given by other edge detection algorithms. This algorithm can be applied to variety of colored images