-
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
-
sift
sift图像匹配的纯matlab代码,研究图像配准的可以用这个,配准图像效果较好!!(sift pure image matching matlab code of image registration can use this, the image registration is better! !)
- 2010-12-23 19:50:23下载
- 积分:1
-
densecrf-master
应用条件随机场进行图像分割
使用方法:将pydensecrf-py27或pydensecrf-py35重命名为pydensecrf,放入C:Program FilesAnaconda3Libsite-packages
运行:python inference.py im1.png anno1.png out.png(Renameing the file "pydensecrf-py27" or
"pydensecrf-py35" to the new name "pydensecrf"
Puting this file "pydensecrf" in this directory "C:Program FilesAnaconda3Libsite-packages"
cd examples/
python inference.py im1.png anno1.png out.png)
- 2020-11-25 15:49:32下载
- 积分:1
-
DLT
基于visual c++平台,相机标定方法中的直接线性变换方法,即DLT方法(Based on visual c++ platform, camera calibration method of direct linear transformation method, namely DLT method)
- 2013-09-05 16:34:56下载
- 积分:1
-
nighttime-dehazing-master
说明: 采用通道差的引导滤波进行大气光估计和明暗通道混合的夜间去雾(The guiding filter of channel difference is used for atmospheric light estimation and night defogging with mixed light and dark channels)
- 2021-03-22 18:23:29下载
- 积分:1
-
exp01
1.运用Laplacian算子,基于二阶微分的图像增强,即拉氏变换法进行图像平滑
2.利用邻域平均法实现图像的平滑处理
3.利用Robert算子做锐化处理(1. The use of Laplacian operator, based on second-order differential of the image enhancement, that is, Laplace transform method for image smoothing 2. The use of neighborhood average method of smoothing image 3. The use of Robert sharpening operator to do)
- 2009-06-17 01:51:16下载
- 积分:1
-
src
说明: 边缘检测技术用于医学图像的边缘检测, 对特定目标分割前做边缘定位(objective edge detectiong for medical AI platform.)
- 2020-12-24 15:09:05下载
- 积分:1
-
houghtuoyuan3
利用霍夫变换进行椭圆检测,无需模板,不同的图片只需要更改个别参数(Ellipse detection using Hough transform, without templates, a different picture only need to change individual parameters)
- 2013-08-26 09:34:49下载
- 积分:1
-
emission
计算交通格子模型的能量耗散和污染排放,包括 一氧化碳,一氧化氮,和其他污染物的排放,并在一图表中进行比较(Traffic grid calculation model of energy dissipation and pollution emissions, including carbon monoxide, nitrogen oxides, and other pollutants, and comparing in a chart)
- 2015-01-19 15:01:46下载
- 积分:1
-
DelphiExcelSDK
说明: 一个Excel二次开发SDK接口类附代码。(An Excel secondary development SDK interface class with code)
- 2020-07-05 17:43:35下载
- 积分:1