搜索资源列表
func_DWT
- 用于完成小波变换的函数,这个函数与matlab自带的函数不同之处在于它可以返回矩阵,而不是一个行向量-wavelet transform for the completion of the function, Matlab functions and the built-in function of the difference between lies in the fact that it can return to the matrix and vector is not a trip
particlefiltertotrackhand2.rar
- 使用粒子滤波进行手部跟踪,动态转移矩阵训练得到.使用B样条曲线对手外部轮廓拟合,并引入形状空间限制维数.详细理论参考active contour由michael isard和Andrew blake完成.,The use of particle filter for hand tracking, the dynamic transfer matrix has been training. The use of B-spline curve fitting against an external
ControlPt.rar
- 根据曲线上的型值点,用追赶法求反算出3次B样条的曲线控制顶点,再由3次B样条的系数矩阵设定均匀节点(50份)矢量求出50个点。 左键输入,完后右键完成输入,重新绘制,Under the curve data points, with catch-up method to calculate the anti-3 B-spline curve control points, and then 3 times by B-spline coefficient matrix of the node s
SVT_2009-05-20
- 这篇经典文章Exact Matrix Completion via Convex Optimization的源代码-This classic article Exact Matrix Completion via Convex Optimization of the source code
signal-analysis
- dctcom.m文件利用DCT变换完成对输入图像进行压缩;imagecbe.m完成对输入的两幅RGB图像用小波分析的方法进行图像融合 imagecom.m完成对输入的RGB图像用小波分析的方法进行自动降噪,得到高频系数阈值,降噪效果百分比和结果 wavelet1D.m完成对输入的一维信号进行多尺度离散小波分解 wavelet2D完成对输入的二维信号进行多尺度离散小波分解;zigzag.m完成对输入的8*8矩阵按照zigzag排列抽取数据.-document the use of DCT tran
OptSpace_matlab
- 经典文章Matrix Completion with Noise实现的源代码-Classic article Matrix Completion with Noise source code to achieve
apg_partial
- 文章Matrix Completion from a Few Entries实现的源代码-Article Matrix Completion from a Few Entries the source code
5
- 本文提出了一种基于特征点的全自动无缝图像拼接方法。该方法采用对于尺度具有鲁棒性的SIFT 算法进行特征点的提取与匹配,并通过引导互匹配及投票过滤的方法提高特征点的匹配精确度,使用稳健的RANSAC 算法求出图像间变换矩阵H 的初值并使用LM 非线性迭代算法精炼H,最终使用加权平滑算法完成了图像的无缝拼接。整个处理过程完全自动地实现了对一组图像的无缝拼接,克服了传统图像拼接方法在尺度和光照变化条件下的局限性。实验结果验证了方法的有效性。-This paper presents a feature
3Dimage_rectification
- 用于立体图像矫正:Harries角点、NCC匹配、RANSAC计算基本矩阵完成立体图像对的极线校正,自己书写的opencv函数-For three-dimensional image correction: Harries corner NCC matching, RANSAC calculation of the completion of the fundamental matrix the epipolar rectification of the stereo image pairs o
Image-rectification_surf
- 用于双目立体图像匹配:用surf提取特征点、Flann匹配、RANSAC计算基本矩阵完成立体图像对的极线校正,用opencv实现-For binocular stereo image matching feature extraction point: surf, Flann matching, RANSAC calculation of the completion of the fundamental matrix the epipolar rectification of the ster
ver_0.alpha
- SET:Subspace Evolution and Transfer。用于实现论文" SET: An Algorithm for Consistent Matrix Completion"中的算法-SET: Subspace Evolution and Transfer. For Papers " SET: An Algorithm for Consistent Matrix Completion" the algorithm
ialm
- 不精确拉格朗日法,求解矩阵补全的凸优化问题,可以用该方法实现背景建模-Imprecise Lagrangian method for solving matrix completion convex optimization problem, you can use this method, background modeling
matrix-completion-via-threshloding
- Matrix Completion via Iterated Thresholding min nuclear-norm(X) subject to ||y - M(X)||_2<e-Matrix Completion via Iterated Thresholding min nuclear-norm(X) subject to ||y- M(X)||_2<err
SVT
- SVT 低秩矩阵恢复,可用于稀疏表示、图像恢复(SVT for low rank matrix completion)
matrixcompletion
- 矩阵完成算法 具有辅助信息的低秩矩阵完成模型(A low-rank matrix completion model with side information)