资源列表
WPFMapViewer
- 此示例演示如何使用ArcGIS Engine地图控件、工具栏控件,并使用WindowsFormsHost控制WPF窗口TOC控件(This sample demonstrates how to host the ArcGIS Engine Map control, Toolbar control, and TOC control on a WPF window by using the WindowsFormsHost control)
matlab小波分解时频分析
- 传统的傅立叶变化只能分析时域、频域图,而小波变化能进行时频分析,对信号进行更好的处理。(The traditional Fourier transform can only analyze the time domain and frequency domain diagram, while the wavelet transform can carry on the time-frequency analysis and better deal with the signal.)
圆柱
- 在OpenGL中,基于vc++,用于创建圆柱(In OpenGL, based on vc++, used to create cylinders)
fft
- 可以实现快速傅里叶变换的C++头文件,用于信号处理(Fast Fourier Transform)
小球的平抛运动和自由落体运动
- openGL 小球的物理动画模拟,包括平抛运动和自由落体运动。MFC,可以设置运动参数。(OpenGL ball physics animation simulation, including flat throwing movement and free fall motion. MFC, you can set the movement parameters.)
2.2 图像分割技术
- 基于matble数字图像处理,迭代法阈值分割,灰度处理(digital image processing)
android-tesseract-ocr-master
- tess two 图像识别 中文识别 ocr(image recognition Chinese recognition ocr)
read_cdf1
- 读取CDF文件为TIFF,自动识别文件内容,以及文件行列号,并进行批量处理(resd cdf file to tiff)
OpenCV模板匹配的方法识别手势
- 首先膨胀5个像素点,避免手指短截。接着选取最大轮廓,将最大轮廓重新画出来,过滤掉其它小轮廓,即背景噪声。 将二值化的图像转化成近似多边形。将手指边缘直线化。从而在第5步骤中去掉不需要的轮廓缺陷(Hand gesture recognition by template matching)
MFC_手势
- 基于kinect的MFC手势识别 红外摄像头采集回来的图像。基本上背景全部被过路掉。省掉用RGB摄像头,接着还要HSV肤色检测的步骤(MFC gesture recognition based on Kinect)
手势实现播放器的进度和音量调节
- 我的工程用的红外摄像头。如果你用RGB摄像头,要将Segmentation部分替换,可以参考网上的HSV肤色检测程序。(My project uses an infrared camera. If you want to replace Segmentation with a RGB camera, you can refer to the HSV skin detection program on the internet.)
颜色识别 运动检测
- 本程序主要使到了OpenCV的特征训练库和最基本的图像处理的知识,包括肤色检测等等。 废话不多,先看一下基本的界面设计,以及主要功能:(This procedure mainly to the OpenCV features, training libraries and the most basic knowledge of image processing, including skin color detection and so on.)