Welcome![Sign In][Sign Up]
Location:
Search - label matrix

Search list

[Other resourceearmark

Description: 在2维矩阵中通过随机抽样选定占据的格点,再将占据的格点标号,相邻的格点为同一标号-in two-dimensional matrix randomly selected to occupy the grid, and then occupy the grid label, adjacent to the grid for the same grade
Platform: | Size: 57501 | Author: shuheng | Hits:

[Graph Recognize识别图元

Description: 图元识别:数字化图像是一个m*m的像素矩阵。每个像素要么为0,要么为1。识别图元就是对图元像素进行标记,当且仅当两个像素属于同一图元时,他们的标号相同-map Identification : digital image is an m * m pixel matrix. Each pixel either 0 or 1. Recognition is the right map billion yuan pixel map marking, if and only if two pixels belonging to the same map yuan, the same label
Platform: | Size: 1682 | Author: 刘兰英 | Hits:

[Graph Recognize识别图元

Description: 图元识别:数字化图像是一个m*m的像素矩阵。每个像素要么为0,要么为1。识别图元就是对图元像素进行标记,当且仅当两个像素属于同一图元时,他们的标号相同-map Identification : digital image is an m* m pixel matrix. Each pixel either 0 or 1. Recognition is the right map billion yuan pixel map marking, if and only if two pixels belonging to the same map yuan, the same label
Platform: | Size: 1024 | Author: 刘兰英 | Hits:

[MiddleWareearmark

Description: 在2维矩阵中通过随机抽样选定占据的格点,再将占据的格点标号,相邻的格点为同一标号-in two-dimensional matrix randomly selected to occupy the grid, and then occupy the grid label, adjacent to the grid for the same grade
Platform: | Size: 57344 | Author: shuheng | Hits:

[Software EngineeringC

Description: LED显示程序,功能:LED16*16点阵滚动显示 说明:74LS164用作发送数据,P0,P2口用来列选 看本程序最好的工具最好旁边有标号和语法着色,推荐keil或UltraEdit 懒人提示:要改成自己所要的显示内容,要怎么改? 1.要改显示内容改第23~92行代码,还有第119行代码,具体改法见下面注释 2.要改滚动速度改第102行代码 -LED display program, function: LED16* 16 dot matrix rolling display Description: 74LS164 used to send data, P0, P2 out how I used to watch this program the best tool for the best next to label and has syntax coloring, recommended or UltraEdit lazy keil people Tip: To change the display to their content, to how to change? 1. We have to change display content to the first 23 ~ 92 lines of code, there are lines of code section 119, the specific reform law, see Note 2 below. We have to change the speed of rolling the first 102 lines of code changed
Platform: | Size: 3072 | Author: 孙芳芳 | Hits:

[GDI-Bitmaplabeling

Description: Simple image 2-pass labeling algorithm, included warshall algorithm to fill the equivalent matrix.
Platform: | Size: 3072 | Author: pawci0 | Hits:

[matlabFloyd-Matlab

Description: floyd算法的matlab程序 floyd-最短路问题 输入: B-邻接矩阵(bij),指i到j之间的距离,可以是有向的。 sp- 起点标号。 ep- 终点标号。 输出: d- 最短路的距离。 path-最短路的路径。-floyd algorithm matlab program floyd-shortest path problem Input: B-adjacency matrix (bij), refers to the distance between i to j, can be directed to. Sp-starting label. Ep-end labeling. Output: d-shortest distance. Path-shortest path.
Platform: | Size: 1024 | Author: 陆明巧 | Hits:

[Data structs2(2)

Description: 最小生成树之Prim算法 Prim算法用于求无向图的最小生成树 设图G =(V,E),其生成树的顶点集合为U。 ①、把v0放入U。 ②、在所有u∈U,v∈V-U的边(u,v)∈E中找一条最小权值的边,加入生成树。 ③、把②找到的边的v加入U集合。如果U集合已有n个元素,则结束,否则继续执行②。 其算法的时间复杂度为O(n^2) Prim算法实现: (1)集合:设置一个数组set(i=0,1,..,n-1),初始值为 0,代表对应顶点不在集合中(注意:顶点号与下标号差1) (2)图用邻接阵表示,路径不通用无穷大表示,在计算机中可用一个大整数代替。 采用堆可以将复杂度降为O(m log n),如果采用Fibonaci堆可以将复杂度降为O(n log n + m)-Prim minimum spanning tree algorithm of Prim algorithm for the undirected minimum spanning tree graph Set graph G = (V, E), the spanning tree of the vertex set of the U. ①, the v0 into U. ②, all u ∈ U, v ∈ VU edge (u, v) ∈ E, find a minimum weight edge, join the spanning tree. ③, ② to find the edge to join the U v collection. If the set has n elements U, then the end, or continue to ②. The algorithm s time complexity is O (n ^ 2) Prim algorithm: (1) set: Set an array of set (i = 0,1, .., n-1), the initial value is 0, the corresponding vertex is not in the collection (Note: vertex under the label with the No. 1 bad) (2) map with the adjacency matrix that is not universal infinite path that is available in the computer instead of a large integer. Complexity of using the heap can be reduced to O (m log n), if the heap can be used Fibonaci reduced complexity O (n log n+ m)
Platform: | Size: 1024 | Author: 杨博文 | Hits:

[matlabsevaluate

Description: gets label matrix of a tissue in segmented and ground truth and returns similarity indices-gets label matrix of a tissue in segmented and ground truth and returns similarity indices
Platform: | Size: 1024 | Author: dil | Hits:

[JSP/JavaJava

Description: Test为输出60到69之间的随机数,Dig为用非递归求n的阶乘,ball为标签彩色球,YH为杨辉三角,Q21为矩阵转置。-Test the output of 60 to 69 random numbers between, Dig for the use of non-recursive find n factorial, ball color ball for the label, YH for the Yang Hui triangle, Q21 for the matrix transpose.
Platform: | Size: 2048 | Author: 小李 | Hits:

[matlabDijkstra-matlab

Description: 求第一个城市到其它城市的最短路径.用矩阵(为顶点个数)存放各边权的邻接矩阵,行向量、、、分别用来存放标号信息、标号顶点顺序、标号顶点索引、最短通路的值-The first city to find the shortest path to other cities. With a matrix (for the number of vertices) records of the right side of the adjacency matrix, row vector, were used to store label information and label the vertex order, label the vertex indexes, the shortest pathway value
Platform: | Size: 1024 | Author: 秦莉平 | Hits:

[Delphi VCLlabel

Description: Delphi源码。功能:通过OLE对象调用模板实现标签打印功能。客户界面的模板未上传。-Delphi source code. Features: OLE object to call templates by label printing function. Customer interface, the template did not upload.
Platform: | Size: 53248 | Author: William | Hits:

[matlabEtap1

Description: It is the corresponding testing module of the function that is specified in the training phase. test_set is a NxD matrix where N is the number of samples in the test set and D is the dimension of the feature space. true_labels is a Nx1 matrix specifying the class label of each corresponding sample s features (each row) in test_set . adaboost_model is the model that is generated by the function ADABOOST_tr . - It is the corresponding testing module of the function that is specified in the training phase. test_set is a NxD matrix where N is the number of samples in the test set and D is the dimension of the feature space. true_labels is a Nx1 matrix specifying the class label of each corresponding sample s features (each row) in test_set . adaboost_model is the model that is generated by the function ADABOOST_tr .
Platform: | Size: 1024 | Author: pawlo | Hits:

[matlabkmeans

Description: function [L,C] = kmeans(X,k) KMEANS Cluster multivariate data using the k-means++ algorithm. [L,C] = kmeans(X,k) produces a 1-by-size(X,2) vector L with one class label per column in X and a size(X,1)-by-k matrix C containing the centers corresponding to each class. Version: 07/08/11 Authors: Laurent Sorber (Laurent.Sorber@cs.kuleuven.be) References: [1] J. B. MacQueen, "Some Methods for Classification and Analysis of MultiVariate Observations", in Proc. of the fifth Berkeley Symposium on Mathematical Statistics and Probability, L. M. L. Cam and J. Neyman, eds., vol. 1, UC Press, 1967, pp. 281-297. [2] D. Arthur and S. Vassilvitskii, "k-means++: The Advantages of Careful Seeding", Technical Report 2006-13, Stanford InfoLab, 2006. -function [L,C] = kmeans(X,k) KMEANS Cluster multivariate data using the k-means++ algorithm. [L,C] = kmeans(X,k) produces a 1-by-size(X,2) vector L with one class label per column in X and a size(X,1)-by-k matrix C containing the centers corresponding to each class. Version: 07/08/11 Authors: Laurent Sorber (Laurent.Sorber@cs.kuleuven.be) References: [1] J. B. MacQueen, "Some Methods for Classification and Analysis of MultiVariate Observations", in Proc. of the fifth Berkeley Symposium on Mathematical Statistics and Probability, L. M. L. Cam and J. Neyman, eds., vol. 1, UC Press, 1967, pp. 281-297. [2] D. Arthur and S. Vassilvitskii, "k-means++: The Advantages of Careful Seeding", Technical Report 2006-13, Stanford InfoLab, 2006.
Platform: | Size: 1024 | Author: ehsan | Hits:

[Special Effectsbackground

Description: 对于给定一个类标矩阵(假定label大小145*145 ),矩阵中0代表背景点,非0代表非背景点。 现在给定一个point矩阵(每一列存放的是点的坐标),表示在图像中的位置,但是未必是整数值即可能并不与像素点位置重合。 要求判断出point中哪些点位于背景区域,输出点的索引index位置矩阵。-for an label matrix(eg.label of a 145*145 matrix),the 0 stands for the background,and non-zero stands for other pots. to the matrix pointer ,the element stands for the coordinate of some pots in the picture.but some the element may not be integer. the program is to select the pots which belongs to the background in the point matrix
Platform: | Size: 7168 | Author: 袁永福 | Hits:

[matlabjiuzhengbujunyunzhaoming

Description: 首先读取图像并生成二值图像,然后生成标注矩阵并用彩色显示,最后确定图像的统计性能-First reads the image and generates a binary image, and then generate the label matrix and displayed in color, and finally to determine the statistical properties of the image
Platform: | Size: 3072 | Author: 赵建平 | Hits:

[CSharpMSChart

Description: C#各种漂亮的图表的实现方法。MSChart控件,给图形统计和报表图形显示提供了很好的解决办法,同时支持Web和WinForm两种方式,包含英文版,中文版。MSChart控件与一个数据网格(DataGrid对象)关联,该数据网格存放了要显示的数据,数据网格也可以包含用于图表中标识系列或类别的标签。图表应用程序设计者在数据网格中插入数据或从报表或矩阵中输入数据。-C# various a beautiful chart realize method. MSChart control to graphical statistics and reports graphical display provides a good solution, to support both the Web and WinForm two ways, including English, Chinese. MSChart control with a data grid (the DataGrid object) associated with the data grid storage data to be displayed, the data grid can also contain the chart identifies Series or category label. The chart application designers to insert the data in the data grid or input data from the report or matrix.
Platform: | Size: 5587968 | Author: Zach Fu | Hits:

[OtherLGME

Description: input: param: parameters of the LMGE algorithm param.mu, param.alpha, param.beta are regularization parameters. param.p: dimension of shared subspace param.k: number of nearest neighbors for Laplacian matrix X: input data Y: groundtruth labels output: model.W: matrix W Reference: Web and Personal Image Annotation by Mining Label Correlation with Relaxed Visual Graph Embedding Yi Yang, Fei Wu, Feiping Nie, Heng Tao Shen, Yueting Zhuang and Alex Hauptmann. contact: yyang@cs.cmu.edu -Web and Personal Image Annotation by Mining Label Correlation with Relaxed Visual Graph Embedding
Platform: | Size: 1024 | Author: Arron | Hits:

[SCM12864poetry

Description: 矩阵键盘实现16首绝句的选择显示于12864,由proteus仿真实现。注:将里面的reg52.h的头文件复制进自己的keil头文件库中才能运行,里面有自定义的内容(自定义部分有标注)。运行环境为keil uvision-Matrix keyboard to achieve 16 quatrains choices displayed on the 12864 by simulation proteus. Note: The inside of the reg52.h header files copied into its own header file keil library in order to run, which has a custom content (part of a custom label). Runtime environment for keil uvision
Platform: | Size: 50176 | Author: 郑志伟 | Hits:

[OtherD7Lmw

Description: delphi7调用label matrix 7.02例子,请大家查看源码后运行编译,给大家参考的方法-call the label matrix 7.02 delphi7 example, please run the compiled View source for your reference methods
Platform: | Size: 180224 | Author: 黄仕珍 | Hits:
« 12 »

CodeBus www.codebus.net