登录
首页 » Others » Arcgis制图规范符号库

Arcgis制图规范符号库

于 2018-09-24 发布 文件大小:949KB
0 387
下载积分: 1 下载次数: 3

代码说明:

  为方便土地利用总体规划编制单位制作土地利用总体规划图件,针对市、县、乡三级土地利用总体规划制图,制作市、县、乡土地利用总体规划必选图件的图式符号库。该图式符号库适用于ArcGIS软件平台下的图件制作(In order to facilitate the land use master planning units to make land use master plan maps, for the city, county, Township three-level land use master plan mapping, the city, county, Township land use master plan must be selected map schema symbol library. The graphic symbol library is suitable for map making under the ArcGIS software platform.)

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

发表评论

0 个回复

  • Brovery
    说明:  经典的图像像素层融合算法-Brovery.程序输入中两幅图像需经过配准,大小一致。matlab代码内有详细的注释。其他像素层融合算法可仿照此修改即可。需要配对图像和运行结果、其它基于小波融合代码的可发邮件给我。非常乐意和大家共享编程乐趣。(classic image pixel level fusion algorithm-Brovery. Import procedures which require a two image registration, the same size. Matlab code with detailed comments. Other pixel level fusion algorithm can be modeled on this amendment. Image matching needs and operating results, the other based on wavelet integration code can mail it to me. Very happy to share programming and fun.)
    2006-04-07 18:11:13下载
    积分:1
  • Arcgis制规范符号库
    为方便土地利用总体规划编制单位制作土地利用总体规划图件,针对市、县、乡三级土地利用总体规划制图,制作市、县、乡土地利用总体规划必选图件的图式符号库。该图式符号库适用于ArcGIS软件平台下的图件制作(In order to facilitate the land use master planning units to make land use master plan maps, for the city, county, Township three-level land use master plan mapping, the city, county, Township land use master plan must be selected map schema symbol library. The graphic symbol library is suitable for map making under the ArcGIS software platform.)
    2018-09-24 15:41:32下载
    积分:1
  • 金字塔模板匹配算法
    说明:  可以实现金字塔加速处理模板匹配,vs2015+opencv3.30.(The template matching can be accelerated by pyramid)
    2020-07-30 10:52:43下载
    积分:1
  • colortest
    对两幅RGB图像提取模糊颜色直方图进行比较,直接运行colortest就可得出结果 (RGB images of the two fuzzy color histogram to compare directly the results can be run colortest)
    2008-04-23 12:05:47下载
    积分:1
  • 12_运动车辆检测跟踪系统
    1.首先从文件菜单打开程序目录下的car.avi视频,系统将显示视频的第一帧。 2.点击背景提取菜单,稍后会提取出背景并显示在打开的第二个窗口中。 3.当提取出背景后,点击检测跟踪菜单,对车辆进行检测和跟踪。 4.点击轨迹绘制菜单,绘制车辆的轨迹。 注:由于使用OpenCV打开AVI视频文件需要视频解码器,故在程序运行前请在电脑上先安装DivX类型的的视频解码器,否则将出现无法打开文件的错误。本程序使用的是OpenCV2.1版本,在没有安装此版本软件的机器上运行时需要将cv210.dll,cvaux210.dll,cvcore210.dll,highgui210.dll,ml210.dll这五个文件拷贝至*.exe可执行文件下。(First, open the CR. AVI video from the file menu and the system will display the first frame of the video. 2. Click on the Background extract menu and the background will be extracted later and displayed in the open second window. 3. When the background is extracted, click on the Test Tracking menu to test and track the vehicle. 4. Click on the trajectory drawing menu to map the trajectory of the vehicle. Note: Since a video decoder is required to open an AVI video file using OpenCV, install a DivX-type video decoder on the computer before the program runs, otherwise an error will occur that can not open the file. The program uses OpenCV2 .1, which requires five files to be copied to *, cv210. DLL, cvaux 210. DLL, cvcore 210. DLL, highgui 210. DLL, ML 210. DLL. Exe under executable.)
    2018-02-24 09:11:18下载
    积分:1
  • TIMimage
    说明:  图片的平滑锐化以及二值化。。。。。。。。。。。。。。。(Sharpening and smoothing the image binarization)
    2010-03-30 13:29:32下载
    积分:1
  • roewa
    roewa算子,源代码,适用于SAR图像(Roewa operator Applies to SAR image)
    2017-07-08 08:59:07下载
    积分:1
  • Threedimension
    双目摄像机标定程序,给出摄像机内外参数,并完成三维立体重建。(Binocular camera calibration procedures, given internal and external camera parameters, and complete the three-dimensional reconstruction.)
    2009-10-12 21:08:08下载
    积分:1
  • fangfayi_main
    实现约瑟夫图像置乱加密解密,完整版,可以进行图像加密解密分析(Joseph image scrambling encryption and decryption, complete version)
    2017-05-10 11:28:00下载
    积分:1
  • mx-maskrcnn-master
    说明:  我们提出了一个简单、灵活和通用的对象实例分割框架。我们的方法能有效检测图像中的对象,同时为每个实例生成高质量的 segmentation mask。这种被称为 Mask R-CNN 的方法通过添加用于预测 object mask 的分支来扩展 Faster R-CNN,该分支与用于边界框识别的现有分支并行。Mask R-CNN 训练简单,只需在以 5fps 运行的 Faster R-CNN 之上增加一个较小的 overhead。此外,Mask R-CNN 很容易推广到其他任务,例如它可以允许同一个框架中进行姿态估计。我们在 COCO 系列挑战的三个轨道任务中均取得了最佳成果,包括实例分割、边界对象检测和人关键点检测。没有任何 tricks,Mask R-CNN 的表现优于所有现有的单一模型取得的成绩,包括 COCO 2016 挑战赛的冠军。(Mask R-CNN code by HeKaiming)
    2020-06-17 15:20:12下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载