Welcome![Sign In][Sign Up]
Location:
Search - least squares images

Search list

[GDI-Bitmap最小二乘法直线拟核源代码

Description: 图像处理源代码,介绍了利用最小二乘法对BMP图像进行直线拟合的方法-image processing source code, introduced to the use of least squares to BMP images linear fitting method
Platform: | Size: 1454 | Author: authority007 | Hits:

[SourceCode移动最小二乘法的matlab程序

Description: This package contains a set of tools that allows to deform in real-time points and images using the Moving Least Squares algorithms. This is a fast technique to get good image deformations without using the computational expansive techniques provided by the thin-plates splines algorithms. The algorithm was published in the paper "Image Deformation Using Moving Least Squares" by Scott Schaefer, Travis McPhail, Joe Warren
Platform: | Size: 1187776 | Author: jilindax | Hits:

[GDI-Bitmap最小二乘法直线拟核源代码

Description: 图像处理源代码,介绍了利用最小二乘法对BMP图像进行直线拟合的方法-image processing source code, introduced to the use of least squares to BMP images linear fitting method
Platform: | Size: 1024 | Author: authority007 | Hits:

[Graph Recognizeeyedemo

Description: 包括整个虹膜识别的预处理部分,分为多个函数部分,即简单图像增强,Canny算子提取边缘,Hough变换定位内外圆形边界进行风格,以及最后的归一化 -- 将圆环展为矩形。附带几张图像及自制的界面程序,并不是很完善,但整体的预处理任务已经较好的完成,如果进一步提高性能,可以先把Hough变换改为最小二乘拟和算法。-Cover the whole iris recognition pre-processing part is divided into multiple function part, that is, a simple image enhancement, Canny operator edge extraction, Hough transform internal and external circular positioning border style, and finally normalized Circle exhibition will be rectangular. Fringe images and made a few interface procedures, is not very perfect, but the overall pre-processing tasks have been better to complete, if further improve performance, first Hough transform can be replaced by least squares fitting algorithm.
Platform: | Size: 118784 | Author: 李杨 | Hits:

[Special EffectsImageRecuperate

Description: 4_1:生成模糊化实验图像 4_2:维纳滤波复原 4_3:约束最小二乘滤波复原 4_4:Lucy-Richardson滤波复原 4_5:盲卷积滤波复原-4_1: generate fuzzy images of experimental 4_2: 4_3 restoration Wiener filtering: constrained least squares filtering recovery 4_4: Lucy-Richardson filter recovery 4_5: Blind deconvolution filter to recover
Platform: | Size: 4096 | Author: fanwen | Hits:

[AI-NN-PRtextureclassfication

Description: 提出了一种基于函数联接的感知器神经网络的纹理分类方法.它采用高斯2马尔柯夫随机场模型(GM RF)对纹理进行描述,模型参数即为纹理特征,参数估计采用最小平方误差方法获得.将估计参数作为表达纹理的特征向量,用感知器网络对特征进行分类,并且采用函数联接的方式解决线性不可分问题.对纹理图象进行的实验表明,采用这种方法能够提高学习速度,简化计算过程,并取得较好的纹理分类效果. -Based on the function connected perceptron neural network texture classification method. It uses 2 Gaussian Markov Random Field Model (GM RF) to describe the texture, the model parameters is the texture feature, parameter estimation using least squares error obtained. the estimated parameters as the expression of texture feature vector, using the characteristics of sensor networks for classification, and the use of function to resolve connection problems can not be separated from linear. of texture images of the experiments show that this approach can enhance the learning speed, to simplify the calculation process and obtain a better effect of texture classification.
Platform: | Size: 285696 | Author: singro jiang | Hits:

[Graph programfracialimagecompressionindctdomainbasedonadaptivec

Description: 在对基本的域分形图像压缩方法进行分析基础上提出了一种改进方案即基于自适应分类加权最小二乘法的域分形图像压缩方法并使用基本方法和改进方法对标准灰度图像分别进行了测试测试结果表明本文提出的方法可以在下降很小的情况下大大提高编码速度-In the domain of the basic fractal image compression method based on an analysis of an improved program that is based on adaptive classification domain weighted least squares fractal image compression method and use the basic methods and standards to improve the method of gray-scale images were the test results show that the method proposed in this paper can be very small in the case declined significantly improve the coding speed
Platform: | Size: 180224 | Author: chenruibao | Hits:

[matlabcode1

Description: 3D shape reconstruction matlab code. It used shape from defocus technique with least squares. You can reconstruct 3D shape with only two different depth images.
Platform: | Size: 97280 | Author: ask | Hits:

[Special EffectsRsImagepinjie

Description: 本程序实现了两幅影像在已知了重叠区域后的拼接功能,采用最小二乘法来调节两幅影像的色差,相关系数法来寻找最佳镶嵌边,并对镶嵌边采用内插处理得到联系的镶嵌线-This program implements two images overlap known regions of the splicing function, using least squares method to adjust the two color images, the correlation coefficient method to find the best inlay edge, and inlaid side using interpolation to handle any mosaic-line contact
Platform: | Size: 1381376 | Author: SmallBird | Hits:

[AlgorithmLINE

Description: 使用C语言实现最小二乘法计算,输出结果和输出图像,WIN_TC编译OK-Least squares method using C language computing, output and output images, WIN_TC compile OK
Platform: | Size: 31744 | Author: long | Hits:

[Special EffectsGdalBrowser

Description: GDAL支持的Morton 编码金字塔无缝漫游工具,从2007年开始,不断更新到2011年,偶的小业余研究。底层基于GDAL, 支持很多冷门格式。使用Morton金字塔重构二维数据,加上内存映射文件的帮助,浏览GB级影像没有问题。内嵌带接缝处理的透明分块条带处理接口,无需了解金字塔,也能透明对GB级影像进行各种处理。内嵌直方图均衡和模板卷积的例子,演示如何透明的开发处理算法。附带重要的功能是“尺度不变特征SIFT”的特征提取,本来是上学时的论文,经过这些年零敲碎打的改造,现在能进行全自动、半自动、手动控制点提取、模型最小二乘估计,纠正功能,最终把偶的风景照拼接成全景。由于离开原先行业,没再用真正的遥感图试过,只当好玩吧!内附代码、范例、详细说明书。性能肯定不如SIFT原版范例。 核心算法见 Matlab+C SIFT 特征提取与匹配演示程序 http://download.csdn.net/source/3472933 http://www.pudn.com/downloads372/sourcecode/graph/texture_mapping/detail1607889.html-Morton GDAL support seamless roaming pyramid coding tools, beginning in 2007, constantly updated to 2011, even the little amateur research. Bottom based on GDAL, support for many unpopular formats. Reconstruction of two-dimensional data using the Morton pyramid, with the help of memory mapped files, browse the GB-level image is no problem. Embedded with the seaming strip of transparent block processing interface, no understanding of the pyramid, but also transparent to the GB-level images of various processing. Embedded histogram equalization and template convolution example, shows how transparent the development of processing algorithms. With important function is to "scale-invariant features of SIFT" feature extraction, could have been school papers, after all these years of piecemeal reform, now fully automatic, semi-automatic, manual control points extraction, model least squares estimation to correct function, eventually even spliced into a panoramic landscape photo. Since leaving
Platform: | Size: 12399616 | Author: 流浪小狗 | Hits:

[Algorithmseveral-important-vb-least-squares

Description: 最小二乘法 实现曲线拟合,然后用c++画出曲线图像-Least squares and curve fitting, and then draw the curve with c++ images
Platform: | Size: 3827712 | Author: 徐华伟 | Hits:

[Special Effectshazelunwen

Description: 本文 通过位平面分解法分割天空区域并运用椭圆最小二乘法拟合日周光散射光圈,并自动确定日周光的中心,将中心点的亮度与天空区域平均亮度的加权值作为最终提取的天空亮度值 最后运用大气散射模型对雾天降质图像进行复原-In t his paper , we segment t he sky area by bit2plane decomposition , and fit circadian light scat tering ring using elliptical least squares , which could automatically determine t he cent ral brightness of the sky. Then we weight t his cent ral brightness value wit h t he average bright ness value of the segmented sky region as t he final sky region brightness. Finally , we use t he fog atmosp heric scattering model to recover degraded images.
Platform: | Size: 489472 | Author: liuqiaoling | Hits:

[Windows DevelopApictureredras

Description: 由于光学镜头的生产工艺等原因,数码相机拍摄图像常常会出现非线性的几何畸变。针对这一常见问题,采用最小二乘拟合、双线性性插值的方法对拍摄图像进行校正。实验结果表明,该方法能够在保证无颜色失真的条件下获得较为理想的校正结果。 -Due to optical lens production process, digital camera images are often non-linear geometric distortion. In response to this common problem, using the least squares fitting, bilinear interpolation method of capturing the image correction. The experimental results show that this method can obtain more ideal conditions to ensure no color distortion correction results.
Platform: | Size: 2834432 | Author: tianmanglian | Hits:

[OtherHousing-Fair-monolithic-space

Description: 航空影像单像空间后方交会是利用影像所覆盖地面范围内若干控制点的已知地面坐标和相应点的像点坐标,根据共线方程,在最小二乘法的原则下,计算航空影像的外方位元素。 本文采用VS2008.NET 编译平台和C#语言编写了单像空间后方交会的参数计算程序。利用相关文献中的实验数据与结果,证明本程序运行良好,参数解算精确,可以满足工程项目要求。 关键词:摄影测量与遥感;外方位元素;共线方程;最小二乘原则;空间后方交会;-Aviation image space resection alone is the use of images covering the ground within known ground control point coordinates and the coordinates of the corresponding point like point collinear equation, under the principle of least squares method to calculate the exterior orientation of aerial imagery elements. In this paper, the VS2008.NET compiler platform and the C# language program parameters like space resection alone. Using the experimental data and the results of the relevant literature, to prove that the program is running good, parameters solver accurate, to meet project requirements. Keywords: Photogrammetry and Remote Sensing exterior orientation elements collinear equation least squares principle spatial resection
Platform: | Size: 15360 | Author: 林凯 | Hits:

[Special EffectsThe-image-registratio-SURF

Description: 首先用 SURF 方法提取特 征点 其次用最近邻匹配法找出对应匹配点对 结合 RANSAC 和最小二乘法求出图像之间的映射关 系 最后利用所求的变换参数插值得到配准后的图像-First with SURF extracted feature points followed by the nearest neighbor matching method to find the corresponding matching points RANSAC and least squares method combines images obtained using the mapping between the final transformation parameters are asking interpolated image after registration
Platform: | Size: 311296 | Author: 高嘉瑜 | Hits:

[OtherMatchLSM

Description: 1.打开左右两张影像2.Harris算法提取同名点3.显示提取同名点(若要进行下一步匹配则不建议显示,这里只是用于查看是否提取出)4.相关系数匹配(只在找出的同名点内匹配)5.LSM最小二乘匹配(先进行粗匹配,再精匹配)-1 Open the left and right images 2.Harris algorithm to extract two tie points 3 shows the extraction of corresponding points (not recommended to proceed to the next match show, here is used to see if extracted) 4. Correlation coefficient matching (just looking match within a point of the same name) 5.LSM least squares matching (rough first match, then fine match)
Platform: | Size: 2497536 | Author: lichenming | Hits:

[Special EffectsSIFT

Description: SIFT(Scale Invariant Feature Transform)即尺度不变特征变换,是 D. G.Lowe 在 1999 年提出的一种基于图像局部特征的描述算子,并于 2004年做了完善。SIFT算法是一种基于线性尺度空间,对图像缩放、旋转甚至仿射变换保持不变的局部特征描述算子,因此被广泛地应用于机器人定位、导航和地图生成中。-This paper presents a method for extracting distinctive invariant features from images that can be used to perform reliable matching between different views of an object or scene. The features are invariant to image scale and rotation, and are shown to provide robust matching across a substantial range of affine distortion, change in 3D viewpoint, addition of noise, and change in illumination. The features are highly distinctive, in the sense that a single feature can be correctly matched with high probability against a large database of features from many images. This paper also describes an approach to using these features for object recognition. The recognition proceeds by matching individual features to a database of features from known objects using a fast nearest-neighbor algorithm,followed by a Hough transform to identify clusters belonging to a single object, and finally performing verification through least-squares solution for consistent pose parameters. This approach to r
Platform: | Size: 742400 | Author: 欣欣 | Hits:

[matlabwatermarking

Description: Watermarking of Grayscale Images in DCT Domain Using Least-Squares Support Vector Regression
Platform: | Size: 2048 | Author: dolly | Hits:

[assembly languagefcls_spectral_unmixing

Description: 利用全局控制最小二乘法(FCLS)可以对遥感影像进行丰度反演,以便检验影像端元提取的精确度。-Least squares method using the global control (FCLS) remote sensing images can abundance inversion, in order to test the image endmember extraction accuracy.
Platform: | Size: 15360 | Author: wuguowei | Hits:
« 12 3 »

CodeBus www.codebus.net