搜索资源列表
stereo-maximum-flow-upload
- 关于一篇经典的立体匹配的文献的源代码。该文献的主要算法称为maximum flow。程序的使用说明在文件夹中。-on a stereo matching classic literature source. The document known as the maximum flow algorithm. Procedures for use in the folder.
DXF_DLL
- 程序里包含有一个读取DXF文件的动态库DXF.DLL,代码演示了如何利用该动态库实现对DXF文件夹的读取!-procedures Lane contains a read DXF file of the DXF.DLL. Demonstration of the code on how to use the dynamic for achieving the DXF file folders to read!
SIMLINQ2
- 滤波,用于图像滤波。请大家点击下载,打开图像所在文件夹即可。-filter for image filtering. Please click on the download, open the folder where images can be.
SIMLINQ1
- 滤波,用于图像滤波。请大家点击下载,打开图像所在文件夹即可。-filter for image filtering. Please click on the download, open the folder where images can be.
SIMDOPI2
- 滤波,用于图像滤波。请大家点击下载,打开图像所在文件夹即可。-filter for image filtering. Please click on the download, open the folder where images can be.
SIMDOPI1
- 滤波,用于图像滤波。请大家点击下载,打开图像所在文件夹即可。-filter for image filtering. Please click on the download, open the folder where images can be.
RESPLOT
- 滤波,用于图像滤波。请大家点击下载,打开图像所在文件夹即可。-filter for image filtering. Please click on the download, open the folder where images can be.
OBJPUSH
- 滤波,用于图像滤波。请大家点击下载,打开图像所在文件夹即可。-filter for image filtering. Please click on the download, open the folder where images can be.
OBJLINQ
- 滤波,用于图像滤波。请大家点击下载,打开图像所在文件夹即可。-filter for image filtering. Please click on the download, open the folder where images can be.
基本画线实现算法
- 新建一个C++Builder项目 设置Form1的font为“宋体,小五” 在Form1中添加一个TRadioGroup组件rgDrawWhat供选择画什么图形;添加一个Tbutton组件colorBtn和一个TcolorDialog组件ColorDialog1;添加一个TImage组件Image1。 3、 将当前项目保存在自己实验文件夹的exp1子文件夹中(以防错误操作而前功尽弃)。 编写colorBtn的OnClick事件,激活ColorDialog1,并获取所选择的颜色: if (Col
lsl_rgb2gray.rar
- 批量彩色图像转灰度图像,并实现重命名批量保存在新文件夹下,Batch processing of Color image transfer in to grayscales image,and rename them to save in to new file
Watermarking_althorithm_based_on_DCT(MATLAB)
- 基于DCT变换的水印图像水印算法源代码(matlab实现)。将文件解压缩到MATLAB安装目录下的work文件夹中,然后打开aaa.m文件,运行即可。-Based on the DCT Transform Watermarking Image Watermarking Algorithm source code (matlab achieve). Extract the file to the MATLAB installation directory under the work folder
harris
- 根据网上的资料自己做的harris角点检测实验,参考程序文件夹中是网上搜集到得程序,参考资料中是4篇我觉得还不错的论文。还有自己拍摄的7幅供测试用的图片。whole.m为主程序,直接运行即可。程序的主要功能是球出了途中角点的坐标并且利用曲面拟合的方法求出了其亚像素坐标。程序中的关键地方均有注释。对研究harris角点检测的朋友很有帮助。-According to online information on their own do harris corner detection experime
ImageFusion
- matlab编译小波变换,用于图像融合和处理 文件夹中包含了可用的融合图片。-matlab compiler wavelet transform for image fusion and processing folder contains the available fusion of images.
read-save
- 将所选文件夹中的所有*.pts 文件中的 x和y 读取出来 ,并将读取出的信息保存到*.txt文件中-The selected folder*. pts file for all x and y read out, and read out the message saved to the*. txt file
agg-2.5
- AGG(Anti-Grain Geometry),强大的2D几何图形库。 配置: 1、VC6.0下新建一个Windows Console工程,名称随便起,姑且叫AggTest. 2、关键步骤,设置AGG类库的引用,最野蛮和最有效的方式把Include下的.h文件连同其下文件夹全部拷贝到VC6安装目录下的Microsoft Visual Studio/VC98/Include文件夹中,把解压目录中的src文件夹下的cpp文件都添加到AggTest工程中。-AGG (Ant
EEG-Stimulation
- 用于稳态视觉刺激脑电信号的采集过程中,可以在固定时间段内分别以不同频率闪烁,对被试进行刺激,以便采集对应脑电信号进行分析。 包括C++源码,vs2010下创建的项目文件和编译得到的Debug文件夹。-Used for steady visual stimulation of eeg acquisition process, can be fixed in time at different frequencies were flashing, to have exciting, so tha
Ostu
- 该文件夹中是三种二值化算法的matlab代码,下面以otsu二值化算法实现为例进行说明: 在Matlab上运行时,可以把该文件夹设为当前目录(Current Directory) 先读入灰度图片, 图片假设保存在D盘 I = imread( D:\coins.bmp ) 二值化 I_bw = otsu(I) 查看二值化结果 figure, imshow(I_bw) -I = imread( D:\coins.bmp ) I_bw = otsu(I) fig
DIB-class-operation-algorithm
- 关于DIB类的一些操作算法,包含十二个文件夹,即十二个相关处理-DIB class operation algorithm
sn_matlab_code
- 文件处理函数 del_sn_temp 递归删除一个文件夹下的所有文件 rereaddata 相当于读取一个文件 给它加上逗号 ( 制作模板时用到,c文件中的模板需要用逗号隔开,如果给的文件以空格隔开,需要加上逗号) read_sample_all 读取一个文件夹下的模板(都是一个字符的模板) 取其0.1~0.9范围的平均 然后写入字母模板文件 需要自己略微调整一下-Del_sn_temp recursively delete all files in a