Next Article in Journal
Geochemical Signatures and Element Interactions of Volcanic-Hosted Agates: Insights from Interpretable Machine Learning
Previous Article in Journal
Experimental Investigation of Kaolinite–Zeolite Transformation: Insights from Al-Habala Area Saprolite, Abha, Saudi Arabia
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Multiclass Classification of Coal Gangue Under Different Light Sources and Illumination Intensities

by
Chunxia Zhou
1,2,3,
Yeshuo Xi
3,
Xiaolu Sun
2,3,*,
Weinong Liang
3,
Jiandong Fang
2,
Guanghui Wang
1 and
Haijun Zhang
1,*
1
School of Chemical Engineering and Technology, China University of Mining and Technology, Xuzhou 221008, China
2
Inner Mongolia Key Laboratory of Intelligent Perception and System Engineering, Hohhot 010080, China
3
School of Resources and Environmental Engineering, Inner Mongolia University of Technology, Hohhot 010051, China
*
Authors to whom correspondence should be addressed.
Minerals 2025, 15(9), 921; https://doi.org/10.3390/min15090921
Submission received: 3 August 2025 / Revised: 24 August 2025 / Accepted: 27 August 2025 / Published: 29 August 2025
(This article belongs to the Section Mineral Processing and Extractive Metallurgy)

Abstract

As a solid mixture discharged during coal production, coal gangue possesses comprehensive utilization potential. Efficient sorting and pre-enrichment of its classification are crucial for green mining practices. This study categorizes coal gangue into four types—residual coal (RC), gray gangue (GG), red gangue (RG), and white gangue (WG)—based on their apparent color and utilization properties. The research systematically analyzed how different light sources and illumination intensities affect the visual characteristics of these gangue types. The results indicate that white light sources most accurately reproduce the real coloration and texture features of coal gangue, with optimal textural clarity achieved at moderate illumination levels. Different colored light sources selectively enhance spectral reflectance, and red light significantly improves RG recognition. Support vector machine (SVM)-based classification experiments demonstrate that white light sources achieve optimal performance under moderate illumination (23,000 Lux) with Macro-F1 = 0.90, representing a 15.38% improvement over other conditions. These findings reveal that reasonable matching of light source and illumination intensity can substantially enhance the accuracy of the visual recognition of coal gangue, providing valuable optimization guidance for future precise classification applications.

1. Introduction

Coal gangue is the main solid waste generated during coal mining and washing, and its annual emissions are huge, posing significant environmental challenges [1,2]. From the perspective of ore resources, this waste contains nonmetallic minerals (e.g., kaolinite, quartz) and residual carbon components, which are potential secondary resources [3,4,5]. Through comprehensive classification of coal gangue, its negative environmental impacts can be mitigated while efficient resource utilization is achieved [6].
Current classification methods for coal gangue primarily include gravity separation, flotation, and color sorting. Gravity separation utilizes density differences to separate coal gangue particles, requiring high-precision sorting with dedicated media recovery systems [7,8]. Flotation separates fine particles based on surface hydrophobicity variations, but this method involves high reagent costs and risks secondary pollution [9,10,11]. While γ-ray, X-ray, and hyperspectral techniques offer high accuracy, they come with expensive equipment and radiation safety concerns [12,13,14]. In contrast, machine-vision-based sorting technology identifies coal gangue by color variations, yet struggles to distinguish particles with similar colors effectively [15,16].
The core of visual sorting systems lies in image acquisition quality, where light source spectrum and illumination intensity are key parameters determining feature contrast [17,18]. Regarding light source coloration, a combination of red (R), green (G), and blue (B) LED lights provides rich spectral information, which helps to distinguish minerals with different colors and compositions [19,20,21]. Meanwhile, the control of illumination is also very important [22,23,24], that is, appropriate illumination enhances the contrast and clarity of the image, while excessive or insufficient illumination can compromise the image quality.
Image feature extraction serves as a pivotal step in visual sorting technique. Classical methods include gray level covariance matrix (GLCM) texture features, local binary pattern (LBP) features, color moment features, etc. [25,26]. These features can describe the texture, shape, and color information of gangue from multiple perspectives. Recent advancements in deep learning have introduced innovative approaches to image feature extraction. However, the training of deep learning models requires substantial data and computational power resources [27,28,29].
Most of the current research classifies coal gangue as a single mineral category without detailed classification. In our preliminary study [30], we conducted multiclass classification according to appearance characteristics, chemical composition, physical composition, and application properties and explored the feasibility of pre-classification using image recognition methods to solve the comprehensive utilization of coal gangue. However, the mechanisms influencing surface reflection characteristics under different colored light sources and illumination intensities remain unclear. This study further investigated the influence of light source parameters on coal gangue’s reflective properties and quantified the correlation between light source types, illuminance levels, and multiclass classification performance. The main contributions of this work are as follows:
(1)
The superiority of a white light source was demonstrated in enhancing the distinguishability of color and texture features through its full-spectrum reflection.
(2)
Optimal texture feature extraction was identified under moderate illumination, where maximum macro-classification accuracy was attained.
(3)
A multi-feature fusion framework combining a white light source and medium illumination is suggested to balance classification efficiency and accuracy.

