Next Article in Journal
Linear Quadratic Regulator Control of Rotary Inverted Pendulum Using Elvis III Embedded Platform
Previous Article in Journal
Dog Activity Recognition Using Convolutional Neural Network
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Proceeding Paper

Real-Time Visual Identification System to Assess Maturity, Size, and Defects in Dragon Fruits †

by
Lambert Marc A. Cometa
,
Robert Kobe T. Garcia
* and
Mary Ann E. Latina
School of Electrical, Electronics, and Computer Engineering, Mapúa University, Manila 1002, Philippines
*
Author to whom correspondence should be addressed.
Presented at the 2024 IEEE 6th Eurasia Conference on IoT, Communication and Engineering, Yunlin, Taiwan, 15–17 November 2024.
Eng. Proc. 2025, 92(1), 39; https://doi.org/10.3390/engproc2025092039
Published: 30 April 2025
(This article belongs to the Proceedings of 2024 IEEE 6th Eurasia Conference on IoT, Communication and Engineering)

Abstract

In the Philippines, dragon fruit has become an essential, high-value crop and is important to the country’s economy. However, due to inefficient manual inspection methods, farmers need help with quality control and market preparation. Therefore, we developed an automated, real-time visual identification system to detect the maturity, size, and defects of dragon fruits. Advanced deep learning models (EfficientNet and YOLOV8) were trained on a diverse dataset of dragon fruit images collected from online sources and a local farm using DSLR and smartphone cameras. A Raspberry Pi 4B with an HQ camera and wide-angle lens was used as a cost-effective and accessible device for farmers. The developed system showed an accuracy of 93.33% for maturity and size classification, 96.67% for defect detection, and an overall accuracy of 83.33%. Regarding accuracy and reliability, the developed method presents a technological advancement for dragon fruit identification and classification.

1. Introduction

Dragon fruit, known for its striking red skin that resembles dragon scales, is a distinctive tropical fruit. Inside, its flesh is red, yellow, or white, dotted with tiny black seeds. The fruit grows green and ripens to a deep red. Locally, dragon fruit farming is a profitable agricultural business, with the fruit selling for 120 to 150 Philippine pesos (PHP) per kilogram, depending on seasons and locations. Though the industry is still growing in the Philippines, it shows great potential. The quality and safety standards for dragon fruit in the Philippines are guided by the Philippine National Standard (PNS)/Bureau of Agricultural and Fisheries Product Standards (BAFPS) for Fresh Fruit—Dragon Fruit (Hylocereus spp.)—Grading and Classification (PNS/BAFPS 115:2013). These documents outline criteria such as minimum requirements and classifications, with dragon fruit categorized based on size, maturity, defects, and overall quality. Dragon fruit has gained attention locally and internationally, although it is still less recognized than mangoes, bananas, and pineapples.
The potential for advanced technology in improving fruit classification and quality control has been recognized in research. Lozano et al. [1] demonstrated high accuracy in defect classification for vegetables such as ladies’ fingers (90.59%), bitter gourd (90.78%), and cucumbers (89%) using the convolutional neural network (CNN)-based MobileNetV2 model. Hsu et al. [2] achieved 94.1% accuracy for dragon fruit ripeness classification using You Only Look Once (YOLO) v3 and the CNN-based DRC-7 model. Similarly, Parco et al. [3] applied a CNN-based system for avocado defect detection, with an accuracy of 93%.
To maximize profits, farmers must accurately assess the ripeness of dragon fruit before harvest and sale. Consumers tend to avoid unripe fruits, while overripe ones are unappealing due to spoilage. The detection of such defects enables farmers to address crop quality issues, preventing deterioration. Dong et al. [4] explored dragon fruit disease segmentation using the FCM algorithm and the two-dimensional Otsu’s thresholding method (OTSU) algorithm to improve accuracy in defect detection. Although various studies have examined dragon fruit’s maturity, size, and defects, none have been successful. The accuracy depends on the artificial intelligence used, the components integrated, and the correct tuning of these parameters.
We developed and implemented a real-time visual identification system using EfficientNet and YOLOv8, which analyzed dragon fruits’ size, maturity, and defects. The system contained a Raspberry Pi (RPi) 4 Model B, an HQ RPi camera with a 6 mm wide-angle lens, and an LCD for image capture. Image processing techniques and algorithms were employed to accurately assess the features of the dragon fruits. Additionally, a user-friendly graphical user interface (GUI) was designed to generate detailed summary reports about the readiness of each dragon fruit for harvest. The results obtained by the system were compared with those obtained from an experienced dragon fruit farmer to calculate its accuracy.
The results of this study benefit the agricultural industry and those involved in the dragon fruit industry. By delivering real-time data on crop conditions, farmers can predict harvest and sorting times, thereby improving productivity and profitability. Retailers and distributors can benefit from reduced spoilage and consistent product quality monitoring, while consumers can enjoy dragon fruits of better quality.

