-
Image-Processing-Based-on-PDE
《图像处理的偏微分方程方法》随书光盘完整版
本光碟中包含五个文件夹。
(1)视频剪辑:可供教学演示,其中, two_cells 是采用改进的变分水平集方法,实现GAC模型图像分割的演化过程; denoissing 是利用P_M方程,对图像平滑去噪的演化过程 curve_linear_heat_flow 是利用FT实现的闭合曲线的线性热流演化过程。
(2)二值图像:其中的图像可供形态学图像处理实验用,也可通过提取对象的边界,供曲线演化实验使用。
(3)灰度图象和彩色图像:其中的图像,可以作为图像分割,平滑滤波,反差增强,彩色增强以及图像放大等实验的素材。
(4) MATLAB程序:其中包含10余个MATLAB程序或(函数)的源代码。程序中所作的注释,与书中关于对应算法的描述是一致的。
本光碟中的所有内容,仅供教学和研究参考。(" Image Processing Based on PDE" CD with the book contains the full version of the disc five folders. (1) Video clip: for teaching demonstration, which, " two_cells" is improved variational level set methods to achieve the evolution of GAC model image segmentation " denoissing" is the use of P_M equation, the evolution of image smoothing denoising process " curve_linear_heat_flow" is the use of a closed curve FT achieve a linear heat evolution. (2) binary image: one of the images for morphological image processing experiments, it can also be obtained by extracting the object boundary curve evolution for experimental use. (3) gray-scale images and color images: images which can be used as image segmentation, filtering, contrast enhancement, color enhancement and image amplification test material. (4) MATLAB Program: which includes more than 10 or MATLAB program (function) of the source code. Comments made in the program, and a description of the boo)
- 2015-10-01 10:41:21下载
- 积分:1
-
GMS-Feature-Matcher-master
说明: 利用GMS对特征点匹配进行约束,降低误匹配率,代码包含python版本,C++版本,matlab版本。(GMS is used to constrain the matching of feature points to reduce the error matching rate. The code includes Python version, C + + version and Matlab version.)
- 2021-05-06 16:31:53下载
- 积分:1
-
newtracking
New Tracking Algorithm for Wireless network
- 2013-09-24 14:48:55下载
- 积分:1
-
code3
说明: 用 MATLAB 语言实现图像的空域滤波
用 MATLAB 语言进行 FFT 及逆变换
MATLAB 提供的快速傅立叶变换函数(Spatial filtering of image using MATLAB language
FFT and Inverse Transform with MATLAB Language
Fast Fourier Transform Function Provided by MATLAB)
- 2019-07-08 16:50:17下载
- 积分:1
-
facedetect
人脸检测,是采用国外的一个论文中的算法实现,如果想要论文,请发信给我(face detecting)
- 2009-04-20 15:59:30下载
- 积分:1
-
watermark_paper
首先将二值水印图像经过降维操作转化为一维序列,再将一维序列与m 序列做扩频
调制,最后对音频信号进行分段离散余弦变换,把经过调制的水印信号经过量化处理过程嵌入到离
散余弦变换后的系数中 提取水印时对含水印信号的音频信号也进行分段离散余弦变换,然后利用
原始音频信号提取水印. 实验证明了该技术的鲁棒性和不可感知性.
- 2020-12-06 20:19:22下载
- 积分:1
-
Water-level-detection1111
Water level detection1111 good
- 2013-12-24 05:25:35下载
- 积分:1
-
eyeball-detection-in-video
随着视频的播放进行眼球追踪,如果眼镜反光会影响正确率(eyeball tracking in video
p.s. note that the reflection of glasses may influence the performance)
- 2013-08-02 19:33:12下载
- 积分:1
-
Hypergraph-edge-detection
Isoperimetric Graph Partitioning for Image Segmentation
- 2015-08-17 00:02:16下载
- 积分:1
-
Jsteg
Jsteg算法实现,Jsteg是一种基于JPEG的常用信息隐藏算法步骤如下:
首先,把掩体图像分为不重叠的8*8的子块,对每一子块进行DCT并对变换得到的DCT系数进行量化 其次,将待隐藏的信息进行加密,将加密结果嵌入到量化后值不为0,1或-1的DCT系数的最
低有效位(LSB)中,其嵌入顺序是按zigzag扫描顺序进行的。最后,用JPEG的嫡编码(包括哈夫曼编码,游程编码及DPCM)对嵌入秘密信息后的每一子块进行编码,从而得到一个含有秘密信息的JPEG stego文件。(Jsteg Algorithm)
- 2016-03-30 21:45:43下载
- 积分:1