2. Experiment/Methodology

2.1. Coal Gangue Preparation

The raw ore samples in this study were collected from comprehensive coal gangue at a coal preparation plant in the Jungar area of Inner Mongolia, China, which can be classified into residual coal (RC), gray gangue (GG), red gangue (RG), and white gangue (WG) according to the apparent color and comprehensive utilization attributes. The previous work [30] provided mineralogical and chemical characterization of the same coal gangue samples.
  • RC exhibited high organic matter content, as evidenced by its significant Loss on Ignition (LOI ≈ 56%) and low density (−1.7 g/cm3), making it suitable for coal-fired power generation.
  • GG was primarily composed of kaolinite, confirmed by XRD analysis, and was rich in SiO2 (64.44%) and Al2O3 (31.41%), identifying it as an important nonmetallic mineral resource.
  • RG appeared light brown due to the presence of iron and titanium elements within a hard kaolinite matrix, supported by chemical assays that showed elevated Fe2O3 and TiO2. After removal of these chromatic substances, it yielded high-whiteness kaolin.
  • WG was predominantly composed of quartz particles, as confirmed by XRD, with SiO2 content up to 83.80%. Its high structural stability made it widely useful in construction and glass production.

2.2. Image Acquisition and Pre-Processing

Different types of coal gangue were placed in a studio with a white background, as shown in Figure 1. An industrial camera (HIKVISION MV-CU060, Hangzhou, China) with a lens (HIKVISION ZX-SF2514, Hangzhou, China) and a ring light source (LOMOSEN-ZX-LA15000, Shenzhen, China; for specifications, see Table 1) was positioned approximately 20 cm directly above the ore. The experimental illumination levels were set to 7000, 15,000, 23,000, 31,000, and 39,000 Lux, measured with an illuminance meter (TASI TA631A, Suzhou, China) on a white background panel. A total of 400 original images (2448 × 2048 pixels) were processed to extract non-overlapping sub-images (300 × 200 pixels) focused exclusively on sample regions. Using Python 3.7.16 with Pillow 9.3.0 and NumPy 1.21.5, each image was converted to RGBA format, and the alpha channel was binarized to separate sample from background. An integral image was computed to efficiently evaluate opaque pixel density. Candidate sub-images were generated systematically and ranked by both opacity density and centrality. Non-overlapping regions were selected to ensure independence. This process produced 18,000 high-quality sub-images, eliminating edges and background interference to form a clean dataset for analysis. Figure 2 displays the local feature maps of various coal gangue types under different illumination conditions.
As shown in Figure 2, the surface color characteristics of various types of gangue under the white light source are closest to the real values, which is mainly due to the white light being able to uniformly reflect all wavelengths. Other lighting sources selectively enhance specific spectral reflections: red light intensifies red fluorescence while suppressing green and blue reflections, resulting in an overall reddish appearance. At low illumination levels, dark mineral residues, GG, and RG show indistinguishable coloration and texture patterns, appearing uniformly black. As illumination increases, dark ore textures gradually become discernible. WG displays optimal texture clarity at medium illumination (23,000 Lux), but excessive exposure causes partial texture and edge features to fade. Notably, color differentiation among various ores becomes apparent with increasing illumination under white light.