2. Literature Review

2.1. Dragon Fruit Cultivation

The dragon fruit, Hylocereus spp., is a plant well-known in Central and South America. Also known as “pitaya”, the fruit is cultivated in countries with tropical climates, including the Philippines. Its cultivation and market value are increasing, and its popularity is increasing thanks to its reputation as a profitable crop with high potential [5].
The standards for dragon fruits in the Philippines were formulated by the Philippine National Standard/Bureau of Agricultural and Fisheries Product Standards PNS/BAFPS 115:2013 [6]. The minimum standards of Philippine dragon fruits must be ripe, firm, sound, and clean. Its ripeness is dictated by the five categories listed in the document: jumbo (>700 g), extra-large (531–700 g), large (431–530 g), medium (331–430 g), and small (230–330 g). The minimum weight must be 230 g. Quality is classified into Extra Class, Class I, and Class II. Dragon fruits in the Extra Class must show superior quality with minimal defects. Dragon fruits in Class I have minor defects of no more than 5% of their surface area, while Class II fruits have defects of up to 10%. For the post-harvesting and disease management of the dragon fruit, research is necessary to enhance production efficiency.

2.2. CNN

Significant strides have been made in using deep learning models for computer vision, notably with the advent of the EfficientNet and YOLOv8 architectures. EfficientNet has improved CNNs through its compound scaling method. EfficientNet scales the network’s width, depth, and input resolution uniformly [7]. Such an approach allows EfficientNet to deliver top-notch performance with a reduced number of parameters with conventional models. Its high efficiency is ensured by its proficiency in capturing intricate features and an ideal equilibrium between the model’s size and accuracy across many computer vision endeavors. YOLOv8 is the newest algorithm in YOLO, honing in on real-time object detection, segmentation, and image classification. It advances by adopting an anchor-free method to enhance the detection of smaller objects and utilizing a tweaked cross-stage partial darknet (CSPDarknet) for superior feature extraction [8]. Enhancements in Mosaic augmentation enhance loss functions that are transitioned to the PyTorch framework. YOLOv8 is a robust tool with speed and precision, and is especially useful in identifying fruits and assessing their quality [9]. There are numerous machine-learning models for tackling fruit identification, including CNNs. In Ref. [10], 86.67% accuracy was obtained in identifying dragon fruit ripeness using a backpropagation neural network, while a smaller visual geometry group net (VGGnet) achieved 96.67% accuracy [10].

2.3. Algorithms for Image Processing

Image processing algorithms enable precise and efficient crop monitoring and management. By employing computer vision, machine learning, and remote sensing technologies, the algorithms identify images collected from drones, satellites, or terrestrial sensors. Various aspects of crop welfare, including health, nutrient levels, pest activity, and overall field conditions, are informed by the algorithm.
In this study, we used three algorithms: Otsu’s thresholding, the Watershed algorithm, and RGB masking. Otsu thresholding segments images into foreground and background by determining a threshold to minimize the variance within classes while maximizing the variance between classes [11]. This method is effective in distinguishing objects from their backgrounds, though its efficiency is compromised by overlapping intensity distributions or inconsistent lighting [12]. Based on mathematical morphology, the Watershed algorithm identifies and segments objects that overlap or are closely situated by conceptualizing pixel intensities as elevations in a topographical map. By “flooding” this landscape, it generates watershed boundaries and demarcates object edges. Although it is prone to over-segmentation, its accuracy is improved with marker-controlled methodologies, making it a valuable tool in medical imaging and remote sensing applications. RGB masking isolates objects within an image by filtering colors through the red, green, and blue (RGB) channels. This method is adept at distinguishing objects based on color characteristics, though it is affected by fluctuations in lighting. Therefore, it requires supplementary techniques for enhanced feature extraction.

2.4. Size, Maturity, and Defects

