搜索资源列表
Gui
- qt下的示波器程序,可以实现1-4通道可选的波形绘制功能-qt oscilloscope under the program can achieve 1-4 channel waveform rendering capabilities optional
restoration
- (1) 先由原始图像(任选)产生待恢复的图像;(产生方法如下:冲激函数为 ,将原始图像与冲激函数卷积产生模糊,然后再迭加均值为0,方差为8,16,32的高斯随机噪声而得到一组待恢复的图像。分别用逆滤波和维纳滤波恢复模糊后的图像。-(1) The first be the original image (optional) produces the image to be restored (generated as follows: impulse function, the original
digit-and-histe
- 图像的灰度变换。改变图像输入、输出映射的灰度参数范围(拉伸和反比),观看图像处理结果。 修改可选参数gamma值,使其大于1,等于1和小于1,观看图像处理结果。 对图像直方图均衡化处理,显示均衡前后的直方图和图像。 图像的数字化参数取样频率(像素个数)、量化级数关系- Gray-scale transformation of the image. Change the image input and output mapping of the gray-scale range o
Luminance-HDR-Win32-v2.3.1-2
- 用于高动态范围(hdr)图像的合成软件,载入几幅曝光不同的图像,合成一副HDR图像,可选各种主流的色调映射算法。-For high dynamic range (hdr) image synthesis software, load the pieces of images with different exposures, synthetic an HDR image, optional mainstream tone mapping algorithms.
GraphViz
- 从一个文件中读取一张图片,然后使用力的指向布局算法来为这张图寻找一个最好的布局。特别地,我们的程序要做到以下几点:1. 提醒用户输入那张图片包含的文件名 2.提醒用户输入需要让这个程序运行的多少时间(秒) ,必须为正整数。3. 让每一个点都要在初始它的组态。4.当指定时间还没有到时: 对每一个网点都计算他的引力和斥力,根据计算结果移动每个网点,使用提供的函数库显示现行状态的图像。(可选)提问用户是否想要再展现另一个图像,然后根据选择再循环。-Read a file from a pic
affintpoints
- 仿射不变Harris, Laplacian, det(Hessian) and Ridge 特征点检测 参考文献:An affine invariant interest point detector , K.Mikolajczyk and C.Schmid, ECCV 02, pp.I:128-142.-Matlab code for detecting Affine spatial interest points. Includes Harris, Laplacian, det(Hess
dicomwrite1
- 保存图像文件为DICOM格式。 使用方法 1、dicomwrite(X, filename) dicomwrite(X, filename) 将二进制图像,灰度图像或真彩图像X写入以filename命名 的文件中,filename是一个字符串,指定数字图像的名字,并创建医学通信(DICOM)文件。 2、dicomwrite(X, map, filename) dicomwrite(X, map, filename) 使用颜色表写入索引图像X。