2.3. Image Feature Extraction

Image feature extraction is the basis of image analysis, recognition, classification, and other tasks. The local views of various types of gangue images in the aforementioned database were subjected to feature extraction, specifically including color and texture features.
Regarding the color features, the color moments can effectively represent the concentration trend and dispersion degree of the image color. In this study, images were converted into RGB color space and HSV color space, and numerical moments were calculated for each color channel in each color space, including first-order moment (mean), second-order moment (variance), and third-order moment (skewness).
Four features from the grayscale co-occurrence matrix (GLCM), namely contrast (Con), correlation (Cor), homogeneity (Hom), and ASM, were selected to comprehensively describe the texture features of coal gangue images. To enhance computational efficiency, the original image was first converted into a grayscale version with a reduced grayscale level of 16. Subsequently, the means and variances of the four spatial orientations were calculated separately to obtain eight texture feature parameters.

2.4. Coal Gangue Classification

The ultimate goal of gangue classification is to accurately map the extracted image features to different classes. Support vector machine (SVM) is a commonly used classification algorithm. It can achieve gangue classification by finding the optimal hyperplane, demonstrating good generalization ability and high classification accuracy.

3. Results and Discussion

3.1. Analysis of Color Characteristics

Figure 3 shows the box statistics of color characteristics of different coal gangue types under different colored light sources. The results reveal distinct variations in color channel metrics (mean, variance, and skewness) across coal gangue mineral images under different lighting conditions. RC exhibited lower RGB mean values across all illumination sources, while WG demonstrated higher RGB mean values. These differences stem from the reflective properties of mineral surfaces, with light source color directly influencing surface color perception. The red channel’s mean value (r_mean) became more pronounced under red lighting. GG exhibited similar coloration to RC, making them difficult to distinguish. Considering these findings in combination with Figure 2 and statistical analysis of RGB channel variance and skewness, it is evident that WG displayed more prominent highlights and color dispersion, exhibiting richer details and variations compared to other gangue samples. RC, GG, and RG showed overall dimmer tones with more shadows and more uniform color distribution. These variations were further amplified by corresponding channel characteristics under specific colored light sources.
As illumination intensity increased, the mean values of various color channels (e.g., r_mean, g_mean, b_mean) for different types of coal gangue showed an overall increasing trend. Figure 4 illustrates the color characteristics changes of different coal gangues under red light sources with varying intensities. WG exhibited the most significant color enhancement, while dark-colored RC and GG showed relatively minor variations. Under high-intensity red lighting, RG demonstrated greater differentiation compared to RG and GG. In terms of variance and skewness, the color distribution across channels remained concentrated with low variance and skewness at lower illumination levels. With increasing illumination intensity, the color distribution became more dispersed, accompanied by increased variance and skewness, showing rising trends in RG, GG, and RC. Combined with the results in Figure 2, the corresponding coal gangue exhibited more detailed textures under high illumination. Conversely, WG first increased then decreased in detail, with its surface being overwhelmed by the light source’s coloration under excessively high brightness, resulting in loss of substantial color texture features.

3.2. Analysis of Texture Characteristics

The statistics of texture features for four types of coal gangue under different light sources and illumination intensities (white light source) are presented in Figure 5 and Figure 6, respectively.
Figure 5 reveals the best separation of texture features under the white light source for four types of coal gangue. The full-spectrum characteristics of white light enhance the optical differences in surface microstructures, thus maximizing texture differentiation. Specifically, GG and RC displayed relatively uniform textures with high homogeneity, while WG exhibited complex textures containing impurities, with dispersed color distribution and high contrast. The red light source demonstrated selective enhancement of RG’s texture characteristics. Both RC and GG maintained stable low contrast and high ASM under blue, green, and red light sources, with relatively small variation coefficients.
Based on the influences of different light intensities under white light illumination shown in Figure 6, the response relationship between illuminance and texture characteristics of coal gangue was observed. The ASM_avg gradually decreased for RC, GG, and RG; only under high illuminance did they display complex and clear textures. The ASM_avg of WG exhibited a U-shaped change—initially decreasing and then increasing—with medium illuminance being most conducive to revealing the complexity of surface texture structures. The Con_avg values of all coal gangue types exhibited linear growth with increasing illuminance. The trend of Hom_avg values resembled that of ASM, while Cor_avg values showed no discernible pattern.

