登录
首页 » matlab » fatigue-detection_matlab

fatigue-detection_matlab

于 2021-03-24 发布 文件大小:4KB
0 338
下载积分: 1 下载次数: 326

代码说明:

  疲劳检测Matlab程序,基于肤色的人脸识别,基于霍夫变换的圆检测,通过眨眼频率判断疲劳程度(fatigue detection)

文件列表:

程序
....\face.m,926,2011-05-17
....\face_eye.m,1499,2011-05-24
....\fatigue_detection.m,1233,2011-05-24
....\houghcircle.m,1958,2011-05-17
....\skin.m,978,2011-05-03

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • gaikeng_v67
    鲁棒性好,性能优越,利用自然梯度算法,在MATLAB中求图像纹理特征。( Robustness, superior performance, Use of natural gradient algorithm, In the MATLAB image texture feature.)
    2016-12-21 15:26:48下载
    积分:1
  • MatlabIIRFIR
    在MATLAB环境下用程序实现IIR,FIR滤波器的设计,无需使用系统自带设计工具,具备选窗,阶数选择,频带选择等功能。(Program in the MATLAB environment to achieve IIR and FIR filter design, without the use of the system comes with a design tool with the selected window, order selection, band selection and other functions.)
    2013-05-11 11:45:03下载
    积分:1
  • Encoder_arduino
    arduino下的增量编码器库文件,很好用的(Incremental encoder library files under Arduino )
    2014-09-05 15:59:20下载
    积分:1
  • ber-equalizer-paper
    Bit error rate equalizer, paper. Very easy implemetation
    2015-01-23 02:05:31下载
    积分:1
  • PF
    说明:  粒子滤波的matlab源代码。在处理非高斯问题时比卡尔曼滤波强。经过测试可用。拿出来和大家分享,希望对大家有用。(Particle filter matlab source code. In dealing with the issue of non-Gaussian strong than Kalman filter. After the test can be used. Out to share with you all and hope for all of us useful.)
    2007-12-20 21:05:57下载
    积分:1
  • modbusgw-0.1.tar
    MODBUS programEach instance of modbusgw acts a master to a modbus serial network. Currently each instance of modbusgw will only support one modbus serial network (future revisions will support multiple networks in a single gateway for now, it is necessary to start multiple instances). (MODBUS programEach instance of modbusgw acts a master to a modbus serial network. Currently eachinstance of modbusgw will only support one modbus serial network (future revisions will supportmultiple networks in a single gateway for now, it is necessary to start multiple instances).)
    2008-02-12 18:59:53下载
    积分:1
  • ForcedPendulum
    This simulink model simulates the damped driven pendulum, showing it s chaotic motion. theta = angle of pendulum omega = (d/dt)theta = angular velocity Gamma(t) = gcos(phi) = Force omega_d = (d/dt) phi Gamma(t) = (d/dt)omega + omega/Q + sin(theta) Play with the initial conditions (omega_0, theta_0, phi_0 = omega(t=0), theta(t=0), phi(t=0)) and the system parameters (g, Q, omega_d) and the solver parameters/method. Chaos can be seen for Q=2, omega_d=w/3. The program outputs to Matlab time, theta(time) & omega(time). Plot the phase space via: plot(mod(theta+pi, 2*pi)-pi, omega, . ) Plot the Poincare sections using: t_P = (0:2*pi/omega_d:max(time)) plot(mod(spline(time, theta+pi, t_P), 2*pi)-pi, spline(time, omega, t_P), . ) System is described in: "Fractal basin boundaries and intermittency in the driven damped pendulum" E. G. Gwinn and R. M. Westervelt PRA 33(6):4143 (1986) (This simulink model simulates the damped driven pendulum, showing it s chaotic motion. theta = angle of pendulum omega = (d/dt)theta = angular velocity Gamma(t) = gcos(phi) = Force omega_d = (d/dt) phi Gamma(t) = (d/dt)omega+ omega/Q+ sin(theta) Play with the initial conditions (omega_0, theta_0, phi_0 = omega(t=0), theta(t=0), phi(t=0)) and the system parameters (g, Q, omega_d) and the solver parameters/method. Chaos can be seen for Q=2, omega_d=w/3. The program outputs to Matlab time, theta(time) & omega(time). Plot the phase space via: plot(mod(theta+pi, 2*pi)-pi, omega, . ) Plot the Poincare sections using: t_P = (0:2*pi/omega_d:max(time)) plot(mod(spline(time, theta+pi, t_P), 2*pi)-pi, spline(time, omega, t_P), . ) System is described in: "Fractal basin boundaries and intermittency in the driven damped pendulum" E. G. Gwinn and R. M. Westervelt PRA 33(6):4143 (1986) )
    2010-02-17 07:28:51下载
    积分:1
  • bearings1
    bearing faults detection
    2012-09-16 01:18:07下载
    积分:1
  • JPEGimageCompressiontechniquesimplementationandopt
    摘 要 文章以空间监控系统为背景,深入研究了JPEG图像压缩标准的实现方法,并基于FPGA对其进行了实现和优化。文中给出了详细的实现方法和优化过程,测试表明达到了很好的效果。 简单介绍了有损静态图像压缩当前有两种比较流行的标准JPEG和JPEG2000。说明了用JPEG方法压缩的原因。 介绍JPEG基本原理:JPEG对灰度图像的压缩处理过程主要包括:图像分割,离散余弦变换(DCT),量化(Quantization),“Z”形排序(Zigzag Scan),差分脉冲编码调制(Differential Pulse Code Modulation,DPCM)对直流系数(DC),行程长度编码(Run-Length Encoding,RLE)对交流系数(AC),霍夫曼(Huffman)编码等。 JPEG标准的特点是离散余弦变换。 比较详细介绍压缩系统的构成和实现。实现提及步骤, JPEG压缩模块设计和编码模块实现细节。 (Abstract Article in the space monitoring system for the background, in-depth study of the JPEG image compression standard implementation methods and carried out based on FPGA implementation and optimization. In this paper, a detailed method of implementation and optimization of the process, testing showed that to achieve good results. Easy introduction of harmful static image compression has two kinds of comparisons that the current popular standard JPEG and JPEG2000. Illustrated by the reasons for JPEG compression method. JPEG introduce the basic principles: JPEG compression of gray-scale image processing include: image segmentation, discrete cosine transform (DCT), quantization (Quantization), "Z"-shaped sort (Zigzag Scan), differential pulse code modulation (Differential Pulse Code Modulation, DPCM) on the DC coefficient (DC), Run Length Encoding (Run-Length Encoding, RLE) of the exchange coefficient (AC), Hoffman (Huffman) coding. JPEG standard is characterized by discrete )
    2009-03-29 08:39:04下载
    积分:1
  • detection-and-estimation
    this matlab program show the ROC ie. reciver operating characterstics. it shows how to plot ROC in matlab . the example is taken from Maurad Barkat- Artech publication
    2012-07-17 11:29:34下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载