搜索资源列表
逢山开路模型
- 在本问题的求解中,修桥和挖隧道是两个相类似的求解过程,我们将求解过程分为两个部分:第一、对河岸边一固定点 ,将桥修在 处时,求解由起始点 到经固定点 到居民点 的最短路线。第二、如何确定 的位置,使得总路线的费用最小。我们分别用了两个模型来进行这两部分内容的求解。模型一、针对坡度的限制,利用小区域内的局部最优来达到全局最优。模型二、列出点 有一定的位移时,可以减少的费用 的函数方程,然后利用河岸附近等高线较紧密,公路不能沿偏离等高线方向前进的特性,求出减少的费用 的条件极值,从而确定最佳修桥地点
isoline
- 画等值线程序源代码,用矩形网格法。用于地质、水文、石油、气象等方面,绘制等高线、等值线。-painting isogram source code, using rectangular grid. For geology, hydrology, petroleum, meteorological, drawing contour lines, contour lines.
DWGandDEM
- 一篇文章,利用DWG格式地形图建立城DEM, 利用VBA 语言编程,提取离散高程点及其高程注记,并将高程点与高程注记匹配存储 对等高线进行有效的离散化,提取等高线的高程信息.而后将提取的高程数据在ArcGIS以三维可视化的人机交互的方式剔除粗差,最后生成DEM.-an article, the use of topographical maps DWG format established City DEM using VBA programming language. Elevati
等值线源代码
- 用VC开发的等值线分析代码-development of the VC contour analysis code
contour
- 平面轮廓识别与分段技术的研究与快速实现。超好的论文
Snakes_Active_Contour_models_Image_Process_GVF
- 图像处理的关于Snakes : Active Contour Models算法和水平集以及GVF的几篇文章,文章列表为: [1]Snakes Active Contour Models.pdf [2]Multiscale Active Contours.pdf [3]Snakes, shapes, and gradient vector flow.pdf [4]Motion of level sets by mean curvature I.pdf [5]Spectral S
skyline
- 城市轮廓线问题的实现,利用分治算法,将input1.dat文件放在d盘根目录下-Urban contour implementation issues, using the partition algorithm, the input1.dat files under the root directory on the d
Cityline
- Java实现的采用分治算法的城市轮廓线程序,《算法引论》73页的相应实现源码-Java realization algorithm using sub-rule city contour procedures, Algorithm Theory, 73 to achieve the corresponding source
border
- 《算法设计》中的轮廓线问题源码,包括有尖顶和没有尖顶两种情况-" Algorithm design" in the source of the problem of contour lines, including the steeple and the steeple both cases there is no
Isoline
- this is java code for contour!
Suanfa_1
- java实现,轮廓线问题完整算法,Eclipse下可以直接打开工程-java implementation, a complete algorithm for contour issue, Eclipse can open the project under
CityOutline
- 用java语言编写的求城市轮廓线的程序,使用了分置算法,这个程序的算法是《算法引论—一种创造性方法》中的算法-Written request with the city java contour, the use of the split algorithm, the algorithm of this program is the " Introduction to Algorithms- A creative approach" in the algorithm
jscontour
- 使用javascrip绘制等值线,用于气象等行业数据绘制成等值线在web上显示-Use javascrip contour drawing, drawing for the weather and other industries into the contour data is displayed on the web
Contour
- 一个简单的等值线demo,可以设置采样点、网格大小,采样点还可以拖动,可动态的看出等值线的变化。-A simple contour demo, you can set the sampling point, the grid size, sampling points can also drag can be seen that dynamic contour changes.
CANNY
- CANNY EDGE DETECTION Canny edge detection 的步驟: 1. 將原始影像和高斯濾波器做摺積。 2. 利用一次微分的遮罩對影像每一個像素求得四個方向的邊線強度 3. 找出四個方向中的最大值作為目前像素的邊線強度。 4. 依據步驟 3 將梯度方向分成四個區域 5. 非最大值刪除:沿著梯度方向找出最大值,並將其保留,其餘均設為零。 6. 設定兩個閥值 low T 和 high T ,用 high T 挑選出最佳的邊線像素,再從
imagetut2
- 图像处理,实施功能。 例如:smooth,-image processing implement the smooth filter, contour filter, shape filter and etc.
IDW_JAVA
- 反距离加权插值(IDW),Gis二维等值线网格化中常用的,采用java语言实现,内有实例,测试代码,很实用的-Inverse distance weighted interpolation (IDW), Gis-dimensional contour grid commonly used, using java language, there are examples, test code, very useful
JIRRM-Iris-recognition
- 项目功能是实现虹膜识别,开发语言Java,捕获图像,制作独特的虹膜轮廓-Project function is to achieve recognition, development language Java, capture images, create unique iris contour
ArcGIS-contour-lines
- 在eclipse平台下,实现等高线的提取- In the Eclipse Platform, Achieve the extraction of contour lines
contour-tracking
- 使用java实现基于链码的二值化图像的轮廓跟踪,课程作业,可运行。-Use java-based chain code contour tracking binary image, coursework can be run.