3.3. Comprehensive Multiclass Classification Prediction of Coal Gangue Based on SVM

In order to further discuss and validate the effect of light source illumination on gangue classification, the widely used classical supervised learning algorithm support vector machine was selected as the classifier. The SVM classifier was implemented using the scikit-learn library in Python. The radial basis function (RBF) kernel was selected due to its capability to handle potential nonlinearities. The key hyperparameters, including the penalty parameter C and the hyperparameter γ, were set as follows: C = 1.0 and γ = ‘scale’, which scales the kernel based on the input feature variance. The weight parameter was set to ‘balanced’ to automatically adjust class weights inversely proportional to class frequencies, mitigating potential bias due to imbalanced sample distribution. Training and prediction were conducted using images from the Section 2.2 preprocessed image database with varying light source illuminations based on color and texture features (80% training, 20% validation). The F1-Score (the reconciled average of precision and recall) was used as the evaluation metric for predicting each category’s accuracy, while Macro-F1 (the arithmetic mean of F1-Scores of each type) served as the overall performance indicator. Figure 7 and Figure 8 demonstrate the prediction results for four types of coal gangue under different light sources and the classifications under white light with varied luminance intensities.
As shown in Figure 7, the selection of the light source significantly impacts the classification performance. The white light source (w) demonstrated overall optimal performance, particularly in distinguishing RG from WG, achieving an F1-Score close to 1. RC proved most challenging, with F1-Scores generally below 0.7, while GG and RG showed intermediate performance. Notably, RG exhibited exceptional classification results under white light sources, followed by red light sources. Therefore, it is recommended to prioritize white light sources for gangue classification. For RC and GG classification, improvements should focus on algorithm optimization or enhanced feature extraction techniques.
As shown in Figure 8, under white light illumination, the overall accuracy of coal gangue classification shows a trend of first increasing and then decreasing with rising illuminance. At low illuminance levels, the classification accuracy for RC and GG is the poorest. Taking the illuminance factor into account significantly improved the classifier’s recognition accuracy. At moderate illuminance of 23,000 Lux, the Macro-F1 value reached its peak at 0.90, representing a maximum improvement of 15.38%. This demonstrates that by fully leveraging the response characteristics of coal gangue under different illuminances, the performance of the SVM classifier was substantially enhanced.

4. Conclusions

(1)
The white light source significantly improved the distinguishability of coal gangue color and texture features due to its full-spectrum reflection characteristics, especially in the accuracy of RG and WG classification (F1-Score ≈ 1), and it is superior to other light sources. The red light source can specifically enhance the red channel difference of RG, but the classification of RC and GG still requires algorithm optimization.
(2)
The texture features of coal gangue (such as contrast of WG and homogeneity of GG) were optimal under moderate illumination (23,000 Lux), with the overall classification accuracy reaching the maximum (Macro-F1 = 0.90); insufficient illumination led to loss of dark mineral features, while excessive illumination caused overexposure and weakened the texture details.
(3)
The multiclass coal gangue sorting system should prioritize the use of a white light source with medium illumination and be combined with a multi-feature fusion algorithm to balance classification efficiency and accuracy.

5. Limitations and Future Work

The proposed method relies on controlled lighting, and its performance may decline in challenging industrial settings with ambient light variations or dust. Although this method is effective for most categories, the identification of residual coal and certain gangue types remains difficult. The use of samples from a single location also limits the generalizability of the findings.
Future work will involve employing deep learning to extract more robust features automatically and exploring hyperspectral imaging to improve accuracy in distinguishing complex categories. We will also expand the dataset to include samples from multiple regions and validate the system under more practical industrial environments.

Author Contributions