Image-based techniques are critical to detecting the size, maturity, and defects in agricultural products to improve the efficiency of sorting and packaging and ensure product quality. Cameras and sensors are used to determine the size of agricultural products by evaluating visual properties. Mengoli et al. applied the YOLOv5 Neural network algorithm for AI-driven classification of fruit sizes [5].
Digital images are vital for extracting dimensions of length, width, volume, and morphological operations. Wang et al. underscored the significance of 3D shape data in assessing the quality of fruits [13]. To gauge fruit maturity, spectral analysis methods are used. The methods are used to analyze the electromagnetic radiation that fruits emit or reflect. Models are created for predicting maturity, as evidenced by Tushar et al., who developed hyperspectral technology that surpassed traditional RGB imaging in determining the maturity of peanuts [14]. Texture analysis is used for categorizing fruit maturity by examining physical attributes such as firmness and suppleness. Al Riza et al. used this method to evaluate mangoes’ ripeness through reflectance and fluorescence imaging systems [15]. In identifying defects, algorithms for detecting edges are essential to detect surface anomalies, including bruises or cuts [16]. Machine learning algorithms, trained on detailed datasets [14], efficiently pinpoint defects such as fungal infections or physical damage by analyzing characteristics such as shape, color, and texture. By incorporating advanced image processing techniques such as EfficientNet and YOLOV8, agricultural practices can be improved to increase accuracy and efficiency.

3. Methodology

3.1. Research Framework

Figure 1 illustrates the research framework of this study. Initially, images of dragon fruits were captured by a camera. The captured images were preprocessed by specially designed algorithms to determine features such as maturity, size, and any defects. The results were presented on the GUI and the LCD.

3.2. System Components

Figure 2 illustrates the system’s architecture. The Raspberry Pi High Quality (HQ) camera was responsible for image acquisition in a 12 MP resolution using a 6 mm wide-angle lens. To ensure the ideal distance between the camera and the object, an E18-D80NK proximity sensor was used. The Raspberry Pi 4 Model B was employed for image collection and processing. A 7-inch Raspberry Pi touchscreen display displayed the images and facilitated user interaction. The system was powered by a 20,000 mAH power bank, ensuring sustained operation.

3.3. Design of the GUI

The GUI was constructed as shown in Figure 3. Tkinter V 8.6 was used as it is a widely recognized standard GUI toolkit in Python V 3.12.4. The layout of the GUI components was designed with a proximity sensor connected to the GPIO pins to sense the presence of an object in a specific range. The system showed a “shutter button” once the object was detected. The button was used to trigger the camera to capture and display the image and allow the user to retake, save, or generate a report. The GUI concealed unnecessary buttons and revealed the shutter button if necessary. The captured images were numbered and named automatically. A reset button was added to reinstate the initial state of the GUI, and reset the image counter and file names saved in the directories. The report was created based on the analysis results of maturity, defects, and size using TensorFlow Lite models (converted from .h5 files for better compatibility) and PyTorch files (.pt file). A separate background process was linked to the GPIO sensor to control the visibility of the buttons and the live feed from the camera. The “Instructions” button provided all the necessary information the user needed before using the device, while the “Exit” button allowed the camera and the GPIO configurations to shut down correctly.

3.4. Image Processing

The dataset was compiled using online images from Google and locally produced dragon fruits. The datasets included acquired images from online sources, specifically Google. The images showed various maturities, sizes, and defects. Fruit maturity was determined by size and color. The dataset contained 3593 images for maturity analysis (with 88% or 3144 images allocated for training post-augmentation, 8% or 299 images for validation, and 4% or 150 images for testing), 3729 images for defect identification (with 88% or 3264 images for training post-augmentation, 8% or 311 images for validation, and 4% or 154 images for testing), and 864 images for sizing (with 88% or 756 images for training post-augmentation, 8% or 72 images for validation, and 4% or 36 images for testing). The data were split in a 70:20:10 ratio for training, validation, and testing datasets.
The system processed the images to enhance image classification accuracy. The preprocessing involved resizing or cropping images, normalizing, standardizing, augmenting, and transforming. Filters and smoothing techniques were also applied. Feature extraction is a significant technique in image segmentation for identifying maturity, size, and defects. Such features were identified considering dragon fruits’ appearance and physical characteristics. Shakil et al. [17] noted that dragon fruits’ shape and surface imperfections indicate their quality, which correlates with the earlier parameters. The presence of spines and coloration are indicators of maturity, the fruit’s shape uniformity suggests size, and variations in color and texture are used to distinguish defects. Image augmentation was employed to bolster the model’s resilience against overfitting. The augmentation process included geometric transformations like flipping, cropping, rotating, stretching, and zooming, along with color space adjustments, image mixing, random erasing, and applying kernel filters, among other techniques.

