搜索资源列表
ezMTL-1.02
- 矩阵运算的模板类,可在VC编程时更加方便的使用矩阵。我在我的课题中就使用它进行了很多矩阵运算,推荐下载!-matrix calculation template category, the VC program more convenient to use the matrix. I am in my topics on the use of it for a lot of matrix operations and recommend downloading!
3DMatrixT
- 一个3D矩阵模板类,包含大多数的变换及投影。可以进行3D矩阵运算。-a 3D matrix template category, including most of the transformation and projection. Can 3D matrix calculation.
calibr_3d_plate
- 在计算机视觉中首先一步是计算每个摄像机的参数(外参和内参),这是重建物体所必须的,这一个过程称为摄像机定标(camera calibration)。这是我自己写的一个简单的采用3维模板(模板是由黑白相间的格子组成,格子大小30cm×30cm,模板必须是三维,否则矩阵奇异)定标的程序,交互性比较好,每个角点通过鼠标点击自动获取。
TemplateMatrix
- 用C++模板方法实现的矩阵计算演示程序。 用于演示模板、矩阵计算。
tvmatrix
- 关于矩阵运算的很强的一个工具包,使用模板编程,功能十分强大。可以满足基本上所有的矩阵运算功能。
LeastMeanSquare
- 最小二乘法求超定线性方程组得C++模板,还包括矩阵求逆,矩阵乘法等小函数
TempMatrix
- 矩阵模板类,C++初学者交流
liverrecognize
- 超声图像识别算法:共生矩阵提取纹理特征,神经网络、模板匹配、贝叶斯方法识别-liver recognize project
Excel
- 该程序可以批量的将选中.txt文件中的数据添加到同名的Excel文件中,并依据Excel模板文件的设置绘出相关曲线。具体做法是将原.txt文件中的数据依次添加到templte.xls模版文件中,这样便在模版文件中绘出了相关曲线,然后再以原.txt文件另存为.xls文件-The program can batch will be selected. Txt file the data of the same name is added to the Excel document, and base
Matrix
- 用C++语言实现的一个矩阵模板,可以支持基本数据类型,实现了运算符的重载,一条语句就实现矩阵的加减乘和求逆,而不需要循环。-Matrix
MTL-4.0.7638-Linux
- MTL公司的矩阵模板库,需要先下载boost库提供运行环境。目前只有源代码,下次上传说明文档和示例-MTL' s matrix template library, you need to download the boost library provides runtime environment. At present, only the source code, documentation and sample the next upload
MTL-all-4.0.7629-Linux
- 矩阵模板库,用于一般矩阵计算的C++算法,包括解线性方程组算法-Matrix template library, the general matrix of calculations for C++ algorithms, including algorithm for solving linear equations
CMatrixTemplate
- 有关图形开发的矩阵模板,里面实现了倒置、求逆、行列式求值-Matrix template
Matrix
- 自己建立的矩阵模板,并且对矩阵实现LU分解,可以用此函数解求解线性方程组的解。-build the matrix template,and implement LU decomposition
Matrix
- 使用vc++ 6.o制作了一个矩阵模板类 可以使用不同的 数据类型 包含基本矩阵运算 main函数为测试程序-Use vc++ 6.o produced a matrix template class can use different data type contains the main function of the basic matrix operations for the test procedure
matrix
- 基于C++11规范编写的matrix矩阵模板类,简单易用-matrix class by C++11
MTL-all-4.0.8844-Linux
- 物料管理系统英国知名公司矩阵模板库MTL,试上传用,-Materials management system in the United Kingdom well-known companies matrix template library MTL, try uploading, thank you
color_converter_latest.tar
- 彩色空间转换的VHDL源代码,可以实现CIE XYZ<->RGB, different RGB<->RGB和RGB<->YCbCr之间的相互转换,使用3x3矩阵模板(a color transform tasks such as CIE XYZ<->RGB, different RGB<->RGB and RGB<->YCbCr operations. The main part of color conversions f
软件基础
- 内含单链表,顺序表,串,堆栈,队列,矩阵,二叉树的C++模板(The C++ template implements the establishment of two forked trees, traversing output, exchanging left and right subtrees, searching for nodes and other functions.)
Regression
- 这是一个矩阵模板,有矩阵的基本运算函数和运算符重载,使用起来很方便,适合用来做线性回归。(This is a matrix template with the basic operation function of the matrix and the heavy load of the operator. It is very convenient to use and is suitable for linear regression.)