资源列表
Path
- 最短路径的问题,求一个有向图中一个点到给定点的最短路径-The shortest path problem, and one has to map a point to give fixed-point shortest path
cv4
- Edge(int from, int to, int cost) : from(from), to(to), cost(cost) {} friend bool operator<(const Edge& a, const Edge& b) { if (a.cost != b.cost) { return a.cost > b.cost }
Joseph
- 数据结构实验:用链表模拟约瑟夫环问题C语言 Joseph-Experimental data structure: the problem with the linked list C-ring analog Joseph Joseph
test
- 构造一个链表,然后把链表逆序,输出链表的内容-ReverseList
adpmedian
- 对彩图的中值滤波研究及算法改进,自适应中值滤波的原理及与传统算法的对比-Color pictures of the median filter and algorithm improvements, the principle of the adaptive median filter and contrast with the traditional algorithm
region-growing-method
- 基于区域生长法的图像分割的matlab源代码,可参照两个种子点设计多个种子点-This code is used to segment picture based on region growing method. More seed points can be designed referring to this code.
3
- opencv1.0版本下利用滑动条进行图像的高斯平滑滤波,包含有彩色图像和转换的灰度图像,高斯模板可以由滑动条设置。-opencv1.0 version slider for image Gaussian smoothing filter contains a grayscale image of the color image and converting Gaussian template can be set by the slider.
liumianti
- 该程序利用了OPENGL编程,画出了3D 的六面体模型。-This process is running at the c++ circumstance and using the opengl.it draws a 3D hexahedron graphic.
plantedge
- 植物叶片的边缘提取,包括腐蚀膨胀,边缘检测-Edge of leaf extracts, including corrosion expansion, edge detection
NLmeansfilter
- 一种非局部均值滤波代码,可以对图片进行处理,去除噪声,是图片更加清晰明了。-A non-local mean filter code image can be processed to remove noise, the picture is more clear.
1-ditonglvbo
- 使用Matlab进行图像简单处理,实现低通滤波-Matlab image processing using simple, low-pass filtering
fenge
- 内涵一些简单的图像分割算法程序,包括经典的阈值分割算法程序以及边缘检测算法程序。-Simple image segmentation method, the connotation of the classic in the field of image segmentation threshold segmentation algorithm program and edge detection algorithm.