搜索资源列表
test1
- 基于Opencv2.3.1和VS2010环境,计算机视觉处理集合程序,实现了图像载入、harris角点查找、高斯下采样、哈夫变换、拉普拉斯边缘查找、canny边缘查找功能。-Based on Opencv2.3.1 and VS2010 environment, a collection of visual processing computer program to achieve the image is loaded, harris corner to find, under Gaussi
ImageProcessing(openCV)
- 一个基于openCV的图像处理程序,包含有边缘检测,图像匹配,形态学变换,金字塔采样,视频采集,相机标定等各种函数。-OpenCV-based image processing program includes edge detection, image matching, morphological transformation, the pyramid samples, video capture, camera calibration and other functions.
cvMFC
- 基于OPENCV编写的图像处理程序,高斯采样,边缘检测等等功能-OPENCV-based image processing program written in Gauss sampling, edge detection, etc. functions
OPENCVHELLO1
- 多类型图像bmp,jpg读取以及利用下采样实现高斯金字塔多分辨率图像 -Multi-type image bmp, jpg reading and the use of down-sampling to achieve multi-resolution Gaussian pyramid image
PCM
- 对bmp格式所画的波形实现采样,均匀量化,非均匀量化,pcm编码-Bmp format of the painting to achieve the waveform sampling, uniform quantization, non-uniform quantization, pcm coding
mymfc
- 粒子滤波程序,调用的是OpenCV里的函数,没有重采样,用MFC基于对话框做的界面. 点击Next可以进行一帧一帧的处理,有2个按钮没有用-Particle filter program, calls the OpenCV function, there is no resampling, click Next to a processing of a MFC dialog-based interface. 2 button is not...
cv_sparse_lines
- 基于OPENCV的人脸线状稀疏采样,可以自定义相邻线间距离,自定义圆弧形或者直线型遮挡,非常方便,简单实用-Based on sparse sampling line OPENCV face, and you can customize the distance between adjacent lines defined, custom arc-shaped or linear block, very convenient, simple and practical
2
- 运用Opencv进行中值滤波,运用3*3采样窗口平滑图像,消除噪声点-Use Opencv median filtering, the use of 3* 3 sampling window smooth image, eliminating noise points
GetFeatureFromVideo
- 基于OPENCV2.4.7实现了视频的LMP特征提取,代码包含了视频帧采样设置,harris关键点检测数量设置,视频段划分等基本参数的设置。采样得到的结果保存到txt文件中。-OPENCV2.4.7 realized based feature set LMP video extraction, sample code contains a set of video frames, harris set the number of key-point detection, video segme
AffsamplDemo
- 机器视觉仿射采样的代码,带GUI高级显示功能-Machine vision affine sampling code, with GUI advanced display
oolrce
- caiyang 演示采样定理,时域采样,频谱周期延拓 不错的源码(Caiyang demo sampling theorem, the time domain sampling, spectrum cycle continuation good source)
jjnqcb
- 利用kalman滤波器对具有随机加速度的物体运动路线的进行信号采样(By using kalman filter with random acceleration motion route for sampling)
dyaami
- 瑞利衰落信道仿真在不同频率和采样频率下的仿真程序,不错的(Rayleigh fading channel simulation under different frequency and sampling frequency simulation program, good)
自动化图像降采样
- 基于C++的OpenCV图像库实现的自动化图像降采样,一共7个等级。可自行修改源码,完成任意图像的降采样。