资源列表
CepstrumPWiner
- 针对散焦模糊图像,用matlab实现了先基于倒谱相关性对PSF的参数估计,再用维纳滤波实现复原的算法。-Defocus blurred image using matlab first estimated based on the parameters of the cepstrum on PSF, and then the Wiener filter recovery algorithm.
chromatography-analysis
- LabView的图像色谱分析程序,手动截取ROI,可以同时显示低、中、高三个敏感度的色谱,图片路径修改即可运行。-LabView image chromatography analysis procedures, the manual interception of the ROI can show low, medium and high three sensitivity of the chromatography, the image path to modify to run.
ImageFusion
- 实现多种方法的全色和多光谱图像融合:(1)IHS变换(2)高通滤波(3)GIHS方法(4)小波变换(5)PCA (6)Brovey变换-A variety of methods of panchromatic and multispectral image fusion: (1) IHS transform (2) high-pass filter (3) GIHS method (4) wavelet transform (5) PCA (6) Brovey transform
MarchingCubes-Matlab
- 图形三角面片化经典方法,Matlab版本的MarchingCubes。-Graphical triangular piece of classical methods, Matlab version MarchingCubes.
Xampling_GUI
- 多波段信号的盲恢复重建问题,Mishali提出的MWC程序-The multi-band signals in the blind restoration and reconstruction, Mishali proposed MWC program
improve-canny
- 这是一个改进的自适应canny算法,该方法采用改进的开关型中值滤波器对图像做去噪工作,再把整幅图像分割为若干子图像,最后在充分考虑全局以及各子图像的边缘梯度信息后,自适应地生成动态阈值。-The new Canny adaptive method divides image into sub-images,then determinates the thresholds automatically according to the whole image edge information and
Fast-Matching-Code
- Fast Matching 算法的实现,快速计算三维模型任意两点之间的测地线距离-Implementation of Fast Matching algorithm. Use for computing geodesic distance between any pair of vertices on a 3d mesh.
pedestrianMatching
- 跨摄像头行人识别是目前摄像头网络智能监控的一个重点研究方向。通过对不同摄像头中出现的行人进行匹配,可以实现跨摄像头的行人跟踪,有效的扩大监控的视野,同时能对行人在整个监控区域内的行为有着更加清晰的把握。 由于在不同的摄像头中,光照条件不同、行人的姿势以及尺度不同、遮挡等等,使得行人的匹配极具挑战性。在本文件中,我主要研究通过行人的表观特征进行识别,例如颜色、纹理等等。用matlab GUI 编写了程序 -Pedestrian recognition of the inter-camera
CT
- 基于低剂量CT的图像重建算法,matlab编写,适合学习CT的同学学习-Based on low-dose CT image reconstruction algorithm, matlab prepared, suitable for the study of CT students to learn
bmp_bianhuan
- Visual C++编程实现,输入一幅白底黑字的厦门大学”BMP图像,将其转换成一幅白底蓝字的“厦门大学”图像。-Visual C++ programming implementation, Xiamen University to enter a black and white BMP images, and convert it into a Blue on White, Xiamen University image.
five
- 计算声发射时域信号特征值:裕值,振幅因子FK、fc,峭度,-Calculation of acoustic emission time-domain signal characteristic values: margin value, the amplitude factor FK, fc, kurtosis,
androidUSBCamera
- 这是Android 2.3.4版本的 UVC Camera 测试程序, 使用YUYV格式, (其实 MJPG 格式也是可以用的, 只要我注释掉的那几行代码 uncomment一下就好了) 所使用的 camera 在android 中的设备节点是 /dev/video1 , 做为前置摄像头, 要运行起这个程序可能有点麻烦, 因为我修改了一些不相关的 JAVA 代码, 而要正确编译这个程序, 懂得补充(或者去掉)这些JAVA部分 但是如果使