<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>multispectral camera technology &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/multispectral-camera-technology/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Fri, 25 Sep 2026 00:36:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1.2</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>multispectral camera technology &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>Self-Driving Robot Reads Tomato Seedling Health With Light Alone</title>
		<link>https://scienmag.com/self-driving-robot-reads-tomato-seedling-health-with-light-alone/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Fri, 25 Sep 2026 00:36:12 +0000</pubDate>
				<category><![CDATA[Agriculture]]></category>
		<category><![CDATA[autonomous robot]]></category>
		<category><![CDATA[greenhouse automation innovations]]></category>
		<category><![CDATA[greenhouse robotics]]></category>
		<category><![CDATA[laser-guided robot navigation]]></category>
		<category><![CDATA[leaf nitrogen]]></category>
		<category><![CDATA[LiDAR navigation]]></category>
		<category><![CDATA[light-based plant physiological assessment]]></category>
		<category><![CDATA[machine learning in agriculture]]></category>
		<category><![CDATA[multispectral camera technology]]></category>
		<category><![CDATA[multispectral imaging]]></category>
		<category><![CDATA[multispectral imaging for plant health]]></category>
		<category><![CDATA[NDVI]]></category>
		<category><![CDATA[non-destructive sensing]]></category>
		<category><![CDATA[non-invasive crop analysis]]></category>
		<category><![CDATA[plant nutrient and water stress detection]]></category>
		<category><![CDATA[precision agriculture]]></category>
		<category><![CDATA[precision agriculture tools]]></category>
		<category><![CDATA[real-time crop health diagnostics]]></category>
		<category><![CDATA[SLAM]]></category>
		<category><![CDATA[smart greenhouse]]></category>
		<category><![CDATA[SPAD]]></category>
		<category><![CDATA[tomato seedling monitoring]]></category>
		<category><![CDATA[tomato seedlings]]></category>
		<category><![CDATA[XGBoost]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=213667</guid>

					<description><![CDATA[Chinese researchers have built an autonomous greenhouse robot that navigates seedling aisles with LiDAR, verifies leaf coverage in real time, and uses multispectral imaging with XGBoost models to non-destructively predict SPAD, nitrogen, and moisture in tomato seedlings.]]></description>
										<content:encoded><![CDATA[<p>A small four-wheeled robot that rolls autonomously down greenhouse aisles, aims a multispectral camera at individual tomato seedling leaves, and instantly reports their chlorophyll, nitrogen, and moisture status has been developed and field-tested by researchers in China. The system, described in Smart Agricultural Technology, combines laser-based navigation, a clever image-based quality gate, and a machine-learning pipeline that turns 27 bands of reflected light into three actionable physiological indicators — all without touching, cutting, or chemically treating a single leaf.</p>
<p>The motivation is rooted in the sheer scale of protected tomato production. According to the Food and Agriculture Organization of the United Nations, annual tomato production in China rose steadily from 2010 to 2024, reaching roughly 61.65 million tons, with yields of about 56,700 kilograms per hectare. The seedling stage is the foundation of that production chain, because leaf physiology reveals nutrient supply, photosynthetic capacity, and water stress long before problems become visible in the fruit. Three indicators matter most: SPAD, a proxy for chlorophyll and photosynthetic potential; nitrogen, which drives chlorophyll, protein, and enzyme formation; and moisture, which governs cell turgor, stomatal regulation, and transport within the plant.</p>
<p>What makes the new work distinctive is that it refuses to treat navigation and sensing as separate problems. Most previous spectral studies relied on fixed platforms, handheld sampling, or offline image acquisition, while most greenhouse robot studies focused purely on positioning and obstacle avoidance. The team, led by Huili Zhang and Yuliang Yun of Qingdao Agricultural University, built a unified workflow in which a mobile platform maps its environment, plans a route, positions itself over a leaf, verifies that the camera is actually looking at healthy leaf tissue, and only then stores a spectrum tied to a timestamped navigation task.</p>
<p>The hardware is deliberately compact. A Panda four-wheel differential-drive chassis measuring 0.47 by 0.35 meters carries a 68,000 mAh battery, an Orange Pi 5 Ultra single-board computer built around a Rockchip RK3588 octa-core processor with a 6-TOPS neural processing unit, a CM020D multispectral camera covering 400 to 950 nanometers in 27 bands, and an RPLIDAR C1 laser scanner with a 0.05 to 12 meter range and ±30 millimeter accuracy. Mapping, localization, path planning, and chassis control are orchestrated through a graphical interface on top of the Robot Operating System, using standard SLAM, adaptive Monte Carlo localization, A* global planning, and dynamic window approach local planning.</p>
<p>One of the most instructive engineering lessons came from the robot&#8217;s own body. Four vertical pillars supporting the camera sat close to the LiDAR&#8217;s scanning plane, so the laser kept hitting the robot itself. Because SLAM assumes all laser echoes come from the static environment, these self-reflections were repeatedly projected onto the map as phantom obstacles, contaminating the occupancy grid and eventually choking path planning in the narrow aisles. The team&#8217;s fix was geometrically simple but effective: they calculated the radial distance of the pillars from the LiDAR origin as roughly 0.178 meters, added a 0.04 meter safety margin, and discarded every echo below a 0.22 meter threshold. After filtering, scattered noise points vanished, aisle boundaries sharpened, and navigation stabilized.</p>
<p>Navigation trials across five experiments showed the platform reaching its targets with a mean success rate of 95.5 percent and an average point-to-point error of just 27.6 millimeters. The team also worked out the minimum aisle width the robot needs to rotate in place — about 0.586 meters before safety margins — a critical figure in greenhouses where seedling benches leave little room to maneuver. Together, these results demonstrated that a small, inexpensive platform could move reliably enough to serve as a stable base for precision spectral acquisition.</p>
<p>The sensing side faced its own subtlety: how do you guarantee the camera is measuring leaf and not background, leaf edges, or shadows? The answer is a four-box green consistency criterion. The camera preview is divided into four fixed subregions at the corners of a central reference area, and the Normalized Difference Vegetation Index — computed from 660 nanometer red and 840 nanometer near-infrared reflectance — is evaluated in each box every 20 milliseconds. A dual-threshold hysteresis scheme marks a box green above an NDVI of 0.28 and red below 0.20, with a low-signal protection rule. Only when all four boxes are simultaneously green does the system reconstruct the full 27-band spectrum, average the four subregions, and save the sample. This simple gate keeps contaminated spectra out of the dataset before they can do any harm.</p>
<p>To convert spectra into physiology, the researchers assembled 200 leaf samples over three days of contrasting weather — cloudy, sunny, and hazy — at a commercial seedling greenhouse in Qingdao, pairing each spectrum with reference readings from a handheld LYS-4N plant nutrition meter. Weather mattered: hazy-day leaves showed systematically higher SPAD, nitrogen, and moisture values than sunny or cloudy ones, and models trained on the smaller cloudy and hazy subsets performed worse. The team therefore built their main models on the 100 sunny-condition samples using a fixed chain: Savitzky–Golay smoothing to suppress noise, standard normal variate transformation to remove scattering and intensity differences between leaves, linear detrending to flatten baseline drift, and competitive adaptive reweighted sampling to distill 27 bands down to the 12 most informative wavelengths.</p>
<p>The payoff was substantial. Preprocessing alone lifted prediction-set R-squared values from 0.35 to 0.81 for SPAD, 0.54 to 0.84 for nitrogen, and 0.57 to 0.84 for moisture. Wavelength selection then cut prediction errors by 16 to 20 percent relative to full-band models while halving the input dimension — and, notably, improved generalization even though training-set fit slightly decreased, a classic signature of reduced overfitting. XGBoost regression outperformed partial least squares, support vector regression, and random forest across all three targets, and a demanding cross-validation scheme that held out entire seedling benches confirmed the models stayed stable on plants they had never seen, with mean R-squared values of 0.81, 0.83, and 0.84.</p>
<p>Finally, the whole system was validated in the real greenhouse. Across five autonomous navigation tasks on two seedling benches, the four-box method triggered 13 to 17 times per bench pass, and the platform&#8217;s batch predictions tracked the handheld meter closely: average absolute differences were about 0.55 SPAD units, 0.21 percent for nitrogen, and 0.84 percent for moisture, with biases near zero and no systematic over- or underestimation. The authors are candid about the limits — the models rest on one greenhouse, one season, and mostly sunny conditions, and cross-variety, cross-season generalization remains untested. Still, the demonstration marks a meaningful step toward greenhouses where fleets of small robots continuously read the physiological pulse of their crops, catching stress while it is still invisible to the human eye.</p>
<p><strong>Subject of Research:</strong> Autonomous mobile multispectral sensing for non-destructive assessment of greenhouse tomato seedling physiological status</p>
<p><strong>Article Title:</strong> An autonomous mobile multispectral sensing system for non-destructive assessment of greenhouse tomato seedling physiological status</p>
<p><strong>Article References:</strong> Zhang, H., Liu, S., Xu, P., Ma, Z., Zhang, S., Ma, D., &amp; Yun, Y. (2026). An autonomous mobile multispectral sensing system for non-destructive assessment of greenhouse tomato seedling physiological status. <em>Smart Agricultural Technology, 15</em>, Article 102568. <a href="https://doi.org/10.1016/j.atech.2026.102568" rel="noopener noreferrer">https://doi.org/10.1016/j.atech.2026.102568</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1016/j.atech.2026.102568" rel="noopener noreferrer">10.1016/j.atech.2026.102568</a></p>
<p><strong>Keywords:</strong> multispectral imaging, greenhouse robotics, tomato seedlings, precision agriculture, XGBoost, LiDAR navigation, SLAM, SPAD, leaf nitrogen, non-destructive sensing, NDVI, smart greenhouse</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">213667</post-id>	</item>
	</channel>
</rss>
