-
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
-
superresolution_v_2[1].0
说明: 图像超分辨是目前国内外研究的热点,该算法主要用于光学图像的超分辨(Image super-resolution is the study of hot spots at home and abroad that the algorithm is mainly used in optical image of the super-resolution)
- 2008-10-04 19:55:35下载
- 积分:1
-
Sparsity-Collaborative-Track
基于稀疏表示的目标跟踪,对于稀疏表示应用于图像处理的同志可是一个借鉴。(Robust Object Tracking via Sparsity-based Collaborative Model)
- 2013-05-25 12:23:35下载
- 积分:1
-
HistogramaOTSU
说明: 分块直方图均衡化处理图像 用户输入分块的x,y方向的分块个数,即可将图形分成各个小块进行直方图均衡化。
大津法处理图形,包括一维大津法和二维大津法的实现
(the realization of the Histogram equalization algorithm.
the realization of otsu algorithm to process the images)
- 2011-04-17 21:52:58下载
- 积分:1
-
traffic-sign-image-segmentation
程序是实现交通标志图像的分割GUI界面,采用分割的方法主要有Ostu,阈值迭代选择法及区域生长法。(Program is to achieve a traffic sign image segmentation GUI interface, the mainly segmentation methods are Ostu, iterative threshold selection method and region growing method.)
- 2013-09-06 08:18:34下载
- 积分:1
-
v
说明: 关于GLSL的点光源,载入模型,纹理。。。。。。。。。。(light engine code OpenGL.)
- 2021-04-28 16:38:44下载
- 积分:1
-
Z源逆变器开路三相SVPWM调制
Z源逆变器开路三相SVPWM调制, 注入了三次谐波(Open-circuit Three-phase SVPWM Modulation of Z-source Inverter)
- 2020-09-13 15:38:00下载
- 积分:1
-
samePointMatch
从两幅图中找到相匹配的点的程序,可以调整搜索范围(failed to translate)
- 2013-05-02 14:25:04下载
- 积分:1
-
LiveWireAuto
这是典型的图像分割Livewire算法的源码 结合OPENCV,配置一下就可以用了(This is a typical source image segmentation algorithm Livewire combination OPENCV, can be used to configure what)
- 2020-12-31 14:58:59下载
- 积分:1
-
haar__like
本代码是使用matlab编写的harr特征的代码,值得大家研究和参考(This code is the use of matlab prepared harr characteristics of the code, it is worth study and reference)
- 2013-06-07 16:40:11下载
- 积分:1