▍1. mixture_of_gaussians
说明: 混合高斯背景建模,利用该方法建立动态视频中运动背景建模,得到较好效果(mixture of gaussian)
说明: 混合高斯背景建模,利用该方法建立动态视频中运动背景建模,得到较好效果(mixture of gaussian)
说明: 顶帽变换的程序,能够实现平滑图像的效果。(Cap transformation process, to achieve the effect of smoothing the image.)
说明: 给出一些离散的点,根据最小二乘法求出拟合的直线。(If there are some discrete points, you can get a line based on least square method.)
说明: 用C++模拟实现了diablo的界面,任务可以在场景中自由移动,操作感和原作相差无几。压缩包中包括程序源码和执行文件。(Simulation using C++ interface to achieve the diablo, the task can move freely in the scene, the operation is almost the same sense of the original. Compressed package includes source code and executable programs.)
说明: 中国地图,包含所有地级城市,用vb开发,可进行二次编辑。(Map of China, including all prefecture-level cities, with the vb development, can be secondary editing.)
说明: hough变换提取直线的程度,有详细注解,适合新人。(hough transform to extract linear extent, with detailed notes, for newcomers.)
这是计算机图形学的内容,可以实现线段的裁剪,初学者适用(This is the content of computer graphics, the cutting line can be achieved, for beginners)
计算拉普拉斯抠图矩阵 用于获得轮廓等 很好用(Matting Laplacian matrix calculations used to obtain contour, etc.)
Matlab里面没有提供直接以半径和圆心位置画圆的程序,该程序可以实现此功能,命令格式为:circle(radius,x0,y0, color )(Matlab which does not provide the location directly in the center circle radius and the program, the program can achieve this functionality, the command format is: circle (radius, x0, y0, color ))
图像的SNR,PSNR以及MSE的计算源代码(The image SNR, PSNR and the source code for the calculation of MSE)
利用VC编程,实现数据的联系读取和数据显示,实时显示时钟(Using VC programming, data read and data links, real-time display clock)
进行边界轮廓标定的snake算法工具箱,距离势能 gvf 以及传统sanke等各种snake(The boundary contour of the snake algorithm calibration kit, from the potential gvf and other traditional snake sanke)
二维图像的基本处理,包括imfilter等matlab库函数的移植(The basic two-dimensional image processing, including imfilter matlab library function such as migration)
图形设计跟随趋势,而当前的趋势是到处使用渐变,除了这个风尚,渐变可以用来创建反射和淡出这样的高级效果。(Graphic design to follow the trend, and the current trend is everywhere to use gradients, in addition to the fashion, the gradient can be used to create such a high-level reflection and fade out effect.)
说明: 可以实现对于RGB图像进行去马赛克图像处理(demosaicing for RGB images)
说明: 此方法采用经典的PCA对人脸图像进行特征提取,用libsvm库函数的SVM分类器对图像分类。(This method uses the classical PCA on the face image feature extraction, with the libsvm library function of SVM classifier for image classification.)
说明: 本方法采用pca进行特征提取,knn分类器进行人脸识别。(The method of feature extraction using pca, knn classifier for face recognition.)
说明: fdtd 时域有限差分法pml吸收边界条件 实现(fdtd FDTD method achieved pml absorbing boundary condition)