Next Article in Journal
Research Progress and Applications of Artificial Intelligence in Agricultural Equipment
Next Article in Special Issue
WT-ResNet: A Non-Destructive Method for Determining the Nitrogen, Phosphorus, and Potassium Content of Sugarcane Leaves Based on Leaf Image
Previous Article in Journal
Different Responses to Salinity of Pythium spp. Causing Root Rot on Atriplex hortensis var. rubra Grown in Hydroponics
Previous Article in Special Issue
A Seed Vigor Test Through a Biospeckle Laser: A Comparison of Local and Global Analyses
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Four-Dimensional Hyperspectral Imaging for Fruit and Vegetable Grading

1
School of Environmental, Civil, Agricultural and Mechanical Engineering, University of Georgia, Athens, GA 30602, USA
2
School of Electrical and Computer Engineering, University of Georgia, Athens, GA 30602, USA
*
Author to whom correspondence should be addressed.
Agriculture 2025, 15(15), 1702; https://doi.org/10.3390/agriculture15151702
Submission received: 30 June 2025 / Revised: 28 July 2025 / Accepted: 2 August 2025 / Published: 6 August 2025

Abstract

Reliable, non-destructive grading of fresh fruit requires simultaneous assessment of external morphology and hidden internal defects. Camera-based grading of fresh fruit using colorimetric (RGB) and near-infrared (NIR) imaging often misses subsurface bruising and cannot capture the fruit’s true shape, leading to inconsistent quality assessment and increased waste. To address this, we developed a 4D-grading pipeline that fuses visible and near-infrared (VNIR) and short-wave infrared (SWIR) hyperspectral imaging with structured-light 3D scanning to non-destructively evaluate both internal defects and external form. Our contributions are (1) flagging the defects in fruits based on the reflectance information, (2) accurate shape and defect measurement based on the 3D data of fruits, and (3) an interpretable, decision-tree framework that assigns USDA-style quality (Premium, Grade 1/2, Reject) and size (Small–Extra Large) labels. We demonstrate this approach through preliminary results, suggesting that 4D hyperspectral imaging may offer advantages over single-modality methods by providing clear, interpretable decision rules and the potential for adaptation to other produce types.

1. Introduction

Reliable grading must detect both obvious blemishes and hidden internal flaws such as bruises, early decay, or cell damage that elude human inspectors and standard colorimetric (RGB) and near-infrared (NIR) cameras. Left undetected, these hidden defects not only shorten shelf life and increase waste but can also trigger costly recalls and erode consumer trust. A truly robust solution must non-destructively detect internal injuries and measure a fruit’s external form, ensuring only structurally sound, blemish-free produce moves through the supply chain and meets stringent regulatory and buyer standards. However, today’s automated approaches typically rely on manual inspection or simple RGB/NIR imaging systems, which, despite being faster than purely human checks, remain subjective and surface-bound, often missing subsurface damage entirely.
Automated machine-vision and deep-learning (DL) grading pipelines have been developed for a wide variety of fruits and have demonstrated the ability to non-destructively sort produce by external traits (shape, color, size, surface defects) and proxies for internal quality (sweetness, firmness) with over 90% accuracy. In apple grading, early mechanical systems and sensor-based methods extracted features such as geometry, color, and firmness to categorize cultivars and detect bruises [1,2,3,4]. More recently, convolutional neural networks on RGB images—employing one-stage detectors (YOLOv5, YOLOv4) for blemish segmentation and classification networks (AlexNet, VGG variants) for final grade assignment—have further improved speed and accuracy on benchmark datasets [5,6,7,8,9]. Parallel efforts in tomato grading have combined shape (eccentricity), size (2D area), color (mean RGB), and contour analyses, via online sorting rigs, maturity classifiers, and dual-view frameworks, to achieve similar high-throughput performance [10,11,12]. Despite these successes, all RGB+DL approaches remain limited to surface inspection and 2D morphology, missing subsurface defects and true three-dimensional shape. In addition, the black-box nature of deep learning models often limits their interpretability, posing challenges for trust, traceability, and adoption in agricultural grading tasks [13,14].
Hyperspectral imaging (HSI) directly addresses these surface-only blind spots by capturing a continuous reflectance spectrum at every pixel, revealing the chemical and structural signatures of subsurface bruising and early decay that RGB+DL pipelines miss. For instance, in apples, visible and near-infrared (VNIR)/short-wave infrared (SWIR) HSI combined with multivariate analyses (PLS, PCA) and optimized classifiers (GS-SVM, GA-SVM) has discriminated bruise severity and even age with accuracies often exceeding 90% [15,16,17]. In tomatoes, VIS/NIR HSI with ant-colony-optimized wavelength selection and PLS-DA/ANN models has classified simulated bruise levels at up to 100% accuracy while reducing spectral variables by more than 70% [18]; multivariate classifiers detect early decay before any visual sign with over 90% accuracy [19]; and SEM-validated studies show bruised regions exhibit reflectance drops near 810 nm, yielding 90.9% PLS-DA performance [20]. However, HSI alone lacks direct 3D localization and cannot measure true bruise dimensions or overall fruit geometry, metrics that, together with size and roundness, underpin USDA-style grading. Additionally, because HSI alone lacks depth cues, it can struggle to interpret complex shapes or shadowed regions with high accuracy. In such cases, systems often need to combine HSI with external geometric information or rely on complex 2D image processing steps to approximate shape and size, which can introduce errors [21].
Beyond RGB-based and hyperspectral imaging, 3D-sensing methods such as stereo vision and time-of-flight (ToF) sensors have also been used in agriculture for fruit grading and plant phenotyping [22,23]. However, stereo vision depends heavily on surface texture, making it unreliable for the smooth, uniform surfaces of many fruits, while ToF sensors often lack the spatial resolution needed for fine geometric measurements and can struggle with shadows, occlusions, and high-speed sorting. Fringe Projection Profilometry (FPP) addresses many of these limitations by projecting structured light patterns independent of surface texture, enabling robust, sub-millimeter-accurate 3D reconstruction [24]. With its ability to rapidly capture full fruit geometry in a single scan, FPP may represent a more precise and high-throughput alternative for fruit grading applications.
In this paper, we introduce a unified 4D-grading system that integrates VNIR/SWIR hyperspectral imaging with high-resolution 3D scanning to deliver fully non-destructive and objective assessment of both internal and external quality attributes for spherical fruits. Our unified 4D-grading pipeline begins by reconstructing each fruit’s surface mesh in MATLAB to extract the two equatorial diameters and height, which are then sorted into a     b     c to compute Mohsenin’s sphericity index (see Section 3.1). Next, we calculate the spectral-difference defect flag from VNIR and SWIR reflectance cubes to identify subsurface bruising (see Section 2.3). Fruits flagged as defective proceed down the Defect branch, where measured bruise length and sphericity determine Grade 1, Grade 2, or Reject, while non-defective specimens follow the Non-Defective branch and are graded solely by sphericity. In parallel, the longest span a is compared against USDA size bins to assign Small through Extra Large (see Section 4). Finally, quality and size classes are concatenated into a single grade. We demonstrate our method on a small set of apple and tomato samples, indicating that 4D fusion has the potential to complement single-modality techniques by improving early defect detection, while remaining compatible with real-time automated packing lines.

