-
dip
一个全面的图像处理平台,基本上具有教课书上所说的所有图像处理算法,并附带一些关键算法!()
- 2007-09-25 06:58:20下载
- 积分:1
-
双相位编码彩色图像加密
说明: 采用双相位编码对图像进行加密解密,采用双随机相位加密技术得到的 S 分量的相息图, 在加密的过 程中引进了随机相位因子, 在不知密钥的情况下解 密出 S 分量几乎不可能, 从而保证了的安全性(Two phase encoding is used to encrypt and decrypt the image)
- 2020-10-28 21:26:22下载
- 积分:1
-
smooth
c#编写的图像平滑处理,源码比较全,可以成功编译,希望对大家有帮助。(c# prepared by the image smoothing, source code comparison, can be successfully compiled, we want to help.)
- 2013-08-19 20:44:15下载
- 积分:1
-
cut-image
是关于matlab中GUI程序裁剪程序,提供了多种方法,对于图像处理有很好的补充作用(Is about matlab GUI program in tailoring, offers a variety of methods, for image processing, have very good supplementary function)
- 2013-09-02 16:44:20下载
- 积分:1
-
ImageTool
图像处理 二值化 旋转 90 180 等,支持多种 图片(图像处理 二值化 旋转)
- 2012-05-04 15:26:20下载
- 积分:1
-
image-stitching--matlab
改进的图像拼接算法,基于sift算法,实现图像的自动拼接,测试,完美运行(Improved image mosaic algorithm based the sift algorithm to achieve automatic image stitching, test, run perfectly)
- 2013-04-25 11:11:29下载
- 积分:1
-
i---retinex
一种采用中心环绕函数进行的retinex算法,可以对于暗视觉的图像进行有效的增强(A center around the functions of the Retinex algorithm, can for scotopic vision image effectively enhanced)
- 2012-10-22 16:20:19下载
- 积分:1
-
MRF2.2
MRF代码实现,visual C++ 代码,不错,可以尝试(an implementation of MRF)
- 2021-03-11 15:09:26下载
- 积分:1
-
Gaussian
高斯滤波是一种线性平滑滤波,适用于消除高斯噪声,广泛应用于图像处理的减噪过程。通俗的讲,高斯滤波就是对整幅图像进行加权平均的过程,每一个像素点的值,都由其本身和邻域内的其他像素值经过加权平均后得到。高斯滤波的具体操作是:用一个模板(或称卷积、掩模)扫描图像中的每一个像素,用模板确定的邻域内像素的加权平均灰度值去替代模板中心像素点的值。(Gaussian smoothing filter is a linear filter for the elimination of Gaussian noise, the noise reduction process is widely used in image processing. Popular speaking, a Gaussian filter to the whole image is a weighted average of the process, the value of each pixel, both by itself and other neighborhood pixel values obtained after weighted average. The specific operation Gaussian filter is: a template (or a convolution mask) to scan each pixel in the image, a weighted average gray value of the neighborhood is determined using a template to replace the pixel value of the center pixel of the template.)
- 2014-10-18 09:00:28下载
- 积分:1
-
Project_BFS
任务:用BFS或是DFS对图进行搜索,实现任何拓扑不连通的块的计算,算法要求写在CBFSSearch类中
工程名:Project_BFS
要求:对于生成的任意拓扑,求出其分枝个数,并输出每个分枝的节点
(Task: Using BFS or DFS for searching the graph to achieve any topology unconnected blocks calculation algorithm requires written in CBFSSearch class project name: Project_BFS Requirements: for generating arbitrary topology, find the number of its branches, and output node of each branch)
- 2013-08-21 17:03:04下载
- 积分:1