-
pcadenoise
矩阵 pca或者低秩方法去噪,利用svd分解,实现对图像矩阵的去噪,该方法支持对rgb图像的去噪。使用代码请 文章中表明出处,感谢。
感谢重庆市研究生科研创新项目支持,项目号CYS16183(image denoise by low-rand regularizer or pca method. the low rank is evaluted by svd, and this method is also support for rgb image.)
- 2020-09-18 19:57:55下载
- 积分:1
-
region-merging-RAG
区域邻接图的合并规则,在进行区域合并时可以使用,希望对大家有用(region merging for region adjecent gragh,might it be help for you.)
- 2012-05-18 00:44:03下载
- 积分:1
-
Wweinaai
维纳滤波,图像恢复,通过用matllab编辑的程序实现以上功能-wena
(Wiener filtering, image restoration, with matllab editing program to achieve the above functions-wena)
- 2012-06-09 10:55:31下载
- 积分:1
-
ER_Ex
刀刃法获取靶标图像的MTF,PSF.适用于遥感图像中的MTF提取。(The blade method for target images MTF, PSF. Apply to the remote sensing image MTF extraction.)
- 2011-12-19 23:39:38下载
- 积分:1
-
zernike_ydiff
zernike不变矩。特征提取方法。基于形状的特征提取方法。(zernike moment invariants. Feature extraction methods. Shape-based feature extraction method.)
- 2014-06-18 18:25:32下载
- 积分:1
-
quanjingtupinheyuchuli
一种有效的全景图拼合预处理算法.适用于图像的拼接。是论文!(An effective pre-processing algorithm together panorama. Splicing applied to images. Is a thesis!)
- 2008-04-15 16:42:03下载
- 积分:1
-
Colorspace
System Generator环境中颜色空间转换建模(Color space conversion model in the System Generator)
- 2021-03-30 16:09:09下载
- 积分:1
-
orl_faces
orl人脸库,40个人,每人10幅图像。(orl face database, 40 individuals, 10 images per person.)
- 2009-06-12 18:46:06下载
- 积分:1
-
object_tracking_based_on_kalman
实现基于卡尔曼滤波器的多目标跟踪,可进行相关了解与研究(object tracking based on kalman)
- 2019-06-06 09:40:59下载
- 积分: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