资源列表
一个C++傅立叶变换的例子
- 一个用c++写的傅里叶变换的例子,针对8位图而做的(A Fourier transform written in c++ example, for 8 bitmap and do)
USB 摄像头
- 本程序使用vc打开usb摄像头实现拍照和摄像功能(open camera)
tml_double_area_dehaze
- 能有效的实现去雾效果,算法运算时间快速有效。(Fog effect can be achieved effectively)
pre1
- 利用prewitt算子 对图像实现边缘检测。 具体实现过程(Edge detection using Prewitt operator)
fishersvm
- 可直接运行的fisher和SVM分类算法(Fisher and SVM classes that can be run directly)
meanshiftEDISON
- 直接打开EDISON.exe运行meanshift图像分割功能(Directly run EDISON.exe to realize meanshift image segmentation)
blur_test
- 包含了三个图像处理函数,其一是图像叠加产生模糊效果,其二是与高斯算子做卷积,其三是模糊增强。另外,还包含了在同一个界面上同时显示多幅图像的函数,便于观察输出。(Contains three image processing functions, one is the image overlay to produce fuzzy effect, the second is to do with the Gaussian operator convolution, the third is fuzz
shuzituxiangchuli1
- 基本的数字图像处理操作 第一部分 第一次计算机视觉上机(Basic digital image processing operations, Part 1)
homomorphic_filtering
- 同态滤波增强暗部细节,通过分解为照射分量和反射分量处理图片(Homomorphic filtering enhances the details of the dark portion by decomposing the image as an irradiated component and a reflection component)
基于结构稀疏的SAR图像低秩重建
- 压缩感知图像处理用于SAR 经典的压缩感知教科书的源代码(compressed sensing SAT)
face_rec
- ## 人脸识别GUI设计 这是我在理解PCA算法后,设计`MATLAB GUI`实现人脸识别。 ### 使用方法: 1. 运行face.m主脚本 2. 点击`训练机器`选择train文件夹 3. 点击`choose photo`选择test文件夹下的一张图片 4. 最后点击`recognize`即可进行识别 5. 点击`Accuracy`可计算整个test文件夹下所有图识别准确率 ###(## face recognition GUI design This i
EdgeDetectionUsingGabor
- 可是实现图像的边缘提取,图像处理效果很好的。。(come true the edge extraction of picture.)