资源列表
FPS_width_height
- 可以测试实时的camera和avi视频的一些消息,比如width,height,FPS等等,这是自已写的opencv代码。-can test real-time avi video camera and some news, such as width, height and FPS, and so on, this is the opencv write their own code.
bgfg_gaussmix
- 经实验发现,用背景减除方法也可以针对某些摄像机运动的情况,而非像大部分文章中所提到的该方法仅仅适合于摄像机静止的情况,而且效果还要较好!实验视频可以是一段足球视频! -experiment found that the use of background subtraction method can also be targeted at certain camera movements, Most of the essays rather than as has been describe
TuxiangVisualC
- 图像处理VisualC源代码。 里面介绍的东西比较不错。-image processing VisualC source code. On the inside things quite good.
1D_DIT_FFT_VC6
- 一维时域分组快速傅立叶变换c语言源代码,供学习交流。-one-dimensional time-domain to a Fast Fourier Transform c language source code for the exchange of learning.
curvectrl_src
- image control point(source code)-image control point (source code)
DDGrab
- This the header file for the Grabber code. Include this in your files. This code was intended to be used inside of a matlab interface, but can be used as a generic grabber class for anyone who needs one.-This the header file for the code
HarrisArithmetic
- Matlab图像处理中的Harris角点提取算法, 代码中有详细的解说,方便阅读。 -Matlab Image Processing of Harris corner extraction algorithm, the code has a detailed explanation, easy reading.
100matlabPrograms
- 1-32是:图形应用篇 33-66是:界面设计篇 67-84是:图形处理篇 85-100是:数值分析篇 -1-32 : Graphics Applications Chapter 33-66 are : interface design articles 67-84 is : graphics processing Chapter 85-100 is : Numerical Analysis Section
xinjian
- 在课程设计中,利用小波变换实现了医学图象对比度的增强-in curriculum design, the use of wavelet transform of the medical image contrast enhancement
ImageEdgeProcessing
- matlab图像边缘边缘检测:包括小波多尺度边缘检测主程序、求纵向细节v和横行细节h的合成及模极大值、对矩阵取自适应阈值等-Matlab Edge Edge Detection : including wavelet multiscale edge detection main program. seeking details of the vertical and horizontal v h details of the synthesis and modulus maxima, the r
yixuetuxiang
- 在课程设计中,利用小波变换较容易的的实现了图象的去噪,效果不错-in curriculum design, the use of wavelet transform more easily than the realization of the image denoising good results
CodeforMATLABImageProcessing
- 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波