C.Z.: methodology, data curation, formal analysis, visualization, writing—original draft, writing—review and editing. Y.X. and W.L.: writing—original draft, validation. X.S., Y.X. and G.W.: data curation, formal analysis, software. J.F.: data curation, supervision. C.Z. and X.S.: funding acquisition, resources, supervision, validation. H.Z.: resources, supervision, validation. C.Z. and H.Z. conceived and designed the study; Y.X. and W.L. collected and analyzed all the data; C.Z. and X.S. wrote the paper. X.S., J.F., G.W. and H.Z. reviewed and edited the manuscript. All authors contributed to the interpretation of results, discussions, and conclusions. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the Natural Science Foundation of Inner Mongolia Autonomous Region under Grant 2025MS05078 and the Basic and Applied Basic Research Science and Technology Program Projects of Hohhot under Grant 2025-Planning-Basic-40.

Data Availability Statement

The data presented in this study are available on request from the corresponding author. The data are not publicly available due to ongoing study.

Conflicts of Interest

The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.

References

  1. Tan, W.F.; Wang, L.A.; Huang, C. Environmental effects of coal gangue and its utilization. Energy Sources Part A Recovery Util. Environ. Eff. 2016, 38, 3716–3721. [Google Scholar] [CrossRef]
  2. Li, S.; Gao, X.; Zhu, S.; Liang, H. Polycyclic aromatic hydrocarbons (PAHs) in coal preparation plant products: A contributor to environmental pollution. Sci. Total Environ. 2024, 906, 167887. [Google Scholar] [CrossRef]
  3. Zhang, W.; Dong, C.; Huang, P.; Sun, Q.; Li, M.; Chai, J. Experimental study on the characteristics of activated coal gangue and coal gangue-based geopolymer. Energies 2020, 13, 2504. [Google Scholar] [CrossRef]
  4. Luo, Y.; Zhao, X.; Zhang, K. Coal gangue in asphalt pavement: A review of applications and performance influence. Case Stud. Constr. Mater. 2024, 20, e03282. [Google Scholar] [CrossRef]
  5. Xu, B.; Liu, Q.; Ai, B.; Ding, S.; Frost, R.L. Thermal decomposition of selected coal gangue. J. Therm. Anal. Calorim. 2018, 131, 1413–1422. [Google Scholar] [CrossRef]
  6. Liu, R.; Wang, S. Research progress on the comprehensive utilization of coal gangue. Int. J. Coal Prep. Util. 2025, 1–15. [Google Scholar] [CrossRef]
  7. Sun, X.; Cao, Z.; Yue, Y.; Kuang, Y.; Zhou, C. Online prediction of dense medium suspension density based on phase space reconstruction. Part. Sci. Technol. 2018, 36, 989–998. [Google Scholar] [CrossRef]
  8. Zhou, C.; Sun, X.; Shen, Y.; Yue, Y.; Jing, M.; Liang, W.; Zhang, H. Product quality prediction in dense medium coal preparation process based on recurrent neural network. Int. J. Coal Prep. Util. 2024, 44, 291–308. [Google Scholar] [CrossRef]
  9. Xia, W. The effect of coarse gangue particles during the coal flotation process. Energy Sources Part A Recovery Util. Environ. Eff. 2016, 38, 3001–3005. [Google Scholar] [CrossRef]
  10. Fang, D.; Xia, Y.; Li, Y.; Xing, Y.; Miao, Z.; Gui, X. Separation and recovery of valuable carbon components and Li/Ga metals in coal gangue by using a flotation flowsheet. ACS Omega 2024, 9, 14336–14342. [Google Scholar] [CrossRef]
  11. Guo, H.; Sun, X.; Jing, M.; Zhou, C.; Yue, Y.; Qin, X.; Zhang, H. Effect of short-term weathering on kaolin preparation from coal gangue via flotation decarburization. Physicochem. Probl. Miner. Process. 2025, 61, 204666. [Google Scholar] [CrossRef]
  12. Zhang, N.; Liu, C.; Zhu, C.; Chen, B.; Wang, Z.; Wu, X. Precise detection of coal and gangue based on natural γ-ray. Sci. Rep. 2024, 14, 1276. [Google Scholar] [CrossRef]
  13. Deng, J.; Taleb, F.; Ornik, J.; Ding, E.; Koch, M.; Castro-Camus, E. Quantitative assessment of rock-coal powder mixtures by terahertz time domain spectroscopy. J. Infrared Millim. Terahertz Waves 2021, 42, 742–746. [Google Scholar] [CrossRef]
  14. Zhao, Y.; Wang, S.; Guo, Y.; Cheng, G.; He, L.; Wang, W. The identification of coal and gangue and the prediction of the degree of coal metamorphism based on the EDXRD principle and the PSO-SVM model. Gospod. Surowcami Miner.-Miner. Resour. Manag. 2022, 38, 113–129. [Google Scholar]
  15. Dou, D.; Zhou, D.; Yang, J.; Zhang, Y. Coal and gangue recognition under four operating conditions by using image analysis and Relief-SVM. Int. J. Coal Prep. Util. 2020, 40, 473–482. [Google Scholar] [CrossRef]
  16. Liu, Y.; Zhang, Z.; Liu, X.; Wang, L.; Xia, X. Deep learning-based image classification for online multi-coal and multi-class sorting. Comput. Geosci. 2021, 157, 104922. [Google Scholar] [CrossRef]
  17. Trandel-Hayse, M.; Bai, J.; Jeffries, K.; Poole, G.; Hensley, M.; Schonborn, W.; Di Gioia, F.; Rosskopf, E. Light source and spectra influence the phytochemical profile of amaranth microgreens. Food Biosci. 2025, 64, 105839. [Google Scholar] [CrossRef]
  18. Metallo, R.M.; Kopsell, D.A.; Sams, C.E.; Bumgarner, N.R. Influence of blue/red vs. white LED light treatments on biomass, shoot morphology, and quality parameters of hydroponically grown kale. Sci. Hortic. 2018, 235, 189–197. [Google Scholar] [CrossRef]
  19. Bai, F.; Fan, M.; Yang, H.; Dong, L. Fast recognition using convolutional neural network for the coal particle density range based on images captured under multiple light sources. Int. J. Min. Sci. Technol. 2021, 31, 1053–1061. [Google Scholar] [CrossRef]
  20. Zhao, Z.; Guo, Y. Colour Quality Evaluation of Bluish-Green Serpentinite Based on the CIECAM16 Model. Minerals 2021, 12, 38. [Google Scholar] [CrossRef]
  21. Maruschak, P.; Konovalenko, I.; Osadtsa, Y.; Medvid, V.; Shovkun, O.; Baran, D.; Kozbur, H.; Mykhailyshyn, R. Surface illumination as a factor influencing the efficacy of defect recognition on a rolled metal surface using a deep neural network. Appl. Sci. 2024, 14, 2591. [Google Scholar] [CrossRef]
  22. Wang, J.; Li, L.; Yang, S. Image-based rock mixing ratio estimation by using illuminance analysis in underground mining. Int. J. Coal Prep. Util. 2022, 42, 3745–3762. [Google Scholar] [CrossRef]
  23. Li, L.; Wang, J.; Yang, S.; Gong, H. Binocular stereo vision based illuminance measurement used for intelligent lighting with LED. Optik 2021, 237, 166651. [Google Scholar] [CrossRef]
  24. Li, H.; Wang, Q.; Ling, L.; Lv, Z.; Liu, Y.; Jiao, M. Research on recognition of coal and gangue based on laser speckle images. Sensors 2023, 23, 9113. [Google Scholar] [CrossRef]
  25. Lv, Z.; Cui, Y.; Zhang, K.; Sun, M.; Li, H.; Wang, W. Investigating comparisons on the coal and gangue in various scenarios using multidimensional image features. Miner. Eng. 2023, 204, 108450. [Google Scholar] [CrossRef]
  26. Cheng, G.; Wei, Y.; Chen, J.; Pan, Z. A sorting method for coal and gangue based on surface grayness and glossiness. Gospod. Surowcami Miner. 2023, 39, 173–198. [Google Scholar]
  27. Xue, G.; Li, S.; Hou, P.; Gao, S.; Tan, R. Research on lightweight Yolo coal gangue detection algorithm based on resnet18 backbone feature network. Internet Things 2023, 22, 100762. [Google Scholar] [CrossRef]
  28. Liu, Y.; Zhang, Z.; Liu, X.; Lei, W.; Xia, X. Deep learning based mineral image classification combined with visual attention mechanism. IEEE Access 2021, 9, 98091–98109. [Google Scholar] [CrossRef]
  29. Wang, S.; Zhu, J.; Li, Z.; Sun, X.; Wang, G. Coal gangue target detection based on improved YOLOv5s. Appl. Sci. 2023, 13, 11220. [Google Scholar] [CrossRef]
  30. Sun, X.; Xi, Y.; Zhou, C.; Zhu, Z.; Liu, Y.; Liu, H. Multi-objective classification prediction method for coal gangue based on image feature extraction. Int. J. Coal Prep. Util. 2025, 45, 1582–1598. [Google Scholar] [CrossRef]
