搜索资源列表
BlindEqualizer
- Blind Equalizer 的演算法主要是利用CMA及 LMS 的配合,当CMA将EYE打开,使讯号趋近于正确值,就切换到LMS,利用Slicer的输出当作training sequence来调整Equalizer的系数,而Carrier Recovery 的部份,则是将phase error track出来-Blind Equalizer algorithm is the use of the CMA and LMS tie, When the CMA will EYE open, sig
TrackEye_src.zip
- 一个由zafersavas于2008年完成的完全基于VC++6实现的人脸检测和人眼跟踪程序,通过设置相应的参数实现不同的功能。人脸跟踪中使用了camshift算法和Haar算法,眼睛检测中使用了自适应PCA算法和模板匹配算法,还支持文件和网络摄像头两种输入方式,经过试验,检测速度比较快和准确度也比较高。附带demo程序。 使用步骤: 菜单TrackEye Menu --> Tracker Settings 输入源Input Source: video 选择文件输入指定为: ..\Avis\
FACE_CONTROL
- 使用EmguCV,haarcascade_frontalface_alt_tree.xml與haarcascade_mcs_eyepair_big.xml文件,利用追蹤眼睛位置,實現臉部控制鼠標。建議版本EmguCV 2.0-alpha-Use EmguCV, haarcascade_frontalface_alt_tree.xml, and haarcascade_mcs_eyepair_big.xml files, use to track eye position, face to con
Blink_Detection
- 基于OpenCV编写,使用摄像头,眨眼时通过帧间差来寻找到眼睛位置,并跟踪。-Based on OpenCV write, using the camera blink of an eye, through the inter-frame difference Laixun to find the eye position, and track.
QueryControl
- 附件中是一些ArcGIS Engine代码的集合,主要是一些比较常见的GIS功能的实现方法,作者用C#+AE都实现了,可能包括基本GIS地图操作,空间分析,几何或交通网络分析等,内容还不错,可以让不太懂的人学习一下,也可以让比较懂的人借鉴一下。 具体成果有:(1)开发了一些常规的GIS基本功能,如放大、缩小、全屏、查询、查找、量测、鹰眼等;(2)开发了一些常用的空间分析功能,如距离计算、密度分析、栅格插值、表面分析、象素统计、数据转换等。(3)网络分析功能,如计算最临近服务设施。(4)几何网
RayTrace
- 光线跟踪程序,即由光源发出的光到达景物表面后,产生反射和折射。光就改变方向,沿着反射方向和折射方向继续前进,直到遇到新的景物。光经场景景物间的多次反射、折射后投射到离视点最近的景物表面,最终进入人眼。由于实际光线跟踪算法的跟踪方向与光传播的方向是相反的,所以我们可以由视点向屏幕象素发出一根射线,与第一个景物相交后,在其反射与折射方向上分别进行跟踪,继续与第二个景物相交……重复上述过程,直到被跟踪的光线射出画面或跟踪深度达到某个设定的最大递归深度时,停止跟踪。-Ray tracing progra
Face-eye-detection-Eye_tracking
- 一个程序,可以进行人脸识别和人眼跟踪,基于Matlab编写。-A program which can detect face and track eys, based on Matlab
track-eyes
- Eye tracking and the information provided by the eye features have the potential to become an interesting way of communicating with a computer in a human-computer interaction (HCI) system. So with this motivation, designing a real-time eye feature tr
Eye_tracking
- 该程序描述了人眼跟踪算法,能够有效提取使用者眼睛区域,并对其进行跟踪。-This program can be used as eye tracking. It can obtain the eye region effectivly, and track this region accurately.
SelectiveCompressed.tar
- 实时编码,根据眼球追踪返回的坐标值,保持焦点区域的图像质量,降低其他区域的质量来实现保持用户视觉体验的同时降低每帧大小,提高网络传输的吞吐量-Real-time encoding, according to the coordinates of the eye to track return, keep the focus area of the image quality and reduce the quality of other regions to achi
BBlink_Detecta
- 基于OpenCV编写,使用摄像头,眨眼眼时通过帧间差来寻找到眼睛位置,并跟踪。 -Prepared based on OpenCV camera, blink eye by interframe Laixun find eye position, and track.
eye-track
- matlab source code for eye detection and tracking
irisgraphy-master
- Irisgraphy is python openCV project to track color of iris,eye-ball, for genetic purpose based another projects and all peaple help tp improve.
Itbbs3
- 主要修正功能和填加功能实现如下: 增加了主题醒目功能,好多人都喜欢! 增加了今日过生日会员能为您的程序增添一些活力! 增加了论坛简单日志系统!(这个很重要^^) 增加了查看论坛用户在线列表可以跟踪位置连接! 增加了用户信息上的一些详细资料! 修正编辑帖子表情图标错误! 对论坛模板模块进行更新和调整,使得应用更方便! 初始化账号:admin 初始化密码:admin-The main correction and filling functions impleme
HelloTrace
- 利用百度鹰眼功能实现记录GPS位置,轨迹,路径信息等。运行环境为android studio.(Use Baidu Hawk Eye function to record GPS position, track, path information and so on. The running environment is Android studio.)
Irisgraphy-master
- Irisgraphy is python openCV project to track color of iris,eye-ball, for genetic purpose
pupiltrack
- 本代码是瞳孔检测,利用高斯平滑减小噪声,直方图均衡化增强对比度,二值化突出眼睛的特征,Hough变换画圆找瞳孔。本代码是利用QT做的界面,经过试验,效果良好。可直接使用。(This is pupil track.We employ Gaussian Smoothing to decrease noise, and equlazation histogram to enhance contrast, and binaryzation to prominent eyes' feature, and