4. Results and Discussions

4.1. Evaluation Comparison

The system’s classification performance was evaluated by comparing its results with the classification by farmers (Table 1 and Table 2). This comparative analysis was conducted to validate the system’s accuracy and effectiveness in classifying dragon fruits.

4.2. Statistical Analysis

We conducted a descriptive analysis based on the results presented in Table 1 and Table 2. The overall accuracy was calculated by comparing the ratio of correctly classified fruits with that of the farmer’s classification (1).
%   A c c u r a c y = | T C T F |
where TC is the total number of fruits correctly classified by the system and TF is the total number of fruits.
Immature dragon fruits were labeled “unknown” in size. Due to their ongoing growth, the current size measurements were not effective. “Overall matching characteristics” refers to the system’s classification as matched to the farmer’s (Table 3).
Table 4 shows the resulting accuracies for each category of dragon fruit used in this study. The size and maturity showed an accuracy of 93.33%, while defect classification resulted in 96.67% accuracy. The overall accuracy was 83.33%. The developed system in this study performed well in the classification of defective dragon fruit and effectively and reliably classified dragon fruit in terms of their maturity, size, and defects.

5. Conclusions and Recommendations

We developed a visual identification system to assess the maturity, size, and defects of dragon fruits. By employing EfficientNet and YOLOv8, the system classified the fruit’s maturity, size, and defects accurately. The size, maturity, and defects of dragon fruits were recorded and compared with those estimated by farmers utilizing traditional observation methods. The comparison results showed similarities between the results of the two methods. It is necessary to implement a measuring system to indicate the optimal distance between the camera and the object. The dataset needs to be expanded, and advanced algorithms need to be used to optimize the classification capabilities of the system. The output reports also need to be improved.

Author Contributions

