# LandSlide-Detection-by-RandomForest-and-SVM **Repository Path**: hutooq/landslide-detection-by-randomforest-and-svm ## Basic Information - **Project Name**: LandSlide-Detection-by-RandomForest-and-SVM - **Description**: 利用随机森林(RandomForest)和支持向量机(SVM)实现遥感影像滑坡分类,包括shp文件采样,样本分块读取和训练,精度评定(绘制和输出拟合过程曲线、模型精度、混淆矩阵等)和滑坡分类结果输出(tif格式)。 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 1 - **Created**: 2023-02-09 - **Last Updated**: 2024-03-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LandSlide-Detection-by-RandomForest-and-SVM #### 介绍 利用随机森林(RandomForest)和支持向量机(SVM)实现遥感影像滑坡分类,包括shp文件采样,样本分块读取和训练,精度评定(绘制和输出拟合过程曲线、模型精度、混淆矩阵等)和滑坡分类结果输出(tif格式)。 #### 软件架构 软件架构说明 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. 卫星影像:https://scihub.copernicus.eu/dhus/#/home 2. 训练样本(shpfile,必须是点或者面类型) 3. 参数说明 ```commandline RandomForestClassification(ClassifyRaster,TrainRaster,TrainShp,outfile,blockSize=0,treenum=100,max_depth=10) ClassifyRaster:待分类栅格数据 TrainRaster:训练栅格数据(可以和ClassifyRaster 相同) Trainshp:训练样本 Outfile:输出结果 ``` #### 参考资料 文章地址:https://blog.csdn.net/u014444411/article/details/108357109 #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)