搜索资源列表
tymatrix
- 将投影变换矩阵存储到一个一维数组中,与函数glFrustum,glOrtho,gluPerspective的相应参数相同,并比较当前投影矩阵和用所设计的函数所得结果。在屏幕上输出两个矩阵并进行比较。可使用glGetFloatv(GL_PROJECTION_MATRIX, ...)获得当前投影矩阵。-projection matrix storage to a one-dimensional arrays, and functions glFrustum. glOrtho, gluPerspect
ccipca
- 对图像进行特征提取,得到其特征矩阵后方便用IHDR数进行存储,主要用于发育机器人方面
Maxtrix
- 本实验利用数组实现矩阵的压缩存储,可实现查找,浏览,创建等功能
一种二值图象无损压缩算法
- 【摘 要】利用稀疏矩阵和差分编码对二色图像进行压缩保存,在通过图像的0,1矩阵建立,矩阵一维化,差分量化编码,写文件来压缩。在电子档案存储,CAD制图信息化存储有极高的应用价值。 【关键字】计算机 二值图像 稀疏矩阵 无损压缩 编码
bmp_to_text
- 读取bmp文件,将其内容存入txt文档,以矩阵的形式来进行存储-read bmp files
f.doc
- 题目1:图的建立与遍历;连通网的最小生成树生成实现。 内容: 1) 用邻接表表示方法建立图1所示图的存储结构,用邻接矩阵存表示方法建立图2所示网的存储结构。 2) 在图1 存储结构(邻接表)上实现深度优先搜索遍历和广度优先搜索遍历,并给出遍历结果(序列)。 3) 按照普里姆算法,在图2所示连通网的存储结构(邻接矩阵)上实现此网的最小生成树,并输出生成树。 -Title 1: Map of the establishment and ergodicity conne
LPM_algorithm
- 用最长路径矩阵算法来计算DFG的迭代边界,其中定义了一个三维的矩阵来存储每次迭代的结果-calculate the iteration bound of DFG with the longest path matrix algorithm, defining a 3-dimention matrix to store the iteration results
kmean
- 基于OpenCV的二元吗,实现了划分随机分布点集的K-均值算法。按照类别分组的输入样本顺序输出包含样本类别索引的数组labels(i),存储在样本矩阵的第i行中。-Based on the binary OpenCV吗, implementation of the demarcation point set of randomly distributed K-means algorithm. Input in accordance with the type of packet contains
graph
- 运用VC++ 编写的图的邻接矩阵存储和邻接表存储,并对图进行遍历-it is the storage of the graph
DrawImage
- 通过设计图像矩阵直接制作图像.无需图像存储.-Through the design of image matrix directly produce the image. No need to image storage.
file_io
- 图像以矩阵形式存储,对所在的文件进行文件操作-Image matrix stored on the file where file operations
canny
- IplImage* src=cvLoadImage("lena.jpg") IplImage* dst = cvCreateImage( cvGetSize(src), 8, 1 ) IplImage* color_dst = cvCreateImage( cvGetSize(src), 8, 3 ) CvMemStorage* storage = cvCreateMemStorage(0) //存储检测到线段,当然可以是N*1的矩阵数列,如果实际的直线数量多余N,那么最大可能
MSSP
- 本系统实现了图片的存储、管理、查询、求解两张图片的相似度(基于颜色特征矩阵)等功能。-The system realizes the image storage, management, queries, solving two pictures of the similarity (based on color feature matrix) and other functions.
GreatFAG
- 利用图形矩阵进行图的存储并在此基础上实现有关于图的基本操作。-Graph using a graphical matrix storage and on this based on the basic operations on the graph.
Super-Resolution--
- 针对视频序列的超分辨率重建,提出了一种动态自适应滤波方法. 在最大后验概率估计和加权最小二乘 的基础上,给出视频序列超分辨率重建数学模型 深入研究了运动补偿矩阵和权值矩阵的构成和性质 详细推导了 自适应滤波器的递推公式 分析了算法的存储与计算复杂度. 仿真实验表明该算法的重建结果相当有效,相比双三 次插值和无运动补偿的单帧迭代重建,可以获得一定的PSNR 增益 与Elad 滤波方法相比,具有更小的计算量和 更强的自适应性和鲁棒性.-Super-resolution for th
tudebianli
- 建立图的存储结构(图的类型可以是有向图、无向图、有向网、无向网,学生可以任选两种类型),能够输入图的顶点和边的信息,并存储到相应存储结构中,而后输出图的邻接矩阵。-Establishment of the storage structure map (map type can be a directed graph, undirected graph, directed networks, undirected networks, students may choose one of two
code
- 个函数提供灰度拉伸功能,输入图像应当是灰度图像,但如果提供的不是灰度 图像的话,函数会自动将图像转化为灰度形式。x1,x2,y1,y2应当使用双精度 类型存储,图像矩阵可以使用任何MATLAB支持的类型存储。-A function to provide gray stretch function, the input image should be gray-scale images, but if the offer is not gray of the image, then
_
- 图运算 在邻接矩阵存储结构上实现图的深度和广度优先遍历算法-Figure computing adjacency matrix storage structure diagram of the depth and breadth-first traversal algorithm
CT_C
- 从压缩感知原理,利用稀疏矩阵存储特征值,保证图像的不失真存储,从而有效减少运算量,实现快速在线视频跟踪。-compressive tracking
扫描仪
- 基于opencv写的摄像头标定算法,将矩阵存储在xml文件里(Camera calibration algorithm based on OpenCV)
