-
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
-
six
图像的二值化,并对图像做膨胀,腐蚀,开、闭操作,以及细化处理等通过用matlab高级语言编写数字图像处理的一些基本算法程序(Binarization image, and image to do the expansion, corrosion, open and close operation, as well as refining processing through high-level language matlab digital image processing procedures for some of the basic algorithm)
- 2008-06-25 03:22:38下载
- 积分:1
-
tuxiang
滤波的方法有很多,其中小波滤波很实用,提出了一种二进小波变化的算法。(There are a lot of filtering method, the wavelet filter is very practical, this paper proposes a binary wavelet algorithm.)
- 2013-10-18 19:58:54下载
- 积分:1
-
stereo
立体视觉代码。主要过程包括:harris角点检测,zncc最优策略匹配,扩散得到更多特征对应,计算disparity和对应颜色值。另外提供了两幅图片以及对应的特征匹配的结果和disparity图像。(Three-dimensional visual codes. The main process includes: harris corner detection, zncc optimal strategy for matching, the proliferation of more features of the corresponding calculation of disparity and the corresponding color value. Also provides a picture and two corresponding feature matching results and disparity images.)
- 2020-06-29 14:40:02下载
- 积分:1
-
gmm
高斯混合模型的源代码。从文件中读取数据,用三个高斯混合模型进行处理(Gaussian mixture model of the source code. Read from the file data, using three Gaussian mixture model for processing)
- 2013-10-27 19:58:34下载
- 积分:1
-
1
说明: 图像去雾基于暗原色先验去雾,何凯明算法的源代码改进,(Dark colors on the image to fog prior to fog, He Kaiming algorithm source code improvements,)
- 2013-10-15 21:25:22下载
- 积分:1
-
change
将一个图像的感兴趣区域替换到另一张图像的相同区域中(Will replace the region of interest of an image to another image of the same region of the)
- 2015-04-27 16:58:30下载
- 积分:1
-
SUV_DoNoise
利用奇异值分解(SUV)对图像信号分行降噪!(Singular value decomposition (SUV) of the image signal branch noise!)
- 2010-09-24 11:32:36下载
- 积分:1
-
02-gpbM
M估计子,计算机视觉大牛Peter Meer出品。(Generalized Projection based M-estimator
C++ code to find the robust estimate derived without using any user supplied scale. The theory is described in Generalized Projection Based M-stimator. )
- 2020-12-22 16:59:06下载
- 积分:1
-
Jpeg_ImageProcess
说明: 本程序在EVC4.0+PPC SDK 2003下调试通过。用Independent JPEG Group发行的JpegLib进行Jpeg图像的读取与保存。(This procedure in EVC4.0+ PPC SDK 2003 adopted under the debugger. By Independent JPEG Group issued JpegLib to read Jpeg images and preservation.)
- 2008-11-18 10:27:54下载
- 积分:1