资源列表
fenge
- 一个简单的图像分割程序,应用几种不同的方法进行图像分割(It is a simple image segmentation procedures,and we use several different methods to segment the image.)
图像融合程序
- 本程序是把两张图像进行融合处理,很实用的代码!(The gray image processing and median filter processing)
双随机全息数字水印技术代码
- 包含实验图片,实验代码,对于从事数字图像处理工作有一定帮助(including experimental images and agrithms.It is benificial to image procecing workers.)
DCT_F3
- 用MATLAB实现的 基于dct的f3隐写(the f3 steganography based on the dct with matlab)
dct
- 用matlab实现的dct隐写,自己做的实验(dct steganography with matlab)
8 规则裁剪彩色图像后加密
- 对图像进行局部简单裁剪后的混沌加密,增强了保密性和减少数据量的计算(Chaotic encryption after local simple clipping of image.Enhanced confidentiality and reduced data volume calculations)
USB 摄像头
- 本程序使用vc打开usb摄像头实现拍照和摄像功能(open camera)
SSD
- 利用局部匹配算法得到视差图的程序,输入左右视觉图片,输出左右视差图(Using local matching algorithm to obtain parallax map of the program)
高斯噪声去噪
- 一个小程序。向图像中添加高斯噪声,在使用离散小波原理,进行二阶去噪。(The Gauss noise is added to the image, and the two-level denoising is performed using the discrete wavelet principle.)
AKAZE
- 在linux平台下完成对二维图像的特征点探测、抽取和匹配,利用RANSAC算法筛选剔除错误匹配点,显示AKAZE算法消耗时间和利用RANSAC算法后正确匹配率。 开发环境:Linux+GCC(In the Linux platform, the feature points detection, extraction and matching of two-dimensional images are completed. The RANSAC algorithm is used to elim
harrisandransac
- harris角点检测以及NCC特征匹配MATLAB代码(Harris corner detection and NCC feature matching MATLAB code)
minboundrect
- 用来提取二值图像白色区域的最小外接矩形的代码(The code used to extract the smallest circumscribed rectangle of the white region of the two valued image)