Conceptualization, L.M.A.C. and R.K.T.G.; methodology, L.M.A.C. and R.K.T.G.; software, L.M.A.C. and R.K.T.G.; validation, M.A.E.L.; formal analysis, L.M.A.C. and R.K.T.G.; investigation, L.M.A.C. and R.K.T.G.; resources, L.M.A.C. and R.K.T.G.; data curation, L.M.A.C. and R.K.T.G.; writing—original draft preparation, L.M.A.C. and R.K.T.G.; writing—review and editing, L.M.A.C. and R.K.T.G.; visualization, L.M.A.C. and R.K.T.G.; supervision, M.A.E.L.; project administration, M.A.E.L. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The image data collected for this study are not openly accessible to the public. However, interested parties may contact the corresponding author directly with a reasonable justification to request access to the dataset.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Lozano, M.O.B.; Ricasio, S.E.; Valiente, L.D. Real-time Visual Identification of Defect, Size, Maturity, and Quality on Ladies’ Finger, Bitter Gourd, and Cucumber Using Image Processing and MobileNetV2. In Proceedings of the 2023 International Conference on Advanced Mechatronics, Intelligent Manufacture and Industrial Automation (ICAMIMIA), Surabaya, Indonesia, 14–15 November 2023; pp. 650–655. [Google Scholar] [CrossRef]
  2. Hsu, C.W.; Huang, Y.H.; Huang, N.F. Real-Time Dragonfruit’s Ripeness Classification System with Edge Computing Based on Convolution Neural Network. In Proceedings of the 2022 International Conference on Information Networking, Jeju-si, Republic of Korea, 12–15 January 2022; pp. 177–182. [Google Scholar] [CrossRef]
  3. Valiente, L.D.; Parco, K.M.R.; Sangalang, G.C.P. Non-destructive Image Processing Analysis for Defect Identification and Maturity Detection on Avocado Fruit. In Proceedings of the 2021 5th International Conference on Communication and Information Systems (ICCIS), Chongqing, China, 15–17 October 2021; pp. 175–179. [Google Scholar] [CrossRef]
  4. Dong, W.; Xia, Y.; Liu, Y. Dragon Fruit Disease Image Segmentation Based on FCM Algorithm and Two-Dimensional OTSU Algorithm. In Proceedings of the 2020 IEEE International Conference on Power, Intelligent Computing and Systems (ICPICS), Shenyang, China, 28–30 July 2020; pp. 969–973. [Google Scholar] [CrossRef]
  5. Rodeo, A.J.; Castro, A.; Esguerra, E. Postharvest handling of dragon fruit (Hylocereus spp.) in the Philippines. In Proceedings of the Dragon Fruit Regional Network Initiation Workshop and Steering Committee Meeting, Taipei and Taichung, Taiwan, 1 May 2018; pp. 1–7. Available online: https://www.researchgate.net/publication/325191316 (accessed on 17 October 2024).
  6. (Bureau of Fisheries and Aquatic Resources) BFAR and P. Standards. Philippine National Standard. 2003. FFTC Agricultural Policy Platform. Drying Systems for Tropical Fruits. Available online: https://ap.fftc.org.tw/article/1600 (accessed on 24 April 2025).
  7. SKY ENGINE AI. What Is EfficientNet? 2023. Available online: https://www.skyengine.ai/blog/what-is-efficientnet (accessed on 29 April 2025).
  8. Wang, C.-Y.; Bochkovskiy, A.; Liao, H.-Y.M. YOLOv7: Trainable Bag-of-Freebies Sets New State-of-the-Art for Real-Time Object Detectors. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Vancouver, BC, Canada, 17–24 June 2023; pp. 7464–7475. [Google Scholar] [CrossRef]
  9. Koirala, A.; Walsh, K.B.; Wang, Z.; McCarthy, C. Deep learning for real-time fruit detection and orchard fruit load estimation: Benchmarking of ‘MangoYOLO’. Precis. Agric. 2019, 20, 1107–1135. [Google Scholar] [CrossRef]
  10. Trieu, N.M.; Thinh, N.T. Quality classification of dragon fruits based on external performance using a convolutional neural network. Appl. Sci. 2021, 11, 10558. [Google Scholar] [CrossRef]
  11. Murzova, A.; Seth, S. Otsu’s Thresholding with OpenCV. 2020. Available online: https://learnopencv.com/otsu-thresholding-with-opencv/ (accessed on 19 October 2024).
  12. Buhl, N. Image Thresholding in Image Processing. 2023. Available online: https://encord.com/blog/image-thresholding-image-processing/ (accessed on 18 October 2024).
  13. Estellena, N.T. Dragon Fruit (Pitaya) Production Guide. Available online: https://businessdiary.com.ph/7595/dragon-fruit-pitaya-production-guide/ (accessed on 24 April 2025).
  14. Khatun, T.; Nirob, M.A.S.; Bishshash, P.; Akter, M.; Uddin, M.S. A comprehensive dragon fruit image dataset for detecting the maturity and quality grading of dragon fruit. Data Br. 2024, 52, 109936. [Google Scholar] [CrossRef] [PubMed]
  15. Choi, T.; Would, O.; Salazar-Gomez, A.; Cielniak, G. Self-supervised Representation Learning for Reliable Robotic Monitoring of Fruit Anomalies. In Proceedings of the 2022 International Conference on Robotics and Automation (ICRA), Philadelphia, PA, USA, 23–27 May 2022; pp. 2266–2272. [Google Scholar] [CrossRef]
  16. Kripa, S.; Jeyalakshmi, V. Attribute-based Maturity Grading of Mango Fruit by Machine Learning. In Proceedings of the 2022 International Conference on Intelligent Innovations in Engineering and Technology (ICIIET), Coimbatore, India, 22–24 September 2022; pp. 329–334. [Google Scholar] [CrossRef]
  17. Shakil, R.; Islam, S.; Shohan, Y.A.; Mia, A.; Rajbongshi, A.; Rahman, M.H.; Akter, B. Addressing agricultural challenges: An identification of best feature selection technique for dragon fruit disease recognition. Array 2023, 20, 100326. [Google Scholar] [CrossRef]