2. Materials and Methods

2.1. Four-Dimensional Hyperspectral Imaging System

We developed a 4D hyperspectral imaging system [25] capable of simultaneously acquiring the 3D geometric structure and hyperspectral reflectance information of objects, as illustrated in Figure 1. The system comprises two main subsystems: a hyperspectral imaging subsystem and a 3D imaging subsystem. The 3D imaging subsystem is based on a conventional fringe projection profilometry (FPP) setup, which includes a digital projector (DLPLCR4500LVM, Texas Instruments, Dallas, TX, USA) and a camera (Grasshopper3 Monochrome GS3-U3-41C6M-C, FLIR, Wilsonville, OR, USA). The hyperspectral imaging subsystem consists of two components: a VNIR camera (Grasshopper3 Monochrome GS3-U3-23S6M-C, FLIR, Wilsonville, OR, USA) coupled with a VNIR spectrograph (ImSpector V10, Specim, Oulu, FL, USA) and an SWIR camera (Xenicas Xeva 18544, Leuven, Belgium paired with an SWIR spectrograph (ImSpector N17E, Specim, Oulu, FL, USA). Together, these components enable the acquisition of hyperspectral images across a broad spectral range, spanning from 400 nm to 1700 nm. To achieve accurate spatial alignment between the geometric and spectral data, we employed the line-scan homography method proposed in [25] to achieve registration between the 3D data and the corresponding hyperspectral images with subpixel accuracy.

2.2. Three-Dimensional Geometry Acquisition Through Fringe Projection Profilometry

The 3D geometry for each of the fruits is extracted using fringe projection profilometry, a structured-light-based 3D vision technique. As detailed in Section 2.1, this involves a calibrated camera–projector setup, with the camera capturing images of sinusoidal fringe patterns projected on the object (which in our case is the fruit or vegetable in question) at known phase shifts. This is calibrated according to the technique described in Li et al. [26]. A schematic of this is shown in Figure 2. The camera and projector are both modeled according to the pinhole model. This is described by the following equations:
s c I c = A c [ R c , t c ] X w ,
s p I p = A p [ R p , t p ] X w ,
where s c and s p describe the scaling factors; I c and I p describe the coordinates; A c and A p describe the intrinsic matrices; and [ R c ,   t c ] and [ R p ,   t p ] describe the extrinsic matrices of the camera and projector, respectively. X w = [ x w ,   y w ,   z w ,   1 ] T is the object point in the world coordinate system.
To extract the 3D coordinates of object points, it is essential to compute the phase information of the projected sinusoidal fringe patterns, which serves as a critical bridge for establishing a correspondence between camera pixels and projector pixels. Specifically, a sequence of sinusoidal fringe patterns I k with equal and known phase shifts between adjacent patterns is projected onto the object as follows:
I k = I i n t + I m o d cos ( ϕ + 2 π k N )
Here, I i n t refers to the background intensity, I m o d means the intensity modulation, N is the number of phase shifting steps, and ϕ is the phase to be solved for. After capturing these fringe images, a wrapped phase map can be computed as
ϕ = arctan ( k = 1 N I k sin θ k k = 1 N I k cos θ k )
Given the nature of arctangent function, the wrapped phase has 2 π discontinuities; therefore, these 2 π discontinuities must be removed to obtain an absolute phase map before it can be utilized for 3D coordinate computation.
Φ = ϕ + k × 2 π .
Once the absolute phase is computed, the camera and projector image points can be correlated as follows:
Φ a c ( u c , v c ) = Φ a p ( u p ) = Φ
Here, the camera pixel coordinates are represented by ( u c ,   v c ) and the projector pixel coordinates are represented by ( u p , v p ) . Φ a c is the absolute phase of each camera pixel and Φ a p is the absolute phase of each projector pixel.
u p = Φ × P + π W p 2 π
From the equations defined above and the original calibration Equations (1) and (2), we get the object coordinates in the world coordinate system [27].
x y z = a 11 c u c a 31 c a 12 c u c a 32 c a 13 c u c a 33 c a 21 c v c a 31 c a 22 c v c a 32 c a 23 c v c a 33 c a 11 p u p a 31 p a 12 p u p a 32 p a 13 p u p a 33 p 1 u c a 34 c a 14 c v c a 34 c a 24 c u p a 34 p a 14 p
where a i j c represents the constituent elements of camera intrinsic matrix A c and a i j p represents the constituent elements of projector intrinsic matrix A p . These coordinates can be used to calculate diameter, bruise length, and other shape parameters that may be used as inputs to a grading algorithm.

2.3. Spectral Reflectance from Hyperspectral Data

Hyperspectral imaging (HSI) captures reflectance at dozens or even hundreds of narrow wavelengths, revealing subtle chemical and structural changes that occur when fruit tissue is bruised or decaying. Unlike standard RGB or single-band NIR cameras, HSI can distinguish healthy versus defective areas based on their unique spectral fingerprints across the VNIR and SWIR regions. In this study, we use VNIR (400–1000 nm) and SWIR (1000–1700 nm) cubes to segment defect pixels by comparing their average spectra to healthy tissue.
Prior work has shown that spectral-reflectance contrasts reliably indicate bruising. Lu et al. [28] used NIR HSI to distinguish subsurface apple bruises, and Tan et al. [29] applied VNIR/SVM for high-accuracy severity grading. Baranowski et al. [30] tracked VNIR/SWIR changes to predict bruise age with over 90% accuracy. In tomatoes, PLS-DA models detected impact bruises at 90.9% accuracy [20], chemometric band selection isolated defect wavelengths [31], and interval-optimized PLS-DA/ANN classifiers reached up to 100% severity accuracy with 70% fewer bands [18]. Building on these findings, we selected a spectral-difference threshold of d Spec     0.02 to flag tissue anomalies. This choice was guided by prior studies that quantified reflectance contrasts between bruised and healthy fruit regions. In Lu et al.’s work on apples [28], the spectral difference between healthy and bruised tissue typically ranged from 0.02 to 0.17. ElMasry et al. [17] observed approximately a 5% reflectance difference between bruised and unbruised areas in green apples. For tomatoes, Sun et al. [20] reported an average difference of 10% between healthy and bruised tissue. Although our 2% threshold is more conservative than these reported values, it provides a robust lower bound for detecting subtle defects within our small dataset and serves as a reliable starting point for future tuning.
To obtain reflectance data, we first convert the raw VNIR and SWIR image stacks into calibrated reflectance cubes via dark–white normalization:
R ( x , y , λ ) = I ( x , y , λ ) D ( x , y , λ ) max W ( x , y , λ ) D ( x , y , λ ) , ε ,
clamping R [ 0 ,   1 ] . After selecting the fruit region of interest (ROI), we reshape the valid spectra into a 2D array and apply PCA. We extract only the first principal-component image because this single grayscale map maximizes variance due to bruised or decayed tissue, and delineate defect pixels via manual annotation to form a binary mask M .
From M and its complement we compute the average reflectance spectra in both VNIR and SWIR:
R ¯ def ( λ ) = 1 | M | ( x , y ) M R ( x , y , λ ) , R ¯ hea ( λ ) = 1 | F M | ( x , y ) F M R ( x , y , λ ) .
We then reduce each spectral region to a single scalar
d VNIR = max λ | R ¯ def VNIR ( λ ) R ¯ hea VNIR ( λ ) | ,
d SWIR = max λ R ¯ def SWIR ( λ ) R ¯ hea SWIR ( λ ) .
and define the overall spectral difference as
d Spec = max d VNIR , d SWIR .
where
  • I ( x ,   y ,   λ ) is the raw image intensity at pixel ( x ,   y ) and wavelength λ ;
  • D ( x ,   y ,   λ ) is the dark-reference image;
  • W ( x ,   y ,   λ ) is the white-reference image;
  • ε is a small constant to avoid division by zero;
  • R ( x ,   y ,   λ ) is the calibrated reflectance;
  • M is the defect mask over the fruit ROI;
  • F is the set of all fruit ROI pixels;
  • d VNIR is the VNIR spectral difference (Equation (11));
  • d SWIR is the SWIR spectral difference (Equation (12));
  • d Spec is the overall spectral-difference flag.
Figure 3 illustrates, for apples, the mean reflectance curves of defective (red) vs. healthy (green) apple tissue in Figure 3a the VNIR bands and Figure 3b the SWIR bands. Similarly, Figure 4 shows the reflectance curves of defective (red) vs. healthy (green) tomato tissue in Figure 4a the VNIR bands and Figure 4b the SWIR bands. Since there is a clear distinction between the reflectance values of the defective and healthy tissues for both apple and tomato examples, we chose to leverage this difference in reflectance values to differentiate between the healthy and damaged fruits.

3. Parameters for Fruit Grading from 4D Hyperspectral Data

Our 4D-grading pipeline relies on two fundamental parameter sets: shape parameters obtained from 3D-mesh reconstruction (Section 3.1), and defect parameters derived from VNIR/SWIR hyperspectral analysis (Section 3.2). Together, these metrics directly inform the subsequent decision-tree grading logic.

3.1. Shape Characterization Using 3D Data

Shape characterization begins by capturing a dense 3D point cloud of each fruit using a structured-light scanner. As outlined in Section 2.2, our 3D-scanning setup produces a high-resolution point cloud, yielding precise ( X ,   Y ,   Z ) coordinates across the entire surface. From this data, we reconstruct a continuous surface mesh in MATLAB (R2025a), enabling direct measurement of geometric traits such as diameters and height.
To extract each measurement, we display the mesh in MATLAB and manually pick two equatorial points ( x 1 ,   y 1 ,   z 1 ) and ( x 2 ,   y 2 ,   z 2 ) (for the diameters D 1 and D 2 ), plus a top point ( x T ,   y T ,   z T ) and bottom point ( x B ,   y B ,   z B ) (for height H). Each span is computed by
D = ( x 2 x 1 ) 2 + ( y 2 y 1 ) 2 + ( z 2 z 1 ) 2 ,
H = z T z B .
Given the two equatorial diameters D 1 ,   D 2 and height H, we sort the set { D 1 ,   D 2 ,   H } in descending order to assign
a = max { D 1 ,   D 2 ,   H } , b = median { D 1 ,   D 2 ,   H } , c = min { D 1 ,   D 2 ,   H } .
Substituting these into Mohsenin’s sphericity formula [32]
Φ = ( a b c ) 1 / 3 a
ensures that a is always the longest span, b the intermediate, and c the shortest. Figure 5 illustrates this workflow, showing both the raw structured-light image captured during acquisition and the corresponding 3D mesh used for manual diameter measurements.

3.2. Defect Characterization Using Hyperspectral and 3D Data

Having extracted the key 3D shape metrics above, we now turn to defect detection by fusing VNIR and SWIR hyperspectral data with our mesh geometry. For each fruit, we compute the mean “defect” and “healthy” reflectance curves as in Equation (10), then reduce them to a single scalar in each band (Equations (11) and (12)) and determine d Spec as defined in Equation (13).
According to our 4D decision tree (Section 4), any sample with d Spec     0.02 (2%) or a manual VNIR/SWIR mask is routed into the Defective branch; the remainder proceed to the Non-Defective branch for size-only grading.
For fruits flagged as Defective, we project the binary mask onto the 3D mesh and manually pick two opposing points ( x b 1 ,   y b 1 ,   z b 1 ) and ( x b 2 , y b 2 , z b 2 ) on the bruise region. The bruise length L b is then computed via the same Euclidean-distance formula (Equation (14)). Figure 6 shows an example of this mesh-based measurement.

4. Fruit Grading Strategies

Having established our spectral-difference defect flag (Section 3.2) and 3D-shape measurement pipeline (Section 3.1), we now integrate these modalities into a unified decision-tree framework that assigns both quality and size grades. We adopt a decision-tree structure because it offers clear, interpretable rules at each node, mirrors the stepwise logical flow of human grading decisions, and allows simple tuning of numerical thresholds for different fruit types or market classes.
The use of sphericity as a geometric grading parameter is motivated by USDA shape standards, which assign higher quality grades to fruits that are “well formed” or “fairly well formed,” and penalize irregular or misshapen specimens [33]. Sphericity provides a clear and consistent way to measure how round a fruit is, making it a useful indicator of shape regularity. Prior studies have reported sphericity values ranging from 0.84 to 0.93 across four tomato cultivars [34], 0.82 to 1.00 in a sample of 100 tomatoes [35], and 0.86 to 0.98 across various apple cultivars [36]. These ranges align with the 80–100% values observed in our dataset. We therefore adopt sphericity-based thresholds in our 4D-grading system to reflect USDA shape expectations and trends in the prior literature. Building on these trends, we note that tomatoes also tend to be more spherical than apples in the literature and are visually more sensitive to shape deformities in the market; we therefore apply slightly stricter sphericity thresholds to tomatoes than apples in our pipeline. Moreover, in our decision framework, the combination of sphericity and bruise severity enables a tiered grading system: fruits with the highest sphericity and minimal bruising receive top grades, while those with lower sphericity and a greater extent of defects are assigned lower grades. This mirrors USDA logic, where the absence of shape deformities and physical damage corresponds to higher grade classifications, ensuring that our system mimics both the structure and intent of official grading standards.
Our unified 4D pipeline begins by reconstructing the fruit’s surface mesh (Section 3.1) and immediately extracting two key metrics: Mohsenin’s sphericity Φ as computed by Equation (16), which captures overall roundness, and the longest span a from the ordered set { D 1 ,   D 2 ,   H } , which underlies USDA size classification [33,37].
Next, we assess tissue integrity via the spectral-difference score as defined in Equation (13). Any fruit with a spectral difference 0.02 is routed into the Defective branch; all others proceed as Non-Defective. Within the Non-Defective branch, quality is assigned solely on Φ . Specimens with sphericity values exceeding defined thresholds are assigned Premium or Grade 1/2. In the Defective branch, we measure bruise length L b on the 3D mesh via Equation (14) and combine it with Φ according to the rules in Figure 7 for apples and Figure 8 for tomatoes to yield Grade 1, Grade 2, or Reject.
Finally, size class is determined by comparing the longest span a to USDA diameter bins (Small–Extra Large) and the fruit’s definitive label is formed by concatenating its quality grade and size class (e.g., “Grade 1 Large”). Figure 7 illustrates the full decision tree for apples and Figure 8 that for tomatoes.
Although we have demonstrated our 4D-grading pipeline on apples and tomatoes, the same approach can be applied to nearly any spherical fruit simply by tuning a few spectral-difference and geometric thresholds.

4.1. Apples

As shown in Figure 7, we first compute Mohsenin’s sphericity index Φ (Equation (16)) from the ordered principal spans a     b     c . We then evaluate the spectral-difference flag as defined in Equation (13). Any apple with Δ     0.02 (2%) or a manual VNIR/SWIR mask is routed into the Defective branch; all others follow the Non-Defective branch. Non-Defective Apples: Grading is based solely on sphericity Φ (Table 1).
Defective Apples: We measure bruise length L b on the 3D mesh (via Equation (14)) and combine it with Φ to assign Grade 1, Grade 2, or Reject per Table 2.
Size Classification: In both branches, we compare the longest span a against USDA apple size bins (Table 3) to assign Small through Extra Large.
The final apple label concatenates the quality grade (Premium/Grade 1/Grade 2/Reject) with the size class (Small/Medium/Large/Extra Large), e.g., “Grade 1 Large.” Figure 7 illustrates our apple grading decision tree.

4.2. Tomatoes

As shown in Figure 8, for each tomato, we first compute Mohsenin’s sphericity index Φ (Equation (16)) from the three sorted spans a     b     c . Similarly, we then evaluate the spectral-difference flag as defined in Equation (13).
Non-Defective: If Δ   <   0.02 , grade by sphericity alone using Table 4.
Defective: If Δ     0.02 , measure 3D bruise length L b via Equation (14) and combine with Φ as per Table 5.
Finally, in both branches we compare the longest span a against USDA tomato size bins (Table 6) and concatenate quality + size (e.g., “Grade 1 Large”). Figure 8 illustrates our tomato grading decision tree.

5. Results

Having established our 4D-grading pipeline for hyperspectral defect detection (Section 2.3), 3D shape measurement (Section 3.1), and decision-tree–based grading (Section 4), we now assess its performance on a set of representative fruits. In the subsections that follow, we apply the full 4D workflow to apples (Section 5.1) and tomatoes (Section 5.2), reporting for each specimen the computed spectral-difference flag, geometric spans and sphericity, bruise metrics (where applicable), and the final concatenated USDA-style grade. All experiments and data collection were conducted in July 2024. This evaluation was performed on a small exploratory dataset of five fruits (three apples and two tomatoes). Although it does not capture the full variability of cultivars and defect types, it demonstrates the technical feasibility of the proposed 4D-grading pipeline and lays the groundwork for future large-scale validation.

5.1. Apple Results

Table 7 summarizes the key 4D parameters and final grades for all three apples. Non-defective fruits report only sphericity Φ (no spectral flag or bruise measurement), while the one defective specimen also shows its spectral-difference score d Spec and 3D bruise length L b .
Here, d Spec is the spectral-difference score (see Equation (13)), used to flag internal tissue defects; L b is the 3D measured bruise length on the surface mesh; a ,   b ,   c denote the ordered principal spans of the fruit (longest to shortest); and Φ is Mohsenin’s sphericity index (Equation (16)).
As shown in Table 7, Apples 1 and 2 both fell below the 2 % spectral-difference threshold and were routed to the Non-Defective branch. Their sphericity values of 91.97 % and 83.40 % correspond to “Premium” and “Grade 2” under our sphericity-only grading rules. Apple 3, by contrast, registered a spectral-difference of 3.5 % and a bruise length of 12.4 mm, placing it in the Defective branch; its sphericity of 89.45 % and bruise-severity band then yield a “Grade 2” quality. All three apples fell into the Large or Extra Large USDA size classes, so their final labels concatenate quality and size (e.g., “Grade 2 Extra Large”). Figure 9 shows RGB images of the three apples discussed in Table 7, providing a side-by-side visual reference of their external appearance prior to 4D analysis.

5.2. Tomato Results

Table 8 summarizes the key 4D parameters and final grades for our two tomato samples. Tomato 1 fell below the 2% spectral-difference threshold and thus followed the Non-Defective branch, while Tomato 2 exceeded the threshold and was routed to the Defective branch.
As shown in Table 8, Tomato 1 registered no spectral defect and was graded by its sphericity alone (“Grade 1”) and its longest span a   =   57.00 mm placed it in the Small size class. Tomato 2 exceeded the 2% spectral-difference threshold ( d Spec   =   0.042 ) and exhibited a bruise length of 9.8 mm, routing it to the Defective branch. Combining its sphericity (97.24%) and bruise-severity band produces a “Grade 2” quality, and its longest span a   =   67.50 mm yields the Large size class, giving the final label “Grade 2 Large.”
Figure 10 shows a combined RGB image of the two tomatoes discussed in Table 8, providing a side-by-side visual reference of their external appearance prior to 4D analysis.

6. Discussion

Our results demonstrate that fusing hyperspectral and 3D geometry into a single 4D-grading pipeline yields a more complete, objective picture of fruit quality than either modality alone. By flagging subsurface bruising or internal damage via a spectral-difference rule and then quantifying true 3D size and roundness, we can assign USDA-style grades with greater confidence, reduce false negatives on early defects, and minimize the over-grading of misshapen but healthy fruit. In a commercial packing line, this could translate to less manual labor and re-sorting, lower waste rates, and more consistent compliance with buyer contracts. Moreover, because all of our spectral and geometric features reduce to a handful of easily interpretable scalars, the system lends itself to real-time hardware implementation (e.g., GPU pipelines) and straightforward integration into existing conveyor-belt sorters.
The apple results (Table 7) showed that Apple 3, with a spectral-difference score of 3.5% and bruise length of 12.4 mm, was correctly flagged as defective, illustrating the ability of the hyperspectral threshold to capture internal bruising. Apple 2, which was non-defective but had the lowest sphericity (83.4%), demonstrates how shape irregularities alone can reduce grade under the sphericity-based rules. In tomatoes (Table 8), Tomato 2’s high sphericity (97.2%) but defective grade highlights how internal damage cannot be inferred from geometry alone, reinforcing the importance of combining modalities. Furthermore, the measured sphericity ranges (83–97%) are consistent with those reported in previous studies for apple and tomato cultivars, as already discussed in Section 4, supporting the accuracy of the 3D-reconstruction component of our pipeline.
However, a major limitation of this study is the very small sample size, which prevents any statistically robust conclusions about system performance in real-world, highly variable agricultural environments. The results presented here should therefore be interpreted as a proof of concept demonstrating feasibility only. Although the precision of structured-light 3D scanning could theoretically influence geometric parameters such as sphericity and bruise length, the FPP system used in this study has sub-millimeter accuracy, which is sufficient for the size range and defect characteristics of the tested fruits. Additionally, the grading thresholds we employed incorporate margins that minimize the impact of small variations in 3D measurements. Achieving true industrial throughput will require significantly larger and more diverse datasets, as well as more extensive feature registration, to fully optimize the algorithms and improve generalizability across cultivars, defect types, and production conditions.
At the same time, we recognize that real-time deployment will require further optimization. First, computational load could be reduced through adaptive sampling strategies and the use of GPU-based parallel computation to accelerate both hyperspectral and 3D processing [38]. Second, prior studies have demonstrated that robust registration between hyperspectral and 3D data in prior work [25,39]; defects identified directly from hyperspectral analysis could be automatically mapped onto the 3D mesh, eliminating the need for manual 3D-feature extraction and further streamlining the pipeline. Benchmarking the resulting end-to-end pipeline on data transfer rates, per-fruit processing time, and overall computational bottlenecks will require more research and bigger datasets.
Although we did not perform direct quantitative comparisons against single-modality HSI, 3D imaging, or advanced deep-learning approaches, our interpretable decision-tree framework offers a distinct advantage: it provides clear grading logic tied to measurable physical thresholds. This transparency enables stakeholders to understand and adjust thresholds for different cultivars, defect severities, or market requirements without retraining a complex black-box model. This flexibility makes the framework well-suited for early-stage deployment and future adaptation across different packing-line environments. While interpretability is a key strength of our decision-tree framework, it may also limit its ability to capture subtle defects or complex patterns. Future work could explore hybrid approaches that combine the transparency of decision trees with the predictive power of advanced machine learning models.
While we demonstrated 4D grading on bruising in apples and tomatoes, the same framework is readily customizable to any surface or subsurface defect—sunscald, bacterial spot, catface deformities, internal decay, etc.—simply by adjusting the spectral and size thresholds to match each USDA defect definition. In our study, we selected a fixed spectral-difference threshold ( d Spec     0.02 ) based on values reported in the prior literature rather than training a data-driven classifier. This approach reflects both the limited sample size and our emphasis on interpretability, ensuring the grading logic remains transparent and reproducible. In contrast to traditional methods that rely on machine learning (e.g., SVM and ANN) or deep learning to learn decision boundaries from large labeled datasets, our fixed-threshold rule offers a robust, low-complexity alternative appropriate for early-stage deployment. Overall, this proof-of-concept study highlights the potential of 4D hyperspectral/geometry fusion for fruit inspection and its suitability for broader automated quality control applications.

7. Conclusions

In this work, we have proposed a practical, decision-tree-based framework that fuses VNIR/SWIR hyperspectral data with 3D geometric measurements to grade nearly spherical fruits. By first computing Mohsenin’s sphericity index and then applying a simple 2% spectral-difference defect flag, our pipeline routes each specimen into “Defective” or “Non-Defective” branches, uses 3D-bruise-length measurements where appropriate, and finally assigns USDA-style quality and size grades. Applied to a handful of apple and tomato samples, this 4D fusion approach offers an interpretable alternative to single-modality or black-box models, allowing packers to adjust grading thresholds easily for different fruit varieties and market requirements.
While our initial results demonstrate the feasibility of integrating spectral and geometric cues in a unified grading system, further work is needed to automate 3D-parameter extraction, validate performance across larger and more varied datasets, and extend the method to other types of produce. The modular decision-tree structure ensures that, by tuning only a few numerical cutoffs, the same grading logic can be adapted to new fruits or evolving industry standards. We therefore view this 4D hyperspectral approach not as a radical departure but as a flexible, easy-to-integrate alternative that complements existing packing-line technologies and may help improve consistency and objectivity in automated fruit grading.

Author Contributions

Conceptualization B.B. and J.L.; methodology, B.L.; software, L.H.N.; validation, L.L., B.L. and J.L.; formal analysis, B.B.; investigation, L.H.N.; resources, L.L.; data curation, B.B. and J.L.; writing—original draft preparation, L.H.N.; writing—review and editing, J.L., B.B., L.L. and B.L.; visualization, L.L. and L.H.N.; supervision, L.L.; project administration, B.L.; funding acquisition, L.L. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Data Availability Statement

The raw data supporting the conclusions of this article will be made available by the authors upon request.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Bhargava, A.; Bansal, A. Classification and grading of multiple varieties of apple fruit. Food Anal. Methods 2021, 14, 1359–1368. [Google Scholar] [CrossRef] [Scilit]
  2. Nie, M.; Zhao, Q.; Xu, Y.; Shen, T. Machine Vision-based Apple External Quality Grading. In Proceedings of the 2019 Chinese Control And Decision Conference (CCDC), Nanchang, China, 3–5 June 2019. [Google Scholar] [CrossRef] [Scilit]
  3. Ma, L.; Wei, P.; Qu, X.; Bi, S.; Zhou, Y.; Shen, T. Apple grading method based on neural network with ordered partitions and evidential ensemble learning. CAAI Trans. Intell. Technol. 2022, 7, 561–569. [Google Scholar] [CrossRef] [Scilit]
  4. Zhang, Z.; Lu, Y.; Lu, R. Development and evaluation of an apple infield grading and sorting system. Postharvest Biol. Technol. 2021, 180, 111588. [Google Scholar] [CrossRef] [Scilit]
  5. Xu, B.; Cui, X.; Ji, W.; Yuan, H.; Wang, J. Apple grading method design and implementation for automatic grader based on improved YOLOv5. Agriculture 2023, 13, 124. [Google Scholar] [CrossRef] [Scilit]
  6. Liang, X.; Jia, X.; Huang, W.; He, X.; Li, L.; Fan, S.; Li, J.; Zhao, C.; Zhang, C. Real-time grading of defect apples using semantic segmentation combination with a pruned YOLO V4 network. Foods 2022, 11, 3150. [Google Scholar] [CrossRef] [Scilit]
  7. Kaiyan, L.; Haoping, Z.; Chang, L.; Huiping, S.; Junhui, W.; Jie, C. An Apple Grading Method Based on Improved VGG16 Network. In Proceedings of the Smart Communications, Intelligent Algorithms and Interactive Methods, Sanya, China, 18–20 December 2020; Jain, L.C., Kountchev, R., Hu, B., Kountcheva, R., Eds.; Springer: Singapore, 2022. [Google Scholar]
  8. Shi, X.; Chai, X.; Yang, C.; Xia, X.; Sun, T. Vision-based apple quality grading with multi-view spatial network. Comput. Electron. Agric. 2022, 195, 106793. [Google Scholar] [CrossRef] [Scilit]
  9. Ji, W.; Wang, J.; Xu, B.; Zhang, T. Apple grading based on multi-dimensional view processing and deep learning. Foods 2023, 12, 2117. [Google Scholar] [CrossRef] [Scilit]
  10. Arjenaki, O.O.; Moghaddam, P.A.; Motlagh, A.M. Online tomato sorting based on shape, maturity, size, and surface defects using machine vision. Turk. J. Agric. For. 2013, 37, 62–68. [Google Scholar] [CrossRef] [Scilit]
  11. Arakeri, M.P.; Lakshmana. Computer vision based fruit grading system for quality evaluation of tomato in agriculture industry. Procedia Comput. Sci. 2016, 79, 426–433. [Google Scholar] [CrossRef] [Scilit]
  12. Chen, L.; He, T.; Li, Z.; Zheng, W.; An, S.; Zhangzhong, L. Grading method for tomato multi-view shape using machine vision. Int. J. Agric. Biol. Eng. 2023, 16, 184–196. [Google Scholar] [CrossRef] [Scilit]
  13. Ribeiro, M.T.; Singh, S.; Guestrin, C. “Why should i trust you?” Explaining the predictions of any classifier. In Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, San Francisco, CA, USA, 13–17 August 2016; pp. 1135–1144. [Google Scholar]
  14. Albahar, M. A survey on deep learning and its impact on agriculture: Challenges and opportunities. Agriculture 2023, 13, 540. [Google Scholar] [CrossRef] [Scilit]
  15. Tan, W.; Sun, L.; Yang, F.; Che, W.; Ye, D.; Zhang, D.; Zou, B. The feasibility of early detection and grading of apple bruises using hyperspectral imaging. J. Chemom. 2018, 32, e3067. [Google Scholar] [CrossRef] [Scilit]
  16. Tang, Y.; Gao, S.; Zhuang, J.; Hou, C.; He, Y.; Chu, X.; Miao, A.; Luo, S. Apple bruise grading using piecewise nonlinear curve fitting for hyperspectral imaging data. IEEE Access 2020, 8, 147494–147506. [Google Scholar] [CrossRef] [Scilit]
  17. ElMasry, G.; Wang, N.; Vigneault, C.; Qiao, J.; ElSayed, A. Early detection of apple bruises on different background colors using hyperspectral imaging. LWT—Food Sci. Technol. 2008, 41, 337–345. [Google Scholar] [CrossRef] [Scilit]
  18. Cui, J.; Yang, M.; Son, D.; Cho, S.I.; Kim, G. Hyperspectral imaging for tomato bruising damage assessment of simulated harvesting process impact using wavelength interval selection and multivariate analysis. Appl. Eng. Agric. 2020, 36, 533–547. [Google Scholar] [CrossRef] [Scilit]
  19. Wang, H.; Hu, R.; Zhang, M.; Zhai, Z.; Zhang, R. Identification of tomatoes with early decay using visible and near infrared hyperspectral imaging and image-spectrum merging technique. J. Food Process Eng. 2021, 44, e13654. [Google Scholar] [CrossRef] [Scilit]
  20. Sun, Y.; Pessane, I.; Pan, L.; Wang, X. Hyperspectral characteristics of bruised tomatoes as affected by drop height and fruit size. LWT 2021, 141, 110863. [Google Scholar] [CrossRef] [Scilit]
  21. Yang, C.; Guo, Z.; Fernandes Barbin, D.; Dai, Z.; Watson, N.; Povey, M.; Zou, X. Hyperspectral Imaging and Deep Learning for Quality and Safety Inspection of Fruits and Vegetables: A Review. J. Agric. Food Chem. 2025, 73, 10019–10035. [Google Scholar] [CrossRef] [Scilit]
  22. Wang, J.; Xie, Z.; Mao, P.; Sun, M.; Guo, J. Fruit modeling and application based on 3D imaging technology: A review. J. Food Meas. Charact. 2024, 18, 4120–4136. [Google Scholar] [CrossRef] [Scilit]
  23. Gao, Y.; Wang, Q.; Rao, X.; Xie, L.; Ying, Y. OrangeStereo: A navel orange stereo matching network for 3D surface reconstruction. Comput. Electron. Agric. 2024, 217, 108626. [Google Scholar] [CrossRef] [Scilit]
  24. Balasubramaniam, B.; Li, J.; Liu, L.; Li, B. 3d imaging with fringe projection for food and agricultural applications—A tutorial. Electronics 2023, 12, 859. [Google Scholar] [CrossRef] [Scilit]
  25. Li, J.; Liu, L.; Li, B. 4D Vis-SWIR line-scan hyperspectral imaging. Opt. Express 2024, 32, 44624–44642. [Google Scholar] [CrossRef] [Scilit]
  26. Li, B.; Karpinsky, N.; Zhang, S. Novel calibration method for structured-light system with an out-of-focus projector. Appl. Opt. 2014, 53, 3415–3426. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  27. Zhang, S.; Royer, D.; Yau, S.T. GPU-assisted high-resolution, real-time 3-D shape measurement. Opt. Express 2006, 14, 9120–9129. [Google Scholar] [CrossRef] [Scilit]
  28. Lu, R. Detection of bruises on apples using near–infrared hyperspectral imaging. Trans. ASAE 2003, 46, 523. [Google Scholar]
  29. Tan, W.; Sun, L.; Yang, F.; Che, W.; Ye, D.; Zhang, D.; Zou, B. Study on bruising degree classification of apples using hyperspectral imaging and GS-SVM. Optik 2018, 154, 581–592. [Google Scholar] [CrossRef] [Scilit]
  30. Baranowski, P.; Mazurek, W.; Pastuszka-Woźniak, J. Supervised classification of bruised apples with respect to the time after bruising on the basis of hyperspectral imaging data. Postharvest Biol. Technol. 2013, 86, 249–258. [Google Scholar] [CrossRef] [Scilit]
  31. Xing, J.; Ngadi, M.; Wang, N.; De Baerdemaeker, J. Wavelength selection for surface defects detection on tomatoes by means of a hyperspectral imaging system. In Proceedings of the 2006 ASAE Annual Meeting, American Society of Agricultural and Biological Engineers, Portland, OR, USA, 9–12 July 2006; p. 1. [Google Scholar]
  32. Mohsenin, N.N. Physical Properties of Plant and Animal Materials, 2nd ed.; Gordon and Breach Science Publishers: New York, NY, USA, 1986. [Google Scholar]
  33. U.S. Department of Agriculture. United States Standards for Grades of Fresh Tomatoes. 1991. Available online: https://www.ams.usda.gov/grades-standards/tomato-grades-and-standards (accessed on 28 June 2025).
  34. Rajkumar, P.; Abinaya, K.; Deepa, J.; Pandiselvam, R.; Rani, C.I.; Parveen, S. Development of a farmer-friendly portable color sorter cum grader for tomatoes. J. Food Process Eng. 2022, 45, e13894. [Google Scholar] [CrossRef] [Scilit]
  35. El Magd, W.A.; Elwakeel, A. Study on some properties of tomato fruits for natural sun drying. J. Soil Sci. Agric. Eng. 2021, 12, 763–767. [Google Scholar] [CrossRef] [Scilit]
  36. Elkaoud, N.S.; Mahmoud, R.K. Design and implementation of sequential fruit size sorting machine. Rev. Bras. Eng. Agric. Ambient. 2022, 26, 722–728. [Google Scholar] [CrossRef] [Scilit]
  37. U.S. Department of Agriculture. United States Standards for Grades of Apples. 2019. Available online: https://www.ams.usda.gov/grades-standards/apple-grades-standards (accessed on 28 June 2025).
  38. Florimbi, G.; Fabelo, H.; Torti, E.; Ortega, S.; Marrero-Martin, M.; Callico, G.M.; Danese, G.; Leporati, F. Towards real-time computing of intraoperative hyperspectral imaging for brain cancer detection using multi-GPU platforms. IEEE Access 2020, 8, 8485–8501. [Google Scholar] [CrossRef] [Scilit]
  39. Li, J.; Zheng, Y.; Liu, L.; Li, B. 4D line-scan hyperspectral imaging. Opt. Express 2021, 29, 34835–34849. [Google Scholar] [CrossRef] [Scilit]
Figure 1. The 4D hyperspectral imaging system, consisting of a hyperspectral imaging subsystem and 3D imaging subsystem, is capable of capturing hyperspectral images ranging from 400 nm to 1700 nm and the 3D geometry of samples. In the hyperspectral subsystem, the two synchronized cameras (labeled as 1 and 4) can capture VNIR and SWIR spectral images, respectively. The 3D imaging subsystem is a typical FPP system, consisting of a camera (labeled as 6) and a projector (labeled as 7).
Figure 1. The 4D hyperspectral imaging system, consisting of a hyperspectral imaging subsystem and 3D imaging subsystem, is capable of capturing hyperspectral images ranging from 400 nm to 1700 nm and the 3D geometry of samples. In the hyperspectral subsystem, the two synchronized cameras (labeled as 1 and 4) can capture VNIR and SWIR spectral images, respectively. The 3D imaging subsystem is a typical FPP system, consisting of a camera (labeled as 6) and a projector (labeled as 7).
Agriculture 15 01702 g001
Figure 2. Schematic of an FPP setup consisting of a camera, projector, and the object being measured.
Figure 2. Schematic of an FPP setup consisting of a camera, projector, and the object being measured.
Agriculture 15 01702 g002
Figure 3. Mean reflectance spectra for apples in (a) the VNIR (400–1000 nm) bands and (b) the SWIR (1000–1700 nm) bands.
Figure 3. Mean reflectance spectra for apples in (a) the VNIR (400–1000 nm) bands and (b) the SWIR (1000–1700 nm) bands.
Agriculture 15 01702 g003
Figure 4. Mean reflectance spectra for tomatoes in (a) the VNIR (400–1000 nm) bands and (b) the SWIR (1000–1700 nm) bands.
Figure 4. Mean reflectance spectra for tomatoes in (a) the VNIR (400–1000 nm) bands and (b) the SWIR (1000–1700 nm) bands.
Agriculture 15 01702 g004
Figure 5. Tomato geometry from structured-light scanning: (a) raw image input from the structured-light system, and (b) reconstructed 3D mesh used to extract diameters.
Figure 5. Tomato geometry from structured-light scanning: (a) raw image input from the structured-light system, and (b) reconstructed 3D mesh used to extract diameters.
Agriculture 15 01702 g005
Figure 6. Three-dimensional bruise-length measurement on the reconstructed fruit mesh based on annotated boundary points.
Figure 6. Three-dimensional bruise-length measurement on the reconstructed fruit mesh based on annotated boundary points.
Agriculture 15 01702 g006
Figure 7. Decision tree for apple grading.
Figure 7. Decision tree for apple grading.
Agriculture 15 01702 g007
Figure 8. Decision tree for tomato grading.
Figure 8. Decision tree for tomato grading.
Agriculture 15 01702 g008
Figure 9. RGB image showing the three apples in the same order as Table 7. From left to right: (a) Apple 1 (non-defective), (b) Apple 2 (non-defective), and (c) Apple 3 (defective).
Figure 9. RGB image showing the three apples in the same order as Table 7. From left to right: (a) Apple 1 (non-defective), (b) Apple 2 (non-defective), and (c) Apple 3 (defective).
Agriculture 15 01702 g009
Figure 10. RGB images of the two tomato samples corresponding to Table 8: (a) Tomato 1 (no defect), (b) Tomato 2 (defective).
Figure 10. RGB images of the two tomato samples corresponding to Table 8: (a) Tomato 1 (no defect), (b) Tomato 2 (defective).
Agriculture 15 01702 g010
Table 1. Non-defective apple grading by sphericity Φ .
Table 1. Non-defective apple grading by sphericity Φ .
Quality GradeSphericity Φ (%)
Premium Φ 90
Grade 1 85 Φ < 90
Grade 2 80 Φ < 85
Reject Φ < 80
Table 2. Defective apple grading rules.
Table 2. Defective apple grading rules.
ConditionAssigned Grade
Minor bruise ( L b 15.875 mm ) and Φ 90 % Grade 1
Minor bruise and 85 % Φ < 90 % Grade 2
Moderate bruise ( 15.875 < L b 22.225 mm ) and Φ 85 % Grade 2
OtherwiseReject
Table 3. USDA apple size classes by longest span a.
Table 3. USDA apple size classes by longest span a.
Size Classa (mm)
Small a 60.3
Medium 60.3 < a 63.5
Large 63.5 < a 69.9
Extra Large a > 69.9
Table 4. Non-defective tomato grading by sphericity Φ .
Table 4. Non-defective tomato grading by sphericity Φ .
Quality GradeSphericity Φ (%)
Premium Φ 95
Grade 1 90 Φ < 95
Grade 2 80 Φ < 90
Reject Φ < 80
Table 5. Defective tomato grading rules.
Table 5. Defective tomato grading rules.
ConditionAssigned Grade
L b 9.525 mm and Φ 90 %Grade 1
L b 9.525 mm and 80 % Φ < 90 % Grade 2
9.525 < L b 15.875 mm and Φ 90 %Grade 2
OtherwiseReject
Table 6. USDA tomato size classes by longest span a.
Table 6. USDA tomato size classes by longest span a.
Size Classa (mm)
Small a 57.96
Medium 57.96 < a 64.29
Large 64.29 < a 70.62
Extra Large a > 70.62
Table 7. Measured parameters and final grades for all apple samples.
Table 7. Measured parameters and final grades for all apple samples.
SampleDefective? d Spec L b (mm)a / b / c (mm) Φ (%)SizeFinal Grade
Apple 1 (no defect)No69.30 / 62.19 / 60.0891.97LargePremium Large
Apple 2 (no defect)No77.06 / 58.91 / 58.4783.40LargeGrade 2 Large
Apple 3 (defective)Yes0.03512.476.18 / 65.71 / 63.2189.45Extra LargeGrade 2 Extra Large
Table 8. Measured parameters and final grades for all tomato samples.
Table 8. Measured parameters and final grades for all tomato samples.
SampleDefective? d Spec L b (mm)a / b / c (mm) Φ (%)SizeFinal Grade
Tomato 1 (no defect)No57.00 / 56.83 / 46.7693.52SmallGrade 1 Small
Tomato 2 (defective)Yes0.0429.867.50 / 66.34 / 63.1497.24LargeGrade 2 Large
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

Naqvi, L.H.; Balasubramaniam, B.; Li, J.; Liu, L.; Li, B. Four-Dimensional Hyperspectral Imaging for Fruit and Vegetable Grading. Agriculture 2025, 15, 1702. https://doi.org/10.3390/agriculture15151702

AMA Style

Naqvi LH, Balasubramaniam B, Li J, Liu L, Li B. Four-Dimensional Hyperspectral Imaging for Fruit and Vegetable Grading. Agriculture. 2025; 15(15):1702. https://doi.org/10.3390/agriculture15151702

Chicago/Turabian Style

Naqvi, Laraib Haider, Badrinath Balasubramaniam, Jiaqiong Li, Lingling Liu, and Beiwen Li. 2025. "Four-Dimensional Hyperspectral Imaging for Fruit and Vegetable Grading" Agriculture 15, no. 15: 1702. https://doi.org/10.3390/agriculture15151702

APA Style

Naqvi, L. H., Balasubramaniam, B., Li, J., Liu, L., & Li, B. (2025). Four-Dimensional Hyperspectral Imaging for Fruit and Vegetable Grading. Agriculture, 15(15), 1702. https://doi.org/10.3390/agriculture15151702

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