资源列表
eyetracking.rar
- 实时跟踪人脸,对人脸进行处理,定位人眼,基于C++与MATLAB实现,Real-time tracking of human faces, human face processing, positioning the human eye, based on the C++ and MATLAB to achieve
RectangleDetection.rar
- 基于hough算子的矩形检测,可用于车牌识别,pcb检测等等。,rectangle detection based on hough function.the techniques presented here interest for a number of applications such as building detection, pcb detection and so on
SDK.zip
- USB相机编程实例,可以了解USB相机的开发结构及流程,Programming examples USB camera, USB camera can understand the development of structure and process
Matlab.Gaussian.mixture.model.
- 基于Matlab的高斯混合模型的算法实现,该程序可以实现对图像处理的功能,Matlab based on the Gaussian mixture model algorithm, the program can achieve the functions of image processing
guiyihua.rar
- 虹膜归一化的代码,只要给出定位好的虹膜图片,就可以很好的进行归一化,使用的极坐标变换。,Normalized iris code, as long as the position is given a good iris image, you can be a good uniform, the use of the polar coordinate transformation.
使用Z-Buffer算法进行动态面消隐
- 请使用Z-Buffer算法对图9-17所示的球进行动态面消隐,消隐效果如图9-37的黄色球所示。,Please use the Z-Buffer algorithm on the ball as shown in Figure 9-17 Dynamic surface blanking, blanking the effect of the yellow ball in Figure 9-37 below.
gxl1006.rar
- 一套利用VC++实现视频图像增强的软件,先视频分解,然后图像增强,在图像合成视频,AVI AND BMP
cannyfinal.rar
- canny边缘检测算法传统算法源程序 毕业设计基于图像边缘检测自适应的研究,canny edge detection algorithm for the traditional procedure
gs_camera_interface.rar
- 该算法是对鱼眼镜头拍出来的图片进行几何校正,但还有没有完善的地方。 本着开源的精神,请不要用于商业用途。,The algorithm is a fisheye lens to shoot pictures out the geometric correction, but there are no perfect place. In the spirit of open source, please do not for commercial purposes.
SLM.rar
- 用SLM法降低PAPR的CCDF,调用SLM函数来实现,毕业设计很有用的源代码,SLM method used to reduce PAPR of the CCDF, call the SLM function to achieve graduation design of the source code is useful
OFDMPAPRCCDF.rar
- 描述OFDM高峰均功率比(PAPR)的CCDF曲线,用MATLAB仿真的结果,Descr iption OFDM peak-average power ratio (PAPR) of the CCDF curve, the results of simulation using MATLAB
数字图像处理算法
- 数字图像处理:先进行傅里叶变换,然后低通滤波;最后还原。并附有余弦变换对照结果。,DIP:first FFT,then Butterworth filter,last inverse the course,also the DCT for comparition.