# Matlab-Deep-Learning-Toolbox-CNN-Water-image-recognition **Repository Path**: chewc/Matlab-Deep-Learning-Toolbox-CNN-Water-image-recognition ## Basic Information - **Project Name**: Matlab-Deep-Learning-Toolbox-CNN-Water-image-recognition - **Description**: 基于matlab深度学习工具箱来设计卷积神经网络用来对图像上的水体部分进行识别,并生成水体陆地二值化图像。采用的是9层卷积神经网络用来对图像进行特征提取和分类,水体识别的准确率可以达到96%以上。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 1 - **Created**: 2020-03-04 - **Last Updated**: 2024-08-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 使用步骤 1.安装labelme,使用 pip install labelme 命令即可。 2.在labelme环境下输入 labelme命令,打开labelme软件,对图片进行标记,具体方法就是用多边形将所有水体部分圈起来命名为water,并保存文件(json格式)。 3.将main.m文件内fname和imagename改为对应的json文件名和image文件名,之后使用matlab运行main.m文件,稍等片刻,即可看到训练过程,训练结束后可以看到ac率和预测后图像和原始图像的对比。 labelme的GitHub地址:https://github.com/wkentaro/labelme 文件中包含两个测试样例,image1和image2,分别是单通道的遥感水体图像,分辨率为7931*7301和一个从网上下载的RGB水体图像,分辨率为500*333.