The main problem in accessory image recognition lies in the similarity of physical shapes among objects such as bracelets, necklaces, and earrings, which often causes difficulties in the automatic classification process. This study aims to develop an accessory image classification system capable of accurately grouping objects based on a combination of color and texture features using the K-Means Clustering algorithm. The method used includes several preprocessing stages such as resizing images to ensure uniform dimensions and normalizing pixel values to achieve consistent data scales. Color features were extracted using RGB and HSV histograms to represent color variations, while texture features were obtained through the Gray Level Co-occurrence Matrix (GLCM) method with four parameters: contrast, correlation, energy, and homogeneity. All extracted features were then combined and analyzed using the K-Means algorithm with k=3, corresponding to the number of accessory categories. The results show that combining color and texture features produces a more optimal cluster separation compared to using single-feature extraction. The K-Means algorithm successfully grouped accessory images according to their respective categories with high consistency. These findings have potential applications in digital catalog management systems and product recommendation systems on e-commerce platforms.
Copyrights © 2025