-
inexact_alm_rpca
RPCA (Robust Principal Component Analysis)是目前用于矩阵填充、图像去噪的最有效的优化方法。目前最有效的算法是ALM(Augmented Lagrange Multiplier)。ALM分为Exact ALM和Inexact ALM。 该代码是Inexact ALM,收敛速度比Exact ALM快!(RPCA (Robust Principal Component Analysis) is used for matrix filling, image denoising. It is currently the most effective optimization method. Currently the most effective method is ALM (Augmented Lagrange Multiplier). There re 2 kinds of ALM: Exact ALM and Inexact ALM. The code is Inexact ALM, faster convergence speed than the Exact ALM!)
- 2010-11-02 14:07:29下载
- 积分:1
-
loci
实现用帧差法画质心轨迹 高斯背景建模 可以运行的程序 opencv(Picture frame difference method implemented by the loci of Gaussian background modeling)
- 2014-05-19 21:27:37下载
- 积分:1
-
guangliufenxi
光流分析程序
利用光流分析进行运动目标检测程序 (Optical flow analysis program using optical flow analysis of moving target detection procedures)
- 2009-01-07 19:08:38下载
- 积分:1
-
charrecognition
《VC++数字图像识别技术典型案例》第九章光学字符识别技术,包括预处理、边缘跟踪和特征提取算法("VC Digital Image Recognition Technology typical case," the ninth chapter of optical character recognition technologies, including pretreatment, Edge tracking and feature extraction algorithm)
- 2007-05-28 20:52:03下载
- 积分:1
-
Gabor-Matlab1
gabor小波变换提取图像纹理信息,得到一维向量。(gabor wavelet transform to extract image texture information)
- 2013-01-11 16:12:24下载
- 积分:1
-
segment
基于图割的图像分割的实现代码,在linux下测试通过(efficient graph cut source code,run in linux)
- 2015-08-18 20:27:12下载
- 积分:1
-
weichuli
分别使用灰度值变换和频域滤波的方法实现图像的伪彩色处理。在Matlab中编程实现(The use of gray value, respectively, transform and frequency domain filtering method of pseudo-color image processing. Programming in Matlab in)
- 2008-06-25 02:50:02下载
- 积分:1
-
20100808
经典的文本水印算法,实现了别人实现不了的功能,希望大家有所用!(The classic text watermarking algorithm to achieve the functions of others fail to realize, I hope you all have a use!)
- 2021-03-19 16:49:19下载
- 积分:1
-
o7ttd5GC
易语言动画地图编辑器源码,易语言写的图形图像编程,很好的参考。(Easy language animated map editor source code, easy graphic language programming, a good reference.)
- 2013-09-17 10:17:01下载
- 积分:1
-
binary-video
学习使用OpenCV,对输入的一段彩色视频,用OpenCV实现以下功能或要求:
1. 对输入视频的每一帧图像都用同一个阈值进行二值化;
2.在每帧二值化图像上叠加上含自己学号与姓名等信息的版权字幕;
3. 在处理的过程中,实时显示每帧图片处理之后的效果;
4.将所有这些二值化图像按视频原来顺序合成输出一个视频文件,按原输入视频播放速度的两倍合成;
5. 做成如下的命令行格式,xxx.exe 输入视频文件名 二值化阈值 输出视频文件名(例如 MyBiVideo.exe input.avi 50 output.avi )
这里的二值化有两种选择,可以手动收入阈值,也可以直接用OTSU算法的较优阈值直接二值化。(Learn to use OpenCV, for some color video input, with the OpenCV following functions or requirements:
1. Each frame of the input video images are binarized using the same threshold value
2. superposed on the binarized image of each frame containing the copyright on the number and the name of their own learning subtitles other information
3. During processing, real-time display after processing each frame
4. All of these binarized image by synthesizing the video output of a video sequence of the original document, the original input composite video playback speed twice
5. made the following command line format, xxx.exe input video file name binary threshold value of the output video file name (eg MyBiVideo.exe input.avi 50 output.avi)
Here there are two binary choice, you can manually income thresholds, you can directly use the optimum direct binarization threshold through OTSU algorithm.)
- 2015-01-30 16:15:09下载
- 积分:1