Confusion Matrix

所属分类:其他
开发工具:Python
文件大小:1KB
下载次数:16
上传日期:2019-04-04 09:25:30
上 传 者Mr_try
说明:  用Python计算图像对不同地物分类精确度, 计算分类结果图与标准参考图的混淆矩阵, 对分类结果进行评价
(Python was used to calculate the classification accuracy of images for different ground objects, calculate the confusion matrix between the classification result map and the standard reference map, and evaluate the classification results)

文件列表:
混淆矩阵\confusion_matrix.py (2193, 2018-05-31)
混淆矩阵 (0, 2018-05-31)

python新手,多担待。 对两张图(一张作为标准参照图,一张需测试精度图)计算混淆矩阵 对原始图像进行分类,不同地物(类别)赋于不同颜色 1、读进两张图像 2、获取图像像素信息 3、根据像素信息,给不同类别打标签 4、将标签转换为数组 5、调用混淆矩阵函数运算得到结果 6、调用分类函数,得到精确度,召回率、F1值

近期下载者

相关文件


收藏者