This Author published in this journals
All Journal Jupiter
Claim Missing Document
Check
Articles

Found 1 Documents
Search

Konversi Citra Rgb Ke Grayscale Menggunakan Python Saputri Nst, Intan Widya; Harahap, Sofinah; Baihaqi, Akmal_
JUPITER (Jurnal Penelitian Ilmu dan Teknologi Komputer) Vol 17 No 2 (2025): Jurnal Penelitian Ilmu dan Teknologi Komputer (JUPITER)
Publisher : Teknik Komputer Politeknik Negeri Sriwijaya

Show Abstract | Download Original | Original Source | Check in Google Scholar

Abstract

 Digital image processing is an important part of computer science that is widely used in various fields, such as video, face, and automated systems. However, as a result of the presence of three colour channels (RGB), colour image processing presents a number of significant problems, including high memory usage and computational complexity. In contrast, many feature algorithms rely on image intensity. Conversion to grayscale can speed up the process and save memory as it simplifies the data by reducing three channels to one. Therefore, the purpose of this research is to implement the RGB to grayscale conversion process using the Python programming language and the OpenCV library. The method used includes collecting RGB data and then converting it to grayscale using OpenCV's built-in functions. The results show that the process runs well, simplifies the data structure, and produces a grayscale image that contains important information making it suitable for the final stage of image processing.   Keywords: RGB, Grayscale, Image Processing, Python, OpenCV