搜索资源列表
calibrationandrestruction
- 一个控制台c程序,利用直接线性变换进行标定,然后根据共线方程利用同名点坐标进行物方重建-a console c procedures, the use of direct linear transformation for calibration, Then based on a total equation using the same name for point-to coordinate reconstruction
pthoto
- 掌握MATLAB的基本符号运算,在微积分中的应用,在线性代数中的应用,同时掌握方程的求解方法。-grasp the basic symbol operations in calculus of linear algebra applications, control of the equation solution.
mylineseg
- 线段及直线的基本运算 1. 点与线段的关系2. 求点到线段所在直线垂线的垂足3. 点到线段的最近点4. 点到线段所在直线的距离 5. 点到折线集的最近距离 6. 判断圆是否在多边形内7. 求矢量夹角余弦 8. 求线段之间的夹角9. 判断线段是否相交10.判断线段是否相交但不交在端点处11.求线段所在直线的方程 12.求直线的斜率 13.求直线的倾斜角14.求点关于某直线的对称点15.判断两条直线是否相交及求直线交点 16.判断线段是否相交,如果相交返回交点-straight line segme
splitBregmanROF(Matlab-Code)(1)
- 这是TV模型最新的快速计算Matlab源代码,算法可以解决很多非线性扩散方程的计算。稳定性高,计算快。-This is the latest TV models fast calculation of Matlab source code, the algorithm can solve a lot of non-linear diffusion equation calculations. High stability, fast calculation.
Gabor
- 线性去噪,热传导方程去噪,Gabor锐化,动态边界-Linear denoising, denoising heat conduction equation, Gabor sharpness, dynamic boundary
Procedures1
- 枝干图 罗盘图 轮廓图 交互式图形 变换的傅立叶函数曲线 劳伦兹非线形方程的无序活动 填充图 -Branches contour map compass interactive graphical map of the Fourier transform Lorenz curves non-linear equation of the activity-filled map of disorder
LinearEquation
- 运用哈夫变换,对于给出的直线,可以准确画出,并写出直线方程-The use of Hough transform, for the given straight line, can accurately draw and write linear equation
FEMGUI
- This program solves the equation on the interval (0,1) plus boundary conditions of Dirichlet or Neumann type with the finite elemnt method. Linear and quadratic finite elemnst are included. In the case were an exact solution is given the L2-Error,
m1
- 用边缘检测算法检测的圆的像的边缘点,并用多元线性回归求出椭圆的方程,然后按照我们的模型中提供的方法,求出每个圆心的像的位置-Using edge detection algorithm to detect the edge of the image circle points, and multiple linear regression equation of the ellipse obtained, and then follow the model provided by our met
structured-light-feature-extraction
- 基于Hessian矩阵的条纹中心提取方法提取光条中心点的亚像素图像坐标,并将光条中心点连接成光条中心线 然后利用直线近似算法将光条中心线在拐点处拆分为近似直线:最后将满足角度约束和图像原点到近似直线的距离约束的共线中心点进行融合,对融合后的共线中心点进行直线拟合得到直线光条的参数方程。-Hessian matrix-based extraction method of extracting light stripe center of the center section of the sub-
Ex_6_Regression
- Little application in SVG to draw a linear regression between two points or more in a web browser.With equation of the line. Interaction with mouse.
linequ
- 高斯列主元消去法的c++源码 用以计算线性方程的解-Gaussian elimination of the PCA column c++ source code used to calculate the linear equation
ThrSpline1
- 三次样条插值程序,这个需要配合追赶法来求解一个线性方程组。-Cubic spline interpolation procedure, this need with the catch-up method to solving a linear equation.
mhc06
- 本程序主要实现了基于一些二维坐标的直线拟合,以函数调用形式求得直线方程的系数解。-This program is mainly based on the realization of two-dimensional coordinates of some linear fit to the function call in the form of the coefficients obtained by linear equation solution.
OLS2D
- Orthogonal Least Squares Estimate on a plane, in the simple case of a linear equation, is in fact a problem that can be easily solved analytically with no approximation (see pdf file for detailed explanation). Notice that in the general multidimensio
CMyMath
- 自己编写的Math类,包括算梯度、直线方程以及两条直线的夹角等等!-I have written Math class, including gradient operator, linear equation and the angle between two straight lines and so on!
uor
- 寻找三次样条多项式需要求解大量的线性方程,实际上,给定N个断点-Looking for cubic spline polynomial need solving large linear equation, in fact, for a given N the breakpoint
matting
- 使用opencv开发,实现图像抠图,将需要的局部图像提取处理(Robust Matting 1. OpenCV 2. MTL library (for sparse matrix) 3. Intel Math Kernel Library (to solve linear equation by conjugate gradient method))
givevequation
- 寻找三次样条多项式需要求解大量的线性方程,实际上,给定N个断点(Looking for cubic spline polynomial need solving large linear equation, in fact, for a given N the breakpoint)
Houghline
- 利用霍夫变换提取直线方程,然后计算平面直线距离(Using Hough transform to extract the linear equation and then calculate the plane line distance)