Figure 1. Image acquisition device for coal gangue illumination with different light sources.
Figure 1. Image acquisition device for coal gangue illumination with different light sources.
Minerals 15 00921 g001
Figure 2. Local sub-images of comprehensive coal gangue under illuminance with different light sources (C—residual coal; G—gray gangue; R—red gangue; W—white gangue).
Figure 2. Local sub-images of comprehensive coal gangue under illuminance with different light sources (C—residual coal; G—gray gangue; R—red gangue; W—white gangue).
Minerals 15 00921 g002
Figure 3. Statistical diagram of color characteristics of different types of coal gangue under different light sources.
Figure 3. Statistical diagram of color characteristics of different types of coal gangue under different light sources.
Minerals 15 00921 g003aMinerals 15 00921 g003b
Figure 4. Color characteristics of coal gangue under different light intensities (red light source).
Figure 4. Color characteristics of coal gangue under different light intensities (red light source).
Minerals 15 00921 g004aMinerals 15 00921 g004b
Figure 5. Statistical diagram of texture characteristics of different types of coal gangue under different light sources.
Figure 5. Statistical diagram of texture characteristics of different types of coal gangue under different light sources.
Minerals 15 00921 g005
Figure 6. Statistical diagram of texture characteristics of different types of coal gangue under different illumination intensities under white light source.
Figure 6. Statistical diagram of texture characteristics of different types of coal gangue under different illumination intensities under white light source.
Minerals 15 00921 g006
Figure 7. Classification accuracy for different types of coal gangue under different light sources.
Figure 7. Classification accuracy for different types of coal gangue under different light sources.
Minerals 15 00921 g007
Figure 8. Classification accuracy for various types of coal gangue under different illumination intensities under white light source.
Figure 8. Classification accuracy for various types of coal gangue under different illumination intensities under white light source.
Minerals 15 00921 g008
Table 1. Parameter table of ring light source.
Table 1. Parameter table of ring light source.
VendorLOMOSEN, Shenzhen, China
ModelZX-LA15000-color source
ZX-LA15000-W6500–7500 K (color temperature)
ZX-LA15000-R630–640 nm (wavelength)
ZX-LA15000-G520–530 nm (wavelength)
ZX-LA15000-B465–470 nm (wavelength)
Diameter Inner diameter 50 mm and outer diameter 150 mm
Angle 0° vertical illumination
Light intensity controllerZX-LLPAC2408-4
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Zhou, C.; Xi, Y.; Sun, X.; Liang, W.; Fang, J.; Wang, G.; Zhang, H. Multiclass Classification of Coal Gangue Under Different Light Sources and Illumination Intensities. Minerals 2025, 15, 921. https://doi.org/10.3390/min15090921

AMA Style

Zhou C, Xi Y, Sun X, Liang W, Fang J, Wang G, Zhang H. Multiclass Classification of Coal Gangue Under Different Light Sources and Illumination Intensities. Minerals. 2025; 15(9):921. https://doi.org/10.3390/min15090921

Chicago/Turabian Style

Zhou, Chunxia, Yeshuo Xi, Xiaolu Sun, Weinong Liang, Jiandong Fang, Guanghui Wang, and Haijun Zhang. 2025. "Multiclass Classification of Coal Gangue Under Different Light Sources and Illumination Intensities" Minerals 15, no. 9: 921. https://doi.org/10.3390/min15090921

APA Style

Zhou, C., Xi, Y., Sun, X., Liang, W., Fang, J., Wang, G., & Zhang, H. (2025). Multiclass Classification of Coal Gangue Under Different Light Sources and Illumination Intensities. Minerals, 15(9), 921. https://doi.org/10.3390/min15090921

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop