RSIS Repository Open-access research from RSIS International journals

International Journal of Research and Scientific Innovation (IJRSI)

Sobel Edge Detection Algorithm Using Verilog for 64 X 64 Grayscale Image

byN V Sravan Kumar.; Nikhil S Kallakuri.; Parupally Chandana.; Ch. Raja

Published October 16, 2025  •  Vol. 12, Issue 9, pp. 4247–4255Open Access
DOI: 10.51244/IJRSI.2025.120800384

Abstract

This paper presents the design and simulation of a Sobel edge detection module for 64×64 grayscale images using Verilog HDL. The architecture employs line buffers and a 3×3 convolution window to compute horizontal and vertical intensity gradients in a pipelined manner. Post-processing in Python is used to generate binary edge maps, intensity plots, and histograms for validation and visualization. The hardware pipeline achieves a throughput of one pixel per clock cycle after pipeline fill, requiring 4,096 cycles per frame. At a nominal 100 MHz clock, the design completes a frame in approximately 41 µs, corresponding to over 24,000 frames per second. Compared with a Python/OpenCV baseline, the Verilog implementation demonstrates an estimated 20–25× improvement in per-frame cycle efficiency. Although validated through simulation only, the design is synthesizable and provides a hardware-friendly framework for rapid prototyping of digital image processing algorithms.

Keywords: Sobel operator, edge detection, Verilog HDL, FPGA simulation, image processing, Python visualization

JournalInternational Journal of Research and Scientific Innovation (IJRSI)
ISSN2321-2705
Volume / IssueVolume 12, Issue 9
Pages4247–4255
Publication dateOctober 16, 2025
DOI10.51244/IJRSI.2025.120800384
PublisherRSIS International
LicenseOpen Access

How to cite this article

N V Sravan Kumar., Nikhil S Kallakuri., Parupally Chandana., & Ch. Raja (2025). Sobel Edge Detection Algorithm Using Verilog for 64 X 64 Grayscale Image. International Journal of Research and Scientific Innovation (IJRSI), 12(9), 4247-4255. https://doi.org/10.51244/IJRSI.2025.120800384

BibTeX

@article{N2025,
  title   = {Sobel Edge Detection Algorithm Using Verilog for 64 X 64 Grayscale Image},
  author  = {N V Sravan Kumar. and Nikhil S Kallakuri. and Parupally Chandana. and Ch. Raja},
  journal = {International Journal of Research and Scientific Innovation (IJRSI)},
  volume  = {12},
  number  = {9},
  pages   = {4247--4255},
  year    = {2025},
  doi     = {10.51244/IJRSI.2025.120800384},
  publisher = {RSIS International}
}