基于图像变换的最小二乘法及其应用(新生研讨课)
電子科技大學 格拉斯哥學院 2017級 何林峰
Background
In the freshman seminar last semester, we had a preliminary understanding of some basic theories of image recognition and some discussion on its application.Inspired by this, I made some exploration on the common image sharpening problems and tried to make some preliminary solutions by using the image processing methods such as matrix mentioned in the class. Driving by inspiration, I researched some advanced graghic transformation based on least-squares method and curve fitting.
Least-Squares with respect to matrix
Intro: For a massive problem Ax=b that has no solution , when solution is demanded and none exist , the best one can do is to find an x that makes Ax as close as possible to b . The adjective “least-squares” arises from the fact that b-Ax is the square root of a sum of squares.
Solving the least-squares method with matrix
<經線性擬合處理后的數據曲線>
The application of least-squares method
a. Non-negative matrix factorization
The information or signal processing data collected by people at ordinary times have non-negative characteristics , such as grayscale monitoring grayscale images and CT tomography… Nonnegative matrix decomposition is a multivariate analysis method, which first decomposes the high dimensional sample set matrix and approximates the high dimensional sample by using the product of the low rank nonnegative matrix . The coefficient composition of a linear combination represents the coefficient set matrix . Under this condition , Each sample in the high dimensional sample matrix can be represented by a nonnegative linear combination of the basis vectors.
c. Face feature image extraction
Generally, the face image that people collect has a high dimension . However , in a high dimensional space , the locations of face image are divergent so that it is bad to class and increase the difficulties of calculation . Thus , we should reduce the dimension ,which is called feature extraction . Using the method of subspace analyze based on NMF is looking for a linear or nonlinear subspace to compress the original image into a lower dimensional subspace and making figures convergent in it
總結
以上是生活随笔為你收集整理的基于图像变换的最小二乘法及其应用(新生研讨课)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: vue中使用svg矢量图
- 下一篇: 不过如此! jdk 的安装/配置环境变量