搜索资源列表
gsl-1.0.tar
- 开放gsl矩阵运算,功能强大啊。适合各种平台,-open gsl matrix, a powerful ah. For a wide range of platforms,
matrixssl-1-8-3-open
- matrix ssl代码,包括客户端和服务器端源程序,可以在vc.net2003上编译
read_file
- this function read ascii file in columns separates by spece or tab, this function open a dialog open file and you just pick the file to read the out "a" is the matrix of your file also you obtain the filename and pathnme (location)
scan_img
- 本文来讲讲Mat存储的像素该怎么对其进行扫描?扫描的效率又如何? 文章参考opencv自带的tutiol及其code。 实验功能: 可以手动选择打开电脑上的图片。 对4种对Mat矩阵的扫描方法效率进行比较,这4种扫描方法分别为:连续内存直接访问;用迭代器进行访问;直接像素点进行访问;用LUT查找表进行访问;这4种扫描方法可以在菜单栏进行选择。 这些访问完后是将每个访问到的像素点的像素进行压缩,压缩间隔可以在软件的界面中进行修改。 软件的下端显示每
mask
- 本文主要讲讲怎样对Mat矩阵进行mask操作,其实也就是对Mat矩阵的滤波操作,俗称卷积,参考文献为opencv自带的tutiol及其code. 开发环境:ubuntu12.04+opencv2.4.2+Qt4.8.2+QtCreator2.5. 实验功能: 单击Open image按钮,手动选择所需滤波的原图片。 单击Setting按钮,弹出对话框,选择滤波所用的模式,这里有2种模式,分别为自己实现滤波功能和采用opencv自带的滤波函数filter2D实现。