SISTEM DETEKSI WARNA OBJEK BERBASIS OPENCV PYTHON
Keywords:
deteksi objek, warna rgb, HSV, Real-timeAbstract
Color detection is one of several techniques used for object tracking. It can also function as
an object classifier in robotics and other significant projects. This paper discusses the detection of
primary colors using the built-in webcam on a laptop. The initialization of the three HSV variables is
crucial, as it allows for the precise definition of each object's color. The experiment showed that some
unintended colors were detected due to the real-time nature of the system. To improve accuracy,
incorporating machine learning or stabilization features could enhance the system's performance