-
Transferring-color
说明: 色彩转移法为灰度图像上色。实现paper“Transferring color to grayscale image”, 通过纹理匹配,找出灰度图像与彩色图像之间的匹配区域,在对应区域进行颜色转移。压缩包内附函数说明。(Color to grayscale color transfer method. To achieve paper " Transferring color to grayscale image" , by texture matching, gray images and color images to find the matching between the regions, the color shift in the corresponding area. Archive containing the function description.)
- 2011-04-14 12:27:26下载
- 积分:1
-
extractdata
提取人脸表情库中的图像数据,可提取任一种表情、任一个人或任一复本(extract the image data of facial expression database:JAFFE database。it is able to extract any expression, subject and copy of JAFFE database)
- 2009-03-30 10:35:19下载
- 积分:1
-
多目标跟踪的JPDA算法
用来进行多目标跟踪的JPDA算法的的MATLAB程序包. 跟踪效果还行.
(Used for multi-target tracking JPDA algorithm of the MATLAB package tracking performance is okay.)
- 2021-04-22 15:38:48下载
- 积分:1
-
最小二乘法估计仿射矩阵
目前MATLAB里边对于多点计算仿射矩阵普遍采用RANSAC法,但是比较麻烦计算量也相对较大,通过最小二乘法来进行仿射矩阵的估计能够大大提高该效率,所以奉上自己在实验室写的仿射矩阵估计函数,来弥补matlab函数库在这方面的不足。(The MATLAB inside for calculating affine matrix commonly used RANSAC method, but more trouble calculation is relatively large, estimated by the least squares method to the affine matrix can greatly improve the efficiency, so give yourself in laboratory to write the estimated affine matrix function, to compensate for the lack of MATLAB Library in this area.)
- 2018-02-01 17:11:33下载
- 积分:1
-
ssim
这是最经典的平面图像质量评价的ssim实现,算法实现简单。(image quality assessment)
- 2020-07-08 16:18:56下载
- 积分:1
-
lpcc
完成声音信号的分帧,加窗,PLCC特征提取等功能(Complete voice framing, windowing,PLCC detection and other functions)
- 2015-01-10 14:48:44下载
- 积分:1
-
superpixels.tar
超像素就是把一幅原本是像素级(pixel-level)的图,划分成区域级(district-level)的图。可以将其看做是对基本信息进行的抽象(A superpixel is a plot of a pixel level, which is divided into a regional level. Think of it as an abstraction of basic information)
- 2017-12-05 15:13:23下载
- 积分:1
-
tuxianzhuanzi
利用c++实现图像转置源代码,像素变换的一种方式(use Image home to the source code, pixel transform the way)
- 2006-06-11 17:09:19下载
- 积分:1
-
MSR_image_enhance
基于对尺度的MSR算法的医学图像增强算法。
调试可以通过
对于低对比度的医学图像有很好的效果!(scale based on the MSR algorithm of medical image enhancement algorithms. Debugging through the low-contrast image has good results!)
- 2007-03-23 09:34:46下载
- 积分:1
-
circlefitting
最小二乘法拟合圆vc实现,最小二乘法(least squares analysis)是一种 数学 优化 技术,它通过 最小化 误差 的平方和找到一组数据的最佳 函数 匹配。 最小二乘法是用最简的方法求得一些绝对不可知的真值,而令误差平方之和为最小。(least squares fitting round vc realized, least-squares method (least squares analysis) is a mathematical optimization techniques, It error by minimizing the square and a group of data to find the best matching function. Least-squares method is the most simple method to derive absolutely true value unknown, and so the sum of squared errors to the minimum.)
- 2020-09-09 10:38:03下载
- 积分:1