Figure 1. Research framework.
Figure 1. Research framework.
Engproc 92 00039 g001
Figure 2. Developed system architecture.
Figure 2. Developed system architecture.
Engproc 92 00039 g002
Figure 3. GUI with generated classification report.
Figure 3. GUI with generated classification report.
Engproc 92 00039 g003
Table 1. Evaluation of dragon fruits based on the prototype’s evaluation.
Table 1. Evaluation of dragon fruits based on the prototype’s evaluation.
Evaluation of Dragon Fruits
Fruit Number/TrialPrototype’s Evaluation
SizeMaturityDefects
1SmallMatureNo presence of defects
2UnknownImmaturePresence of Defects
3SmallMatureNo presence of defects
4UnknownImmaturePresence of Defects
5LargeMatureNo presence of defects
6LargeMatureNo presence of defects
7MediumMatureNo presence of defects
8UnknownImmatureNo presence of defects
9MediumMatureNo presence of defects
10SmallMatureNo presence of defects
11MediumMaturePresence of Defects
12MediumMaturePresence of Defects
13LargeMaturePresence of Defects
14MediumMatureNo presence of defects
15LargeMatureNo presence of defects
16UnknownImmatureNo presence of defects
17MediumMaturePresence of Defects
18MediumMaturePresence of Defects
19UnknownImmatureNo presence of defects
20UnknownImmaturePresence of Defects
21MediumMatureNo presence of defects
22UnknownImmaturePresence of Defects
23UnknownImmaturePresence of Defects
24UnknownImmaturePresence of Defects
25UnknownImmaturePresence of Defects
26UnknownImmatureNo presence of defects
27UnknownImmaturePresence of Defects
28UnknownImmatureNo presence of defects
29UnknownImmatureNo presence of defects
30UnknownImmatureNo presence of defects
Table 2. Evaluation of dragon fruits based on the farmer’s evaluation.
Table 2. Evaluation of dragon fruits based on the farmer’s evaluation.
Evaluation of Dragon Fruits
Fruit Number/TrialFarmer’s Evaluation
SizeMaturityDefects
1SmallMatureNo presence of defects
2MediumImmaturePresence of Defects
3SmallMatureNo presence of defects
4MediumImmatureNo presence of defects
5LargeMatureNo presence of defects
6LargeMatureNo presence of defects
7MediumMatureNo presence of defects
8SmallMatureNo presence of defects
9MediumMatureNo presence of defects
10SmallMatureNo presence of defects
11MediumMaturePresence of Defects
12MediumMaturePresence of Defects
13LargeMaturePresence of Defects
14LargeMatureNo presence of defects
15LargeMatureNo presence of defects
16MediumImmatureNo presence of defects
17LargeMaturePresence of Defects
18MediumMaturePresence of Defects
19MediumImmatureNo presence of defects
20LargeImmaturePresence of Defects
21MediumImmatureNo presence of defects
22SmallImmaturePresence of Defects
23MediumImmaturePresence of Defects
24MediumImmaturePresence of Defects
25MediumImmaturePresence of Defects
26SmallImmatureNo presence of defects
27LargeImmaturePresence of Defects
28MediumImmatureNo presence of defects
29SmallImmatureNo presence of defects
30MediumImmatureNo presence of defects
Table 3. Statistical analysis results.
Table 3. Statistical analysis results.
ParametersClassificationTotal
Number of Fruits (TF)
Total Number of Fruits Correctly Classified by the System (TC)Accuracy
MaturityMature151493.33%
Immature1514
SizeSmall7793.33%
Medium1514
Large87
DefectPresence of Defects121296.67%
No presence of defects1817
Overall Matching of CharacteristicsMatched302583.33%
Not Matched30516.67%
Table 4. Statistical analysis results table.
Table 4. Statistical analysis results table.
Classification CategoryAccuracy
Size93.33%
Maturity93.33%
Defects96.67%
Overall83.33%
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

Cometa, L.M.A.; Garcia, R.K.T.; Latina, M.A.E. Real-Time Visual Identification System to Assess Maturity, Size, and Defects in Dragon Fruits. Eng. Proc. 2025, 92, 39. https://doi.org/10.3390/engproc2025092039

AMA Style

Cometa LMA, Garcia RKT, Latina MAE. Real-Time Visual Identification System to Assess Maturity, Size, and Defects in Dragon Fruits. Engineering Proceedings. 2025; 92(1):39. https://doi.org/10.3390/engproc2025092039

Chicago/Turabian Style

Cometa, Lambert Marc A., Robert Kobe T. Garcia, and Mary Ann E. Latina. 2025. "Real-Time Visual Identification System to Assess Maturity, Size, and Defects in Dragon Fruits" Engineering Proceedings 92, no. 1: 39. https://doi.org/10.3390/engproc2025092039

APA Style

Cometa, L. M. A., Garcia, R. K. T., & Latina, M. A. E. (2025). Real-Time Visual Identification System to Assess Maturity, Size, and Defects in Dragon Fruits. Engineering Proceedings, 92(1), 39. https://doi.org/10.3390/engproc2025092039

Article Metrics

Back to TopTop