搜索资源列表
dwtwav
- ual-Tree Complex Wavelet Transform Pack - version 4.3 Nick Kingsbury, Cambridge University, June 2003. This pack (version 4.2) includes the following functions for performing the Dual Tree Complex wavelet Transform on 1-D and 2-D signals-
DTCWT
- 双树复小波变换 Dual-Tree Complex Wavelet Transform Pack - version 4.3 Nick Kingsbury, Cambridge University, June 2003. This pack includes the following functions for performing the Dual Tree Complex wavelet Transform on 1-D and 2-D signals.
Huffman
- 迄今为止见过的最方便的huffman编码,效率很高 一个外国人写的,很具有研究价值 Constructing a Huffman Tree according to the number of times each symbol appears in the data stream: 1) Create an array of N nodes, representing N possible symbols (ranging between 0 and N-1). 2) Set
MRF-benchmarks
- markov random fields的各类优化算法及应用Optimization methods included: 1) ICM 2) Graph Cuts 3) Max-Product Belief Propagation 4) Sequential tree-reweighted message passing (TRW-S) Applications include: (1)binary (2)denoise (3)stereomatch (
ApplicationsOfDepth-FirstTraversal
- 1. 用DFS判断一个无向图是否是连通图; 2. 为有向图的边分类,将它们的边分为前向边、后向边和交叉边; 3. 用DFS和点消除求有向图的拓扑排序; 4. 判断有向图是不是强连通图,若不是,求强连通分量; 5. 判断有向图是不是半连同图; 6. 判断有向图是不是单连通图; 7. 判断无向图是不是双连通图。 通过以上编程对DFS的应用,进一步了解DFS的算法及它所代表的算法思想。 -1. Using DFS to test if a given undirecte
f.doc
- 题目1:图的建立与遍历;连通网的最小生成树生成实现。 内容: 1) 用邻接表表示方法建立图1所示图的存储结构,用邻接矩阵存表示方法建立图2所示网的存储结构。 2) 在图1 存储结构(邻接表)上实现深度优先搜索遍历和广度优先搜索遍历,并给出遍历结果(序列)。 3) 按照普里姆算法,在图2所示连通网的存储结构(邻接矩阵)上实现此网的最小生成树,并输出生成树。 -Title 1: Map of the establishment and ergodicity conne
fractalanimationpractice
- 几种分形动画制作,包括1.摇摆的分形树,2.生长的sierpinski垫片,3.摇摆的sierpinski垫片,4.旋转的万花筒,5.变形的芦苇-Several fractal animation, including 1. Fractal tree swing, 2. The growth of Sierpinski gasket, 3. Sway the Sierpinski gasket, 4. Rotating kaleidoscope, 5. Deformation reed
SimpleBrowse
- Simple Browse是一款简洁易用,源码公开的图片浏览器。它短小精悍,浏览快速,生成的缩图精美漂亮,能浏览常见的多种图像格式。 它是仿照ACDSee而做的,样子和使用方法都挺象。但是有一点不同:在ACDSee里,浏览到缩图后,想看大图,要用View命令切换到另一个界面,有时候,这种做法不够方便;而Simple Browse的做法是,目录树、缩图文件列表和大图观看窗口,全放在一个界面中,省去切换的麻烦。 使用 Simple Browse的使用方法和ACDSee
12302
- 3其中“2.gif”是树的贴图,存储为GIF文件格式。这是因为要使树的最终效果更好;要把图像的背景设置为背景透明,GIF文件格式可以存储一些背景颜色并将其转换成透明性信息,而JPG的格式不能存储透明性信息。-3 of them " 2.gif" is a tree map, storage for the GIF file format. This is because the net effect of the tree to make better to set the
8
- 生成规则:以如图8-27n=2所示二叉树为基础,以每个分支为主树干,按照比例递归出另一个二叉树,如图8-27n=3所示。依此类推,便形成了疏密有致的分形树,称为Caley树-Generated rules: in Figure 8-27n = 2 as shown is based on binary tree to each branch of the main trunk, in accordance with the proportion of another recursive bina
dtcwt_toolbox4_3
- 国外编写的双树复小波的一个开发包,包括1维和2维的情况,文件中有说明。-The Dual-Tree Complex Wavelet prepared outside of a development package, including the one-dimensional and two-dimensional case, the document has made it clear.
tudecaozuo
- 有向图,无向图基本操作,包括: 1、邻接矩阵 2、邻接表 3、深度优先遍历 4、广度优先遍历 5、最小生成树 6、拓扑排序 7、每一对顶点之间的最短路径(Dijkstra,Floyd两种算法)-Directed graph, undirected graph, basic operations, including: 1, 2 adjacency matrix, adjacency table 3, 4 depth-first traversal, breadth-f
CellShapeClassifier
- 细胞分类器 pami的论文实现,不错的代码-Cells were segmented using a custom-made image processing pipeline. The segmentation pipeline was implemented in order to distinguish cells from the background. The segmentation pipeline is composed of standard image-processing
Fault-Tree
- 求故障树的 1)对偶树; 2)最小割级和最小路集; 3)假定底事件的故障概率已知,求顶事件发生的概率; 4)求底事件的结构重要度、概率重要度和关键重要度。-Seeking Fault Tree 1) dual tree 2) minimum cut level and minimal path sets 3) It is assumed that the end of the event of the failure probability known, find the p
NPDFaceDetector
- NPD人脸检测主要内容: 1.图像特征:Normalized Pixel Difference(NPD),存在查找表中。 2.特征筛选:deep quadratic tree 3.分类:soft cascade classifier-NPD Face Detection Content: 1. Image features: Normalized Pixel Difference (NPD), the presence of a lookup table. 2. Filter
2-3Tree
- 利用C++实现2-3树,课程作业,仅供参考(Implementation of the 2-3 tree)