搜索资源列表
Forstnercornerdetect
- 原创:根据里面的PPT自己编写的角点定位算子Forstner,该方法对图象清晰的效果好,所以检测前最好进行锐化什么的
HarrisandForstner
- 关于角点检测算法Harris,Forstner经典算子在VC++中的实现,该方法对图象清晰的效果好,所以检测前最好进行锐化什么的
Goertzel_file
- void InitGoertzel(void) 作用:初始化算法参数 用法:采用算法进行检测前执行一次,如果需要改变参数,调用SetParameter() float CGoertzel::GetMagnitude(unsigned char * sampleData, int length) //算法主接口 作用:对采集下来的音频数据用算法处理,返回一个结果 参数:sampleData-音频数据缓冲地址指针
改善动态相位跟踪和不平衡电压检测性能的改进软锁相环算法
- 相位检测是控制系统的基础,软锁相环检测适用于电 压畸变场合,便于数字化实现。分析了软锁相环应用于静止 同步补偿器时面临的若干问题,并提出了2 方面的改进方 案:一是针对超前/滞后环节参数选取困难的问题,将其滤 波功能转移到前置延时信号消除环节中;二是q 轴电压经 PI 调节的输出直接作为相位的误差信号,减少了前向积分 环节。通过仿真实验证明改进后的软锁相环在动态相位跟踪 及不平衡电压检测等方面的性能有显著改善。
TextDetect
- 云行TextDetection.exe程序,打开任意一幅bmp文件。点击“操作 检测文本区域”, 变会弹出文本检测的结果框。框内设定显示前六个文本区域的二值化结果,注意该框不要移动。关闭该框,BMP文件原始图像中用红色矩形框显示出检测出的文本区域。-cloud OK TextDetection.exe procedures, arbitrary opened a bmp file. Click on the "
edgedetect_canny
- 完整的canny边缘检测程序,内附canny算子说明文档一个。在运行前请先看说明文档,里面有vc参数设置的相关内容,-integrity of the canny edge detection procedures, enclosing canny operator documented one. Running before you look at documentation, which has vc parameter setti
LPCC-MFCC-VAD
- 本程序包含语音压缩和语音识别领域所需的LPCC,MFCC特征提取算法以及语音端点检测源码。在对语音数据进行特征提取前,可对语音数据进行16K到8K的降采样率处理,包含180阶FIR滤波器的频率压缩程序。-this program includes voice compression and voice recognition requirements in the area of the LPCC Features. MFCC feat
TC_PLOT
- 本程序包含语音压缩和语音识别领域所需的LPCC,MFCC特征提取算法以及语音端点检测源码。在对语音数据进行特征提取前,可对语音数据进行16K到8K的降采样率处理,包含180阶FIR滤波器的频率压缩程序 -This procedure includes voice compression and voice recognition requirements in the area of the LPCC, MFCC feature e
Forstnercornerdetect
- 原创:根据里面的PPT自己编写的角点定位算子Forstner,该方法对图象清晰的效果好,所以检测前最好进行锐化什么的-Original: According to inside PPT prepared their own corner positioning operator Forstner, the method of image clear effect at all, so the pre-test to sharpen wh
power
- 功率计,单片机控制检测输入功率并在前面板显示-Power meter, single-chip detection control panel input power and the former show
face
- opencv做的人脸检测程序,代码很简单啊,效果也不错,注意使用前把库装好-do opencv face detection procedures, the code is very simple ah, the effect is also true that attention to the use of libraries installed before
HarrisandForstner
- 关于角点检测算法Harris,Forstner经典算子在VC++中的实现,该方法对图象清晰的效果好,所以检测前最好进行锐化什么的 -On the corner detection algorithm for Harris, Forstner operator in classical VC++ Of realize that this method is a clear effect on the image at all, so
movingdetect
- 运动目标检测的源程序,能对24真彩色的图象进行处理,通过差影法(差分法)来实现检测!即用当前图象减去前一幅图象!-Moving target detection in source code, to the 24 true color image processing, through poor shadow method (differential method) to achieve detection! That is, b
conventional_multiuser
- CDMA中传统多用户检测和MMSE多用户检测比较(前向和反向链路)-CDMA traditional MMSE multi-user detection and multi-user detection comparison (forward and reverse link)
http
- 基于HTTP的入侵检测程序,运行前需先装winpcap。-HTTP-based intrusion detection procedures, first installed before running winpcap.
Goertzel_file
- void InitGoertzel(void) 作用:初始化算法参数 用法:采用算法进行检测前执行一次,如果需要改变参数,调用SetParameter() float CGoertzel::GetMagnitude(unsigned char * sampleData, int length) //算法主接口 作用:对采集下来的音频数据用算法处理,返回一个结果 参数:sampleData-音频数据缓冲地址指针
TBD
- TBD,检测前跟踪算法的仿真程序,比较多的文件,自己区分-TBD, tracking algorithm pre-test simulation procedures, a relatively large number of documents, to distinguish between their own
4
- 4红外图像中弱小目标检测前跟踪算法研究综述(Four former weak small targets detection in infrared image tracking algorithm research were reviewed)
12_运动车辆检测跟踪系统
- 1.首先从文件菜单打开程序目录下的car.avi视频,系统将显示视频的第一帧。 2.点击背景提取菜单,稍后会提取出背景并显示在打开的第二个窗口中。 3.当提取出背景后,点击检测跟踪菜单,对车辆进行检测和跟踪。 4.点击轨迹绘制菜单,绘制车辆的轨迹。 注:由于使用OpenCV打开AVI视频文件需要视频解码器,故在程序运行前请在电脑上先安装DivX类型的的视频解码器,否则将出现无法打开文件的错误。本程序使用的是OpenCV2.1
基于多模型粒子滤波的机动微弱目标检测前跟踪的matlab仿真实现MMPF_TBD
- 基于多模型粒子滤波的机动微弱目标检测前跟踪的matlab仿真实现 (multiple model particle filter based track-before-detect for moneuvering weak target)