CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 图像 拟合

搜索资源列表

  1. circlefit.rar

    1下载:
  2. 最小二乘法圆拟合,用于图像处理,比较复杂,请耐心看完,也可直接使用,least square error (LSE) circle fitting, applicable to image processing, a little complicated, can be used directly
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:2600
    • 提供者:yang xulei
  1. Houghtransformation.rar

    1下载:
  2.  将霍夫变换与最小二乘法相结合,研究对实验数据和图像处理中的二值边缘图进行直线拟合的方法。 首先,用霍夫变换剔除数据点集中的干扰点或噪声,并将分布在不同直线附近的点分离出来 然后,用最小二乘法 拟合各直线。该方法既解决了直接使用最小二乘法拟合时,拟合直线易受干扰点或噪声的影响和数据点分布在 多条直线附近而无法拟合的两个问题 同时也解决了直接使用霍夫变换时,拟合直线精度不高和直线段有效区间 不容易控制的问题。,The Hough transform and least squares me
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:206977
    • 提供者:李明
  1. wenjian

    0下载:
  2. matlab在通信工程的应用以及matlab在曲线拟合和函数图像的应用-matlab works in communications applications, as well as matlab curve fitting and function in the application of image
  3. 所属分类:matlab

    • 发布日期:2017-05-10
    • 文件大小:2247567
    • 提供者:lipp
  1. instructionsofcurvefitting

    1下载:
  2. 一本介绍在matlab下曲线拟合的好书,书中含有大量的实例。-An introduction under the curve fitting in matlab books, the book contains many examples.
  3. 所属分类:matlab

    • 发布日期:2015-09-25
    • 文件大小:185695
    • 提供者:杜秋水
  1. linkedge

    0下载:
  2. 图像处理中用于边缘检测图像的边缘连接和边缘拟合的代码-link edge
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-01
    • 文件大小:13336
    • 提供者:有名
  1. ellipse

    0下载:
  2. opencv 给出一个椭圆拟合的例子,程序首先发现图像的轮廓,然后用椭圆逼近它-opencv given an example of ellipse fitting, the program first to discover the outline of the image, and then close it with an oval
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:55896
    • 提供者:zhang
  1. fitellipse

    0下载:
  2. 椭圆曲线拟合。首先发现图像的轮廓,然后用椭圆逼近它。-Elliptic curve fitting. The first to discover the outline of the image, and then close it with an oval.
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:1849
    • 提供者:张三
  1. conjugategrads

    0下载:
  2. 图像重建常常被转化为解非线性无约束极值问题, 通过范数极小化推导出共扼梯度法的 一般算法。通过对模拟数据和实际工件断层扫描数据进行图像重建, 估计了算法的有效性, 结果表明, 与最速下降法相比, 此算法更适用于不完全投影数据的图像重建, 在保证重建图像拟合度的同时, 大大提高了重建速度。-Image reconstruction has often been transformed into solving nonlinear unconstrained extremum problem,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:364484
    • 提供者:孙翔
  1. tiaoyangqumianniheMatlab

    0下载:
  2. 条样曲面拟合,并得到图像 引自cnki-Sample surface fitting, and images from CNKI
  3. 所属分类:File Formats

    • 发布日期:2017-04-06
    • 文件大小:224058
    • 提供者:cxg
  1. aaaa

    0下载:
  2. 简单的最小二乘曲线拟合方法,供图形图像绘制参考使用。-Simple least-squares curve fitting method for graphics image rendering their use and reference.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:8794
    • 提供者:amma
  1. Pictdeal

    0下载:
  2. 图像灰度处理、二值化、边缘检测、有效区域查找和边界拟合的方法,是图像处理典型方法介绍。-this is picture lapalace & find validate area
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:70709
    • 提供者:
  1. image_processing

    0下载:
  2. 程序可实现傅立叶变换与反变换去噪、图像放大、图像拟合校正、直方图均衡、伪彩色变换、边缘检测、图像平滑、形态学等功能。-Program can achieve the Fourier transform and inverse transform de-noising, image zoom, image fitting correction, histogram equalization, pseudo-color conversion, edge detection, image smooth
  3. 所属分类:Graph program

    • 发布日期:2017-05-22
    • 文件大小:7089008
    • 提供者:Adolph
  1. light_spot_center

    0下载:
  2. 光斑的中心提取:重心法和圆拟合。先用多次迭代求阈值并且对图像二值化,再用重心法和圆拟合提取光斑中心。-light spot method:median point ,circle fitting
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-24
    • 文件大小:9357
    • 提供者:jinzhide
  1. matlab插值与数据拟合

    6下载:
  2. 使用matlab的插值与数据拟合,含有插值原理,方程,插值方法有:拉格朗日多项式插值,分段线性插值,三次样条插值,最小二乘法,有多个实例(有源码、语句、结果、图像等)
  3. 所属分类:matlab例程

    • 发布日期:2013-04-01
    • 文件大小:1138688
    • 提供者:zdlsir
  1. 图像处理

    0下载:
  2. 椭圆拟合 XY 分别对应其坐标轴 XY点 散点 拟合 椭圆 灰度转化真彩(The ellipse fitting XY corresponds to its coordinate axis, XY point, scatter point and ellipse fitting)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:pro^w^
  1. 直线拟合

    0下载:
  2. 基于opencv图像处理,对分布的多点进行直线拟合(Opencv image processing based on straight line fitting of multi point distribution)
  3. 所属分类:图形图像处理

  1. 曲线拟合

    0下载:
  2. 曲线拟合:通过给定的一组二维坐标点,利用线性代数中矩阵求逆的知识,从这些数据中找出规律性,预测原函数f(x)的表达式,以消除所给数据的局部波动。一次拟合出来的函数图像是直线,二次拟合出来的图像是抛物线。两者相比,二次拟合逼近程度更高。(curve fitting through a given set of two-dimensional coordinates, using the inverse matrix in linear algebra knowledge, find out the
  3. 所属分类:网络编程

    • 发布日期:2018-01-02
    • 文件大小:7168
    • 提供者:HAI&FISH
  1. 椭圆拟合

    0下载:
  2. 用于拟合图像中的椭圆图形,辨识图像中的椭圆。(It is used to fit the ellipse in the image and identify the ellipse in the image.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-10
    • 文件大小:55296
    • 提供者:小妖儿
  1. image_图像边缘检测,图像分割,检测及圆拟合

    1下载:
  2. 可以实现图像边缘检测,并对圆形区域实现圆的拟合(It can realize image edge detection and circle fitting.)
  3. 所属分类:图形图象

    • 发布日期:2020-11-06
    • 文件大小:1024
    • 提供者:闲情偶寄
  1. 最小二乘法分段直线拟合

    2下载:
  2. 曲线拟合是图像分析中非常重要的描述符号。最常用的曲线拟合方法是最小二乘法,然而一般的最小二乘法有一定的局限性,已经有不少学者对其进行了一些改进。进一步对最小二乘法进行改进,提出一种新的分段直线拟合算法来代替多项式曲线拟合,以达到简化数学模型的建立和减少计算的目的,使其能够更好地对点序列进行拟合。(Curve fitting is a very important descr iptor in image analysis,the most commonly used curve fitting
  3. 所属分类:文章/文档

    • 发布日期:2019-08-08
    • 文件大小:191488
    • 提供者:tintintin
« 12 3 4 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com