搜索资源列表
prosail模型
- 植被遥感辐射传输模型,prospect与sail模型的耦合Matlab版本
PROSPECT单叶辐射传输模型
- 该模型可用于定量遥感的单叶反射率,透射率及吸收率的计算
prospect模型
- prospect反演模型
20080525_d2f04cb214e13f1bc087WIOdE9Re6Vuw
- 目 录 摘要 2 关键词 2 Abstract 3 Keyword 3 1人脸检测的意义,国内外的情况综述 4 2 基于肤色的人脸定位 6 2.1彩色空间,以及彩色空间的转换 6 2.2人脸肤色模型,二值化 7 2.3后处理 9 2.4人脸区域的定位 10 3视频流 10 3.1 视频工具包Video for Windows 10 3.2视频流采集的实现 11 3.2.1 AVICap主要功能 11 3.2.2 视频采集算法 12
prospect_matlab
- prospect模型,用于计算叶子的反射率和透过率,matlab版,多用于遥感方面叶片尺度的模拟-prospect model, used to calculate the leaf reflectance and transmittance, matlab version used in remote sensing multi-scale simulation of leaf
prospect
- 用fortran语言编写的植被prospect模型,不错的参考。-Fortran language with vegetation prospect model, a good reference.
PROSPECT4_Matlab
- 最新的用于叶片各理化参量反演的模型,MATLAB语言,用于遥感反演-PROSPECT MODEL
PROSPECT4_Fortran
- 用于叶片理化参量反演的PROSPECT模型,在遥感领域中应用-PROSPECT MODEL
Averaging-background-Method
- 第一段代码:只建立一个背景模型,摄像头不能动。首先累加前 T 帧图像,求均值,作为背景,然后当前帧减去求的背景,即为前景。 //Averaging background Method. 第二段代码:不断更新背景,摄像头可以动。-The first piece of code: create a background model, the camera can not move. First of all, cumulative T frame averaging, as a backgrou
virutualcaligraphics
- 面向电子书画创作的虚拟毛笔模型 如何设计一个与用户友好交互、实时响应, 并且具有丰富艺术表现力的 基于虚拟画笔的绘图环境是计算机图形学和计算机人机交互领域长期以来研究 的热点与难点问题 . 提供对艺术作品电子化创作的软件环境的支持不仅富有理 论研究价值, 而且有着广阔的市场应用前景,同时对信息时代中国传统艺术的创 新与电子化变革有着重要的意义. 文中提出了面向书画创作的基于实体造型技 术的虚拟毛笔的模型以及利用它进行交互式电子书画创作的计算模拟框架. 根 据上
ultra-low-sidelobe-pattern
- 基于对标准遗传算法中收敛依赖于初始群体选择的困难所作的分析,提出交替使用两种遗传繁殖操作 产生后代群体以摆脱收敛对初始群体选择的依赖. 对于超低副瓣线阵天线的方向图综合问题,建立了改进的遗传算法 优化模型.计算实例说明改进后的遗传算法其收敛不依赖于初始群体的选择,具有实际应用前景. -Difficulties by the analysis of convergence depends on the initial group selected based on the standa
PROSPECT5_Matlab_inversion
- PROSPECT模型的反向运行,利用植物叶片光谱研究植物生化状态,matlab版本,有运行实例-Reverse run PROSPECT model using spectra of plant leaves plant biochemistry, matlab version, there is a running instance
PROSPECT_new-version
- PROSPECT 模型最新版本,考虑叶片内更多种的植物色素,模拟植物光谱更为精确-PROSPECT model the latest version, consider the plant pigment in leaves more of the analog spectrum more accurate plant
PROSPECT_Fortran
- Fortran 版本的PROSPECT模型,适用于喜欢Fortran编程的人士使用。PROSPECT模拟植物叶片光谱,研究植物生化参数-Fortran version PROSPECT model for those who like Fortran programming use. PROSPECT analog spectrum plant leaves, biochemical parameters of Plants
PROSAIL_5B_Fortran
- PROSPECT和SAIL模型的结合成为PROSAIL模型,主要用于植被覆盖区叶面积指数的反演(The combination of PROSPECT and SAIL models becomes the PROSAIL model, which is mainly used for inversion of leaf area index in vegetation cover area)
prospect
- 用生物参量模拟叶片光谱反射率和透射率的辐射传输模型(Simulation of radiation transmission model of leaf spectrum with biological parameters)
PROSAIL_5B_Matlab
- 计算植被辐射传输过程的经典程序——PROSAIL,可以有效地计算给定一维均一连续植被的方向反射率因子BRF。(PROSAIL,a classical program to calculate vegetation RT process, which can give BRF as its result for given input parameters.The combined PROSPECT leaf optical properties model and SAIL canopy bid
PROSAIL模型
- 冠层反射率预测模型PROSPECT+SAIlL(PROSPECT+SAIlL model for predicting canopy reflectance)
PROSPECT模型
- prospect模型,可自行变换参数,带图(prospect model with variable parameter)
python-pypro4sail模块PROSPECT模型模拟代码实例
- pypro4sail模块需要在github下载,该代码内包含几个部分:变换不同输入参数获取波长-反射率数组,计算五个常见的植被指数作为因变量,波长为自变量,并拟合该曲线,计算R²、RMSE等统计参数。 需要的uu可以根据注释,按照自己的要求稍加改动即可使用!