当前位置:
首页 资源下载
搜索资源 - pixel difference of an image
搜索资源列表
-
0下载:
-
-
0下载:
一些常用的图像处理cpp和对应的matlab接口 是非常常用的一些代码-Quick list of the source included:
imhist_thresh.cpp: Generate histogram from data,# of bins based on unique values.
imsmarthist_thresh.cpp: equalize data based on histogram
imsmartstd_thresh.cpp: equal
-
-
0下载:
Watermarking embeds information into a digital signal like
audio, image, or video. Reversible image watermarking can restore the
original image without any distortion after the hidden data is extracted.
In this paper, we present a novel reversi
-
-
0下载:
Watermarking embeds information into a digital signal like
audio, image, or video. Reversible image watermarking can restore the
original image without any distortion after the hidden data is extracted.
In this paper, we present a novel reversi
-
-
0下载:
三帧差分算法是相邻两帧差分算法的一种改进方法,它选取连续三帧视频图像进行差分运算,消除由于运动而显露背景影响,从而提取精确的运动目标轮廓信息。该算法的基本原理是是先选取视频图像序列中连续三帧图像
并分别计算相邻两帧的差分图像,然后将差分图像通过选取适当的阈值进行二值化处理,得到二值化图像,最后在每一个像素点得到的二值图像进行逻辑与运算,获取共同部分,从而获得运动目标的轮廓信息。-Three differential algorithm is an improved method of two
-
-
1下载:
区域生长法,手动选种子点吗,它是一个迭代的过程,这里每个种子像素点都迭代生长
直到处理过每个像素,因此形成了不同的区域,这些区域它们的边界通过闭合的多边形定义。
在区域生长中的主要问题如下:
(1)表示区域的初始化种子的选择:在区域生长过程中,这些不同区域点合适属性的选择。
(2)基于图像具体属性的像素生长不一定是好的分割。在区域生长过程中,不应该使用连通性或邻接信息。
(3)相似性:相似性表示在灰度级中观察在两个空间邻接像素之间或像素集合的平均灰度级间的最小差分,它们将产生不同的区域
-