搜索资源列表
Suanfa_WM
- 程序完成数字图像的加密解密过程,可以对.BMP或.JPG格式的图像进行数字水印加密并完成对秘钥的提取等功能。对加密算法及数字水印的研究者用研究价值。-completed digital image encryption and decryption process. be right. BMP or. JPG format images encryption and digital watermarking completion of the Secretariat of the key fun
mask
- 本文主要讲讲怎样对Mat矩阵进行mask操作,其实也就是对Mat矩阵的滤波操作,俗称卷积,参考文献为opencv自带的tutiol及其code. 开发环境:ubuntu12.04+opencv2.4.2+Qt4.8.2+QtCreator2.5. 实验功能: 单击Open image按钮,手动选择所需滤波的原图片。 单击Setting按钮,弹出对话框,选择滤波所用的模式,这里有2种模式,分别为自己实现滤波功能和采用opencv自带的滤波函数filter2D实现。