09 2020 档案
osmdroid-开源移动GIS
摘要:https://github.com/osmdroid/osmdroid OSMdroid的使用基础: https://www.xuebuyuan.com/799248.html https://www.oschina.net/p/osmdroid?hmsr=aladdin1e1 README.md
阅读全文
MapView类-移动GIS-SurveyOnMap v1.0
该文被密码保护。
GeoTools例子
摘要:http://docs.geotools.org/latest/userguide/tutorial/quickstart/intellij.html Create a New Project To start with we’ll create a new project using the Ma
阅读全文
GeoServer开发手册
摘要:https://docs.geoserver.org/latest/en/developer/ GeoServer Developer Manual Welcome to the GeoServer Developer Manual. The manual is for those who want
阅读全文
开源架构Webgis解决方案开发指南
摘要:第一章 前言 第二章 基础开发环境搭建 第三章 走进Openlayers 第四章 Openlayers核心关键概念 第五章 走进地图对象Map 第六章 地图视图管理View 第七章 栅格图层 第八章 矢量图层 第九章 矢量要素 第十章 图层渲染Style 第十一章 投影projection 第十二章
阅读全文
【WebGIS面试】OGC标准-WFS WMS标准
摘要:https://blog.csdn.net/lavanana/article/details/93975949 OGC和OpenGIS的关系 https://www.jianshu.com/p/fa323448bf47 OGC是一套标准,OpenGIS是OGC的实现
阅读全文
Spring Framework
摘要:https://spring.io/projects/spring-framework#overview https://github.com/spring-projects/spring-framework Features Core technologies: dependency inject
阅读全文
拓扑结构分析TopologicalStructural Analysis of Digitized Binary Images二值化图像 by Border Following通过边界跟踪
摘要:二值化算法: 边界跟踪: 拓扑结构化分析 https://blog.csdn.net/diligentkong/article/details/77969471 https://zhuanlan.zhihu.com/p/107257870 https://blog.csdn.net/helei001
阅读全文
如何查看每一层的图像(特征)点效果:TensorBoard
摘要:TensorBoard在tensorflow自带吗?如何调用?训练中如何调用? https://github.com/tensorflow/tensorboard TensorBoard is a suite of web applications for inspecting and unders
阅读全文
Python 增删改查 对比两个文件夹下文件名相同与不同
摘要:def CheckTrainData(): a[] = load("images") #a[i]=文件名 save a[] to a.txt b[] = load("labels") #b[i]=文件名 save b[] to b.txt #查找a[]中缺少label的 for i=1:length
阅读全文
Image Vectorization(图像矢量化)之 《图像矢量化若干算法研究》代码
摘要:图像矢量化(Image Vectorization)研究的是将光栅图像转换为矢量图形的算法,是数字图像处理领域中关于图像表达的一个基本问题。 https://www.docin.com/p-1566404865.html 图像网格化算法: https://github.com/qiqidone/Ve
阅读全文
2019年遥感图像稀疏表征与智能分析竞赛-语义分割组
摘要:主题一:遥感图像场景分类 遥感图像场景分类旨在对空间信息网络中的遥感图像进行场景级内容解译,并为每一幅遥感图像赋予场景类别标签。本项竞赛以包含典型场景的遥感图像为处理对象,参赛队伍使用主办方提供的数据对指定的遥感图像进行场景分类,主办方依据评分标准对遥感图像场景分类结果进行综合评价。 赛题详情:ht
阅读全文
CV2&Numpy读取图片遍历像素值
摘要:import cv2 labels_path = "test/labels/"labels2_path = "test/labels2/" for image in os.listdir(labels_path): #print(image) index, _ = os.path.splitext(
阅读全文