-
BFSPDFS
广度优先搜索和深度优先搜索在网络拓扑图上的实现。广度优先搜索是从某一节点开始,搜索与其线连接的所有节点,按照广度方向像外扩展,直到不重复遍历所有节点;深度优先搜索是从某一节点开始,沿着其搜索到的第一个节点不断深入下去,当无法再深入的时候,回溯节点,然后再在回溯中的某一节点开始沿另一个方向深度搜索,直到不重复的遍历所有节点。
(Breadth-first search and depth-first search in the network topology is realized. Breadth-first search is started from a node, searching all the nodes connected to its line, in accordance with the breadth direction as extracapsular extension, until no repeat traverse all nodes depth-first search is started from a node along its search to the first nodes deepening it, when it can not go any further, backtracking node, and then back again in the beginning of a node depth search in the other direction until the non-repetition of the traverse all nodes.)
- 2013-08-10 10:37:12下载
- 积分:1
-
cloud
这是一个很全的云模型图像处理,功能全,已运行(This is a good use of the cloud model program, function, good effect, has been in operation)
- 2020-12-28 19:09:01下载
- 积分:1
-
2Curvelet
第二代Curvelet变换及其在图像融合中的应用研究,第二代Curvelet较第一代有更好的发展前景(Second-generation Curvelet Transform and Its Application in Image Fusion of applied research, the second-generation Curvelet better than the first generation of the development prospects of)
- 2009-12-07 11:44:17下载
- 积分:1
-
optical_flow
说明: 计算视频或者图像中相邻两帧的光流场。
本光流场算法使用是 多项式展开的方法
配置好视频的路径之后,直接运行就可以了。(Calculation of video or image of two adjacent optical flow field. The optical flow algorithm using the polynomial method is a good video of the path configuration, the direct operation of it.)
- 2008-11-21 17:20:31下载
- 积分:1
-
55770
图片压缩到最小源码,例程程序结合易语言图像格式转换支持库,将快照的BMP图片转换成JPG图片,再将众多JPG图片压缩到一个压缩文件中,达到减小图片体积的效果。(Image compression to a minimum source , routine program combined image format conversion easy language support library , a snapshot of BMP images into JPG image , and then a large number of JPG images into a compressed file , to reduce the effect of image volume .)
- 2016-12-16 21:48:29下载
- 积分:1
-
C# 柔化显示图片效果 实例
C# 柔化显示图片效果 实例
- 2013-06-08下载
- 积分:1
-
batch
批处理的练习题,实验过程,命令的意义及实验截图(Batch exercises, experimental procedure, meaning command and experimental shots)
- 2014-09-12 18:07:01下载
- 积分:1
-
EDS
分别利用 Roberts、Prewitt和 Sobel 算子对原图像进行边缘检测和锐化。(Respectively use Roberts, Prewitt and Sobel operator on edge detection and sharpening the original image.)
- 2013-03-19 14:16:34下载
- 积分:1
-
Gui_quwu
图像去噪,采用GUI界面形式,里面包括高斯滤波,低通滤波和理想滤波三种方法。(Image denoising, using GUI interface form, which includes Gaussian filtering, low-pass filtering and ideal filtering three methods.)
- 2017-04-22 14:01:43下载
- 积分:1
-
yijie_HMM
1阶HMM模型多个观察值序列的评估和训练问题模型。适合用于图像纹理的去噪,分割等问题。程序用于为网友提供学习之用,由于是自编自用,所以如有不通的地方仅供参考。另由于数据较大,没有上传。(Evaluation and Training of multiObservation sequence Used by 1-order HMM)
- 2020-06-28 12:40:02下载
- 积分:1