CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - Linear Equation

搜索资源列表

  1. calibrationandrestruction

    2下载:
  2. 一个控制台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
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:162313
    • 提供者:谢潇
  1. pthoto

    0下载:
  2. 掌握MATLAB的基本符号运算,在微积分中的应用,在线性代数中的应用,同时掌握方程的求解方法。-grasp the basic symbol operations in calculus of linear algebra applications, control of the equation solution.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:18464
    • 提供者:阿强
  1. mylineseg

    0下载:
  2. 线段及直线的基本运算 1. 点与线段的关系2. 求点到线段所在直线垂线的垂足3. 点到线段的最近点4. 点到线段所在直线的距离 5. 点到折线集的最近距离 6. 判断圆是否在多边形内7. 求矢量夹角余弦 8. 求线段之间的夹角9. 判断线段是否相交10.判断线段是否相交但不交在端点处11.求线段所在直线的方程 12.求直线的斜率 13.求直线的倾斜角14.求点关于某直线的对称点15.判断两条直线是否相交及求直线交点 16.判断线段是否相交,如果相交返回交点-straight line segme
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1265
    • 提供者:孤星赶月
  1. splitBregmanROF(Matlab-Code)(1)

    7下载:
  2. 这是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.
  3. 所属分类:Special Effects

    • 发布日期:
    • 文件大小:1772975
    • 提供者:shaoguangpu
  1. FEMGUI

    0下载:
  2. 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,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:15780
    • 提供者:王洪
  1. m1

    1下载:
  2. 用边缘检测算法检测的圆的像的边缘点,并用多元线性回归求出椭圆的方程,然后按照我们的模型中提供的方法,求出每个圆心的像的位置-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
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:715
    • 提供者:王帅哥
  1. structured-light-feature-extraction

    0下载:
  2. 基于Hessian矩阵的条纹中心提取方法提取光条中心点的亚像素图像坐标,并将光条中心点连接成光条中心线 然后利用直线近似算法将光条中心线在拐点处拆分为近似直线:最后将满足角度约束和图像原点到近似直线的距离约束的共线中心点进行融合,对融合后的共线中心点进行直线拟合得到直线光条的参数方程。-Hessian matrix-based extraction method of extracting light stripe center of the center section of the sub-
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:579744
    • 提供者:方芳
  1. linequ

    0下载:
  2. 高斯列主元消去法的c++源码 用以计算线性方程的解-Gaussian elimination of the PCA column c++ source code used to calculate the linear equation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1792
    • 提供者:jack
  1. UKF-matlab-simulation

    0下载:
  2. 卡尔曼滤波在对离散线性系统进行最优化的时候用到系统的预测方程和测量方程,但是只考虑了最简单的线性关系,即系统预测方程线性化,由于变量的均值和方差只能进行线性运算,那么当系统预测方程非线性化的时候该怎样计算预测值的方差呢? UKF就是为了研究解决这种非线性关系的。-Kalman filter used in optimization of discrete linear systems prediction and measurement equations of the system, but
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:9947
    • 提供者:shaodong
  1. mhc06

    0下载:
  2. 本程序主要实现了基于一些二维坐标的直线拟合,以函数调用形式求得直线方程的系数解。-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.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:263323
    • 提供者:mehai
  1. Image-DiffusionFiltering

    2下载:
  2. 扩散滤波的图像去噪 1。线性扩散滤波采用热传导方程 - 使用隐式和显式欧拉方法求解。 2。边缘增强线性各向异性扩散滤波。 3。边缘增强非线性各向异性扩散滤波。 线性扩散滤波,边缘增强线性和非线性各向异性过滤 现实中的数字图像在数字化和传输过程中常受到成像设备与外部环境噪声干扰等影响,称为含噪图像或噪声图像。减少数字图像中噪声的过程称为图像去噪。-Image de-noising a diffusion filter. Linear diffusio
  3. 所属分类:Special Effects

    • 发布日期:2014-11-26
    • 文件大小:573440
    • 提供者:zhangzunxin
  1. Image-enhancement

    0下载:
  2. OpenCV统计应用-影像增强,亮度/对比实作。这边就修改了OpenCV的Sample Code,来做色彩增强的亮度/对比的程序,而在一般的亮度/对比来讲亮度(Brightness)的范围为0~200而对比(Contrast)亦是0~200,它们由一条线性函数的公式所定义,对比所代表的是斜率,亮度则是偏移量-OpenCV statistical applications- image enhancement, brightness/contrast implementations. Here o
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:128695
    • 提供者:amy
  1. Image-Processing-Based-on-PDE

    0下载:
  2. 《图像处理的偏微分方程方法》随书光盘完整版 本光碟中包含五个文件夹。 (1)视频剪辑:可供教学演示,其中, two_cells 是采用改进的变分水平集方法,实现GAC模型图像分割的演化过程; denoissing 是利用P_M方程,对图像平滑去噪的演化过程 curve_linear_heat_flow 是利用FT实现的闭合曲线的线性热流演化过程。 (2)二值图像:其中的图像可供形态学图像处理实验用,也可通过提取对象的边界,供曲线演化实验使用。 (3)灰度图象和彩色图像:其
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:7414784
    • 提供者:marshal
  1. 3.【卡尔曼滤波】kalman

    0下载:
  2. 卡尔曼滤波(Kalman filtering)一种利用线性系统状态方程,通过系统输入输出观测数据,对系统状态进行最优估计的算法。由于观测数据中包括系统中的噪声和干扰的影响,所以最优估计也可看作是滤波过程。(Kalman filtering (Kalman filtering) An algorithm that optimizes the state of the system by using the linear system state equation, through the syst
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-29
    • 文件大小:8192
    • 提供者:DS1V
  1. Houghline

    0下载:
  2. 利用霍夫变换提取直线方程,然后计算平面直线距离(Using Hough transform to extract the linear equation and then calculate the plane line distance)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-28
    • 文件大小:134144
    • 提供者:RevelationLee
搜珍网 www.dssz.com