搜索资源列表
ellipsefit.rar
- MATLAB实现的一种基于最小二乘的椭圆拟合直接算法源代码,Based on MATLAB to achieve a least-squares fitting oval direct algorithm source code
Houghtransformation.rar
- 将霍夫变换与最小二乘法相结合,研究对实验数据和图像处理中的二值边缘图进行直线拟合的方法。 首先,用霍夫变换剔除数据点集中的干扰点或噪声,并将分布在不同直线附近的点分离出来 然后,用最小二乘法 拟合各直线。该方法既解决了直接使用最小二乘法拟合时,拟合直线易受干扰点或噪声的影响和数据点分布在 多条直线附近而无法拟合的两个问题 同时也解决了直接使用霍夫变换时,拟合直线精度不高和直线段有效区间 不容易控制的问题。,The Hough transform and least squares me
affine
- 基于最小二乘法的仿射变换 matlab实现-Least square method based on the realization of affine transformation matlab
youhua
- 用matlab写的的优化程序,利用的最小二乘优化算法-Written by matlab optimization procedures, take advantage of the least-squares optimization algorithm
adistortedimagerectificationalgorithmbasedonleasts
- 针对高精度的畸变图像,提出了一种基于最小二乘影像匹配的高精度畸变图像矫正算 法. 算法首先利用特征提取与边缘检测对图像进行预处理,并且将特征匹配与最小二乘算法相 结合,从而实现了图像与模板之间精确的子像素定位与匹配. 实验表明,该算法较好的解决了目前高精度畸变图像矫正算法中普遍存在的定位和匹配精度较差的缺陷,图像矫正效果良好,是一种有效的畸变图像矫正算法.-Image distortion for high-precision, a least-squares image matchin
GdalBrowser
- GDAL支持的Morton 编码金字塔无缝漫游工具,从2007年开始,不断更新到2011年,偶的小业余研究。底层基于GDAL, 支持很多冷门格式。使用Morton金字塔重构二维数据,加上内存映射文件的帮助,浏览GB级影像没有问题。内嵌带接缝处理的透明分块条带处理接口,无需了解金字塔,也能透明对GB级影像进行各种处理。内嵌直方图均衡和模板卷积的例子,演示如何透明的开发处理算法。附带重要的功能是“尺度不变特征SIFT”的特征提取,本来是上学时的论文,经过这些年零敲碎打的改造,现在能进行全自动、半自动
WPKLS
- 提出了基于小波核函数的偏最小二乘方法对混沌信号进行了有效拟合,得到了很好的效果。-Based on wavelet kernel function of the partial least squares method of fitting the effective chaotic signal obtained very good results.
CH8_4_3
- MATLAB 7.x图像处理中第八章4.3程序:约束最小二乘滤波复原-image processing program with MATLAB 7.x Chapter 8.4.3: constrained least squares restoration filter
MATLAB
- 数字图像处理图像复原算法源代码(维纳滤波,最小二乘方法,L-R算法)-Digital image processing, image restoration algorithm source code (Wiener filtering, least squares method, the LR algorithm)
sparse-least-squares
- 关于稀疏最小二乘算法的matlab程序。最小二乘法(又称最小平方法)是一种数学优化技术。它通过最小化误差的平方和寻找数据的最佳函数匹配-Matlab program for sparse least squares algorithm
projects
- 共两个matlab函数,一为块Toeplitz方程的递归解法;二为约束最小二乘算复原法。-The file contains two m files.One is algorithm for Block Toeplitz equation The other is Constrained least squares for image deblurring
wlsFilter
- 加权最小二乘滤波器wls,对应原论文Edge-Preserving Decompositions for Multi-Scale Tone and Detail的代码,以matlab实现-Weighted Least squares filter wls, the corresponding the original thesis Edge-Preserving Decompositions for Multi-Scale Tone and Detail of code, using matla
imagedeblurring
- 图像处理:用MATLAB实现的维纳滤波、约束最小二乘,Lucy-Richardson迭代和盲去卷积算法,并带有GUI。-ImageDeblurring:Implement deconvwnr, deconvreg, deconvlucy, deconvblind with MATLAB, GUI appended.
拟合
- 多个函数的曲线拟合,里面统计有最小二乘、非线性回归(Curve fitting for multiple functions)
最小二乘影像匹配
- 运用最小二乘方法的matlab影像匹配,经典算法(MATLAB image matching using least squares method, classical algorithm.)
Matching
- 数字摄影测量中的最小二乘匹配算法,带示例图像(Feature points matching using LSTM)
matlab最小二乘法曲面拟合
- matlab最小二乘法曲面拟合程序可以得到函数具体解析式(Matlab least squares surface fitting program can get the specific analytic expression of the function)
偏最小二乘PLS和一些光谱预处理的matlab程序
- 可以对光谱数据进行预处理,除了偏最小二乘法之外,也有一些其他方法(Besides the partial least square method, there are also some other methods)
程序
- InSAR数据处理研究,其中采用最小二乘和质量图指导两种相位解缠方法(The research of InSAR Data processing)
最小二乘曲面拟合详细文档及代码
- 最小二乘曲面拟合详细文档及代码,matlab实现,有仿真结果