-
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
-
EDGE-Detection
Image, Edge Detection, Code
- 2013-03-20 13:16:32下载
- 积分:1
-
NDVI批量计算Python代码
说明: NDVI最大值合成法批量计算Python代码(Python Code for Batch Computing by NDVI Maximum Composition Method)
- 2020-12-23 11:59:06下载
- 积分:1
-
readavi
说明: 从AVI视频中读取每帧图像的数据,matlab程序,readavi.m(AVI video read from each frame image data, matlab procedures, readavi.m)
- 2008-11-23 17:17:34下载
- 积分:1
-
MyNewReProject
点云读取,旋转,平移,缩放,统统是包含全视图的各种视图的显示(Point in put)
- 2010-12-10 13:48:03下载
- 积分:1
-
图像处理标准测试图片库 Standard-test-images
图像处理标准测试图片库,用于数字图像处理各种仿真实验。(Standard test image gallery image processing to digital image processing all kinds of simulation experiments.)
- 2013-04-06 18:36:46下载
- 积分:1
-
MATLAB_SGM
matlab实现的SGM算法,我只是搬运工(SGM method on matlab, it is quite good)
- 2021-03-30 18:19:10下载
- 积分:1
-
MM-GM-PHD
基于MM-GMPHD算法多目标跟踪,对目标数目,观测量进行估计,共有五个不同时刻产生的目标,(multi-target tracking )
- 2021-01-27 12:38:41下载
- 积分:1
-
K_MeansSeg
KMeans图像聚类分割:用K-Means聚类方法来对图像进行分割。主要是对图像的颜色进行聚类。开发环境:VC6,需要安装OpenCV。(KMeans clustering in image segmentation: with K-Means clustering approach to image segmentation. Mainly the color of the image cluster. Development Environment: VC6, need to install OpenCV.)
- 2010-08-08 13:13:32下载
- 积分:1
-
SalientRegionDetectorCVPR09
显著区域检测的一篇文章所带的测试算法,CVPR(Salient Region Detector CVPR 2009)
- 2014-11-20 19:01:55下载
- 积分:1