CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - matrix computation
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - matrix computation - List
[
Special Effects
]
Affine Transformation02
DL : 1
The transformation parameters are specified by the user by editing the values of the rotation, scale (x and y), and shear (x and y). The translation is not icluded because it can be easily (normalized or) removed from the image by subtracting the shape cetroid. The affine matrix and the affinr transformation are computed using Matlab Image Processing Toolbox functions: maketform and imtransform. So this program is only demonstrates and facilitates the computation and the applying of these functions to a 2-D image. -The transformation parameters are specified by the user by editing the values of the rotation, scale (x and y), and shear (x and y). The translation is not icluded because it can be easily (normalized or) removed from the image by subtracting the shape cetroid. The affine matrix and the affinr transformation are computed using Matlab Image Processing Toolbox functions: maketform and imtransform. So this program is only demonstrates and facilitates the computation and the applying of these functions to a 2-D image.
Update
: 2025-02-19
Size
: 9kb
Publisher
:
gz
[
Algorithm
]
matrixforpowersystem
DL : 0
电力系统稀疏矩阵计算类,用法范例代码,包括三个目录,MALIB(类),MATEST(使用范例),INCLUDE(*.H),是我编写的电力系统能量管理系统基础类之一.-power system sparse matrix computation, the use of code examples, including the three catalogs, MALIB (type), MATEST (using the example), INCLUDE (*. H), I was prepared by the power system energy management system based on one category.
Update
: 2025-02-19
Size
: 46kb
Publisher
:
奇闻
[
GDI-Bitmap
]
gandalf.1.5
DL : 0
Gandalf软件(含源码)主要用于计算机视觉分析与相关数字分析。用C语言编写。Gandalf is a computer vision and numerical algorithm library, written in C, which allows you to develop new applications that will be portable and run FAST. Includes many useful vision routines, including camera calibration, homographies, fundamental matrix computation, and feature detectors (includes source code). -CODE GANDALF (including source code) are used mainly for computer-related visual analysis and statistical analysis. C language. Ivanov is a computer vision and numerical algo abbreviation library, written in C, which allows you to develop new applications th at will be portable and run FAST. Includes many u seful vision routines. including camera calibration, homographies. fundamental matrix computation, and feature detectors (includes source code).
Update
: 2025-02-19
Size
: 4.56mb
Publisher
:
郑元义
[
Algorithm
]
vector
DL : 0
矩阵运算,数值算法,vc++,奇异值分解,svd-Matrix computation, numerical algorithm, vc++, Singular value decomposition, svd
Update
: 2025-02-19
Size
: 5kb
Publisher
:
耿海贤
[
Algorithm
]
RtwMatrix
DL : 0
一个C#的矩阵类,可以实现矩阵的一些基本运算,完成matlab中的矩阵操作-A C# Matrix type, you can realize some of the fundamental matrix computation, the completion of the matrix operation in matlab
Update
: 2025-02-19
Size
: 43kb
Publisher
:
孙浩
[
Algorithm
]
jama
DL : 0
一个矩阵计算的库 包括几乎所有需要的矩阵运算 对3d计算和图形处理有很大帮助-Calculation of a matrix library, including almost all the computing needs of the 3d matrix computation and graphics are very helpful
Update
: 2025-02-19
Size
: 42kb
Publisher
:
Xia
[
Data structs
]
matrix
DL : 0
矩阵的运算 关于矩阵的加法,乘法 以及矩阵的秩-Matrix computation on the matrix addition, multiplication and rank of matrix
Update
: 2025-02-19
Size
: 13kb
Publisher
:
erder
[
Other
]
matrix
DL : 0
复数矩阵的运算,用于通信仿真模型底层算法。-Complex matrix computation, simulation model for the underlying communication algorithms.
Update
: 2025-02-19
Size
: 6kb
Publisher
:
单鹏
[
Windows Develop
]
Matrix
DL : 0
矩阵运算,加减乘除,转置,计算行、列元素和-Matrix computation, addition and subtraction multiplication and division, transpose calculated rows, columns and elements. . .
Update
: 2025-02-19
Size
: 3kb
Publisher
:
liujianwei
[
Other
]
Golub_and_Van_Loan.Matrix_computations.pdf
DL : 0
Matrix - algebra computing. All algorithms in matlab style-Matrix- algebra computing. All algorithms in matlab style
Update
: 2025-02-19
Size
: 10.13mb
Publisher
:
Robert
[
Algorithm
]
matrix
DL : 0
用C语言写的在三元组表上实现两个稀疏矩阵求和运算-Written in C language used in the three groups, to achieve the sum of two sparse matrix computation
Update
: 2025-02-19
Size
: 1kb
Publisher
:
王鼎
[
Other
]
Matrix_Computations
DL : 0
matrix computation book
Update
: 2025-02-19
Size
: 3.67mb
Publisher
:
[
matlab
]
ransacF
DL : 0
RANSAC implementation for fundamental matrix computation using the seven point algorithm. Returns inliers and best F estimate.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
oirapus
[
Windows Develop
]
matrix
DL : 0
Matrix TCL Lite,矩阵计算库-Matrix TCL Lite, matrix computation libraries
Update
: 2025-02-19
Size
: 6kb
Publisher
:
gysd
[
Algorithm
]
matrix
DL : 0
C++矩阵运算,可以像matlab那样轻松使用-C++ matrix computation
Update
: 2025-02-19
Size
: 4kb
Publisher
:
李里
[
Mathimatics-Numerical algorithms
]
Matrix
DL : 0
这是一个自己编制的完整矩阵类,包括矩阵运算、分解、求逆、范数和特征值等,可以做为数值分析的基础类。-This is a complete matrix of their own class preparation, including matrix computation, decomposition, inverse, norm and eigenvalue, etc., can be used as the basis for numerical analysis class.
Update
: 2025-02-19
Size
: 18kb
Publisher
:
zhangfanger
[
Algorithm
]
The_Matrix_Cookbook2007
DL : 0
一本非常好的关于矩阵计算的速查手册,涵盖了无线通信领域内所需的大多数矩阵计算。-a good cookbook about matrix computation
Update
: 2025-02-19
Size
: 314kb
Publisher
:
zhaorui
[
Other
]
Matrix-Computation
DL : 0
Golub和Van Loan的大作,长久以来是这个领域的经典。-Golub and Van Loan' s masterpiece, has long been a classic in this field.
Update
: 2025-02-19
Size
: 15.65mb
Publisher
:
LiFeiteng
[
Windows Develop
]
matrix-computation
DL : 0
这是一个矩阵加减乘的运算C代码,矩阵可用户自己设定,有灵活性-here is an example of matrix computation
Update
: 2025-02-19
Size
: 1kb
Publisher
:
吴超
[
Other
]
matrix-computation
DL : 0
矩阵运算经典书籍,matlab编程的人可以看下。-This is a typical book for matrix computation. It better for you to read it.
Update
: 2025-02-19
Size
: 5.99mb
Publisher
:
Ling
«
1
2
3
4
5
6
7
8
9
10
...
15
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.