|
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
|
| Volume 187 - Issue 93 |
| Published: March 2026 |
| Authors: Jyoti V. Mashalkar, Shriram D. Raut |
10.5120/ijca2026926614
|
Jyoti V. Mashalkar, Shriram D. Raut . Comparative Study of ML Classifiers for Fruit Detection Using Statistical Features. International Journal of Computer Applications. 187, 93 (March 2026), 44-48. DOI=10.5120/ijca2026926614
@article{ 10.5120/ijca2026926614,
author = { Jyoti V. Mashalkar,Shriram D. Raut },
title = { Comparative Study of ML Classifiers for Fruit Detection Using Statistical Features },
journal = { International Journal of Computer Applications },
year = { 2026 },
volume = { 187 },
number = { 93 },
pages = { 44-48 },
doi = { 10.5120/ijca2026926614 },
publisher = { Foundation of Computer Science (FCS), NY, USA }
}
%0 Journal Article
%D 2026
%A Jyoti V. Mashalkar
%A Shriram D. Raut
%T Comparative Study of ML Classifiers for Fruit Detection Using Statistical Features%T
%J International Journal of Computer Applications
%V 187
%N 93
%P 44-48
%R 10.5120/ijca2026926614
%I Foundation of Computer Science (FCS), NY, USA
The automation of fruit detection and classification has become a vital component of modern precision agriculture. Real-time video processing enables dynamic and continuous fruit identification, offering significant potential for sorting, grading, and quality assessment applications. This paper presents an efficient feature extraction approach for real-time pomegranate identification using first and second-order statistical measures. The statistical features mean, standard deviation, skewness, energy, entropy, contrast, homogeneity and correlation are derived from image frames captured in real-time video sequences using the Python OpenCV library. These features are then used to train and evaluate multiple machine learning classifiers, including Logistic Regression (LR), Linear Discriminant Analysis (LDA), Support Vector Machine (SVM), Decision Tree (DT) and k-Nearest Neighbors (k-NN). These classifiers are evaluated using confusion matrix, accuracy, precision, recall, and F1-score metrics. The experimental results show that first and second-order statistical features provide a computationally efficient and reliable representation for real-time fruit classification. Among the evaluated models, Logistic Regression achieved the highest classification accuracy of 76.19%. The findings demonstrate that statistical feature based techniques can be lightweight alternatives to deep learning approaches for resource constrained agricultural automation systems.