5)#利用matplotlib出图查看初步结果-IMDN开发者社群-imdn.cn"> 5)#利用matplotlib出图查看初步结果 - IMDN开发者社群-imdn.cn">
登录
首页 » Python » 森林结构参数提取

森林结构参数提取

于 2022-02-13 发布 文件大小:630.10 kB
0 103
下载积分: 2 下载次数: 1

代码说明:

提取森林结构参数 #读取冠层高度模型CHM raster = gdal.Open("./chm.tif") banddataraster = raster.GetRasterBand(1) dataraster = banddataraster.ReadAsArray() #对CHM进行高斯滤波,平滑数据 dataraster_gau = gaussian_filter(dataraster,sigma=1) #寻找CHM中的局部最大值作为分水岭的标记点 local_maxi = peak_local_max(dataraster_gau, indices=False) markers = ndi.label(local_maxi)[0] #利用分水岭算法进行分割,labels变量中存储了每个分割结果 labels = watershed(-dataraster_gau, markers, mask= dataraster_gau[:]>5) #利用matplotlib出图查看初步结果

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 卷积特征可视化
    利用卷积神经网络进行特征提取,并将卷积特征可视化(Feature extraction using convolutional neural networks and visualization of convolution features)
    2019-03-06 12:07:28下载
    积分:1
  • MAgent-master
    说明:  大规模对抗代码,有追逃,有需要的可以看看(Python code about Against. You can download if you need.)
    2020-06-18 16:20:02下载
    积分:1
  • MobileNet-master
    我们提供一类称为MobileNets的高效模型,用于移动和嵌入式视觉应用。?MobileNets是基于一个流线型的架构,它使用深度可分离的卷积来构建轻量级的深层神经网络。我们引入两个简单的全局超参数,在延迟度和准确度之间有效地进行平衡。这两个超参数允许模型构建者根据问题的约束条件,为其应用选择合适大小的模型。我们进行了资源和精度权衡的广泛实验,与ImageNet分类上的其他流行的网络模型相比,MobileNets表现出很强的性能。最后,我们展示了MobileNets在广泛的应用场景中的有效性,包括物体检测,细粒度分类,人脸属性和大规模地理定位。(We provide an efficient model called MobileNets for mobile and embedded vision applications. MobileNets is based on a streamlined architecture that USES deep separable convolution to build a lightweight deep neural network. We introduce two simple global hyperparameters to effectively balance the delay and accuracy. These two hyperparameters allow the model builder to select an appropriate size model for its application based on the constraints of the problem. We conducted extensive experiments on resource and precision tradeoffs, and MobileNets showed strong performance compared with other popular network models on the ImageNet classification. Finally, we demonstrate the effectiveness of MobileNets in a wide range of application scenarios, including object detection, fine-grained classification, face attributes, and large-scale geographic localization.)
    2018-09-26 18:51:51下载
    积分:1
  • mnist_train
    对0~9的数字进行识别训练。利用tensorflow构建卷积神经网络的框架。(Identify training for 0~9 numbers)
    2018-09-07 20:02:41下载
    积分:1
  • Python Project
    说明:  python小程序实现,简单高级算法讲解进阶工程(Python small program implementation, simple advanced algorithm to explain advanced engineering)
    2020-06-16 21:20:02下载
    积分:1
  • ABAQUS蠕变问题计算流程
    说明:  使用abaqus进行蠕变分析,这个例子有着详细的步骤过程。(Using ABAQUS for creep analysis, this example has a detailed process.)
    2019-11-17 20:03:35下载
    积分:1
  • 12306_python
    一、运行环境: 基于python2.7 二、原理: 图像识别基于tesseract 数据抓包使用httpwatch, IE,识别出所有的POST请求,获取各步骤中数据,分析页面里token等 三、用法: 修改conf_example.py里的买票信息, 然后运行 在不繁重情况下,可以验证提交买票请求,买完后自己去 未完成订单 页面付款 春运的压力环境下,有bug,待完善, python初学乍用,很多地方不 pythonic 四、Todo: 1. 压力下的抢票测试, fixbug 2. 寻找最优server ip 3. httplib 的接口需要封装,包括重连机制 4. 优化不必要的请求 (Author frankiezhu@foxmail.com DATE: 20140108 )
    2015-05-01 10:02:08下载
    积分:1
  • app预测功能添加
    说明:  使用pyhton爬取天气预报,lstm进行负荷预测,并使用window定时任务设置每小时执行(Crawl weather forecast, use XGB and LSTM to forecast, and use window timing task setting to execute every hour)
    2020-11-05 10:59:47下载
    积分:1
  • 语音识别demo
    说明:  rnn循环神经网络训练数据集及进行语音识别实现语音输出(Training data set of RNN cyclic neural network and speech recognition for speech output)
    2020-03-17 11:28:58下载
    积分:1
  • TankGame-master
    基于PYTHON的的坦克大战 支持坦克升级,购买道具( Tankedaizhan based on PYTHON Support tank upgrade, buy items)
    2013-12-05 21:35:18下载
    积分:1
  • 696518资源总数
  • 106222会员总数
  • 14今日下载