搜索资源列表
interactiveimagesegmentation
- 选取读入一份彩色图像,在运行Untitled.m程序时:先用鼠标交互的选取一个颜色区域作为你要与其他色彩分割的目标,,鼠标选取好后,按ENTER健后出现进行分割出现结果。 -Select a color image read in the run Untitled.m program: the first interaction with the mouse, select a color region as the color you want to split with other go
Color-Image-Segmentation
- 对彩色图像进行分割,提取出目标信息,并进行显示-Segmentation of color images, extract the target information, and display
colortransferring
- 利用源彩色图像给目标灰度图像上色,输入一幅彩色图像和一幅待上色的灰度图像,利用彩色图像中的彩色信息为该灰度图像上色-transfering color to grayscale image
tidu
- 针对mean shift 跟踪方法中存在的光照变化不稳定问题, 提出了基于梯度特征与彩色 特征相融合的mean shift 跟踪方法。首先分别提取目标的梯度特征和彩色特征,利用多尺度的相似度 计算方法进行特征的匹配,然后通过最大化相似度对目标进行跟踪。通过物体和人体等运动目标的跟 踪,验证了改进的跟踪算法在光照变化情况下的鲁棒性优于原有的算法,显著降低了跟踪位置误差。-The instability of the light changes in the mean shift tra
K-seg
- 一种K值聚类算法,用来分割彩色图像,提取出目标物体-A K value of the clustering algorithm, used to separate the color image, extracting the target object
shrink_zoom_bilinear
- 这个程序是为了实现图片(包括彩色图和灰度图)的放缩功能,能满足任意指定放缩倍数或任意目标尺寸,原理是依据双线性插值。-The code can shrink and zoom arbitray image to appointed multiple or size regardless of intensty image and color image, the key function relay on bilinear interpolation.