By wangchaoqiang, 31 March, 2026
Forums

【金山文档 | WPS云文档】 LeafLaminaMap使用 https://www.kdocs.cn/l/cuktCXB0xI30

LeafLaminaMap数据

文献主要运用的这个LeafLaminaMap软件,从GitHub上可以直接找到源代码它是通过Scilab上利用图像处理与计算机视觉工具箱开发,该软件利用RGB图像可视化29种颜色指数以及叶片上的R、G、B值,并计算相关统计参数。

文献中案例收集了有症状(衰老、真菌感染等)和健康的葡萄叶片,因此可以将香榧树冠看作整体,内部新叶老叶同样也是以颜色作为区分,使用LeafLaminaMap软件根据每个通道(R、G、B)和颜色指数的平均值、标准差、对比度、能量和熵进行可视化和分析。

软件需要借助Scilab平台实现,点击左上角文件-执行-选中leaflaminamap.sce文件执行即可打开

此软件可用于叶片级别的RGB指数分析

The software of LeafLaminaMap (version 1.0) was made using the free software of Scilab (version 2024.1.0, Dassault Systèmes, Vélizy-Villacoublay, France) and the Image Processing and Computer Vision toolbox (IPCV version 4.5.0). The source code is available freely at GitHub (https://github.com/lbaranyai/Scilab/tree/main/lamina_map) (accessed on 4 February 2025) as a Scilab M file. It is not a compiled binary but a script ran by Scilab (using the “exec” command). 以上为软件获取的源代码,可从GitHub上直接获取