登录
首页 » 算法 » eye detection in rgb image

eye detection in rgb image

于 2022-04-25 发布 文件大小:7.11 kB
0 189
下载积分: 2 下载次数: 1

代码说明:

eye detection in rgb image

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

发表评论

0 个回复

  • zigzag code
    这是我用matlab编写的zigzag算法的示例源代码,对于使用dct函数后压缩图像文件或从图像中提取信息非常重要
    2022-07-06 14:25:22下载
    积分:1
  • 用C语言编写牛顿插值程序
    用C语言编写牛顿插值程序-C language Newton interpolation procedures
    2022-03-24 20:26:09下载
    积分:1
  • using Matlab based 3D
    使用Matlab编制的3D-FDTD程序,程序中使用拉夫等效原理进行时谐场外推.程序中给出了阵子天线的注释代码.-using Matlab based 3D-FDTD procedures, procedures for the use of Lyford equivalence principle for the time-harmonic extrapolations. Procedures given the stream of the Notes code antenna.
    2022-06-21 01:11:21下载
    积分:1
  • csimple2d CFD的C源程序
    CSIMPLE2d CFD C源程序-CSIMPLE2d CFD C source
    2022-06-27 03:32:30下载
    积分:1
  • 蚁群解决TSP旅游商问题
    function [R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,Alpha,Beta,Rho,Q)%%-------------------------------------------------------------------------%% 主要符号说明%% C n个城市的坐标,n×2的矩阵%% NC_max 最大迭代次数%% m 蚂蚁个数%% Alpha 表征信息素重要程度的参数%% Beta 表征启发式因子重要程度的参数%% Rho 信息素蒸发系数%% Q 信息素增加强度系数%% R_best 各代最佳路线%% L_best 各代最佳路线的长度%%========================================================================= %%第一步:变量初始化n=size(C,1);%n表示问题的规模(城市个数)D=zeros(n,n);%D表示完全图的赋权邻接矩阵for i=1:nfor j=1:nif i~=jD(i,j)=((C(i,1)-C(j,1))^2+(C(i,2)-C(j,2))^2)^0.5;elseD(i,j)=eps;      %i=j时不计算,应该为0,但后面的启发因子要取倒数,用eps(浮点相对精度)表示endD(j,i)=D(i,j);   %对称矩阵endend%{1.C就是城市坐标             x         y城市1    0
    2022-08-25 13:59:52下载
    积分:1
  • HRV频率分析
    计算使用FFT,AR,和Lomb-Scargle频率域HRV
    2023-04-13 05:35:03下载
    积分:1
  • 《计基础》关于选择问题:找第k小元素,时间复杂度为O(n);...
    《计算机算法基础》关于选择问题算法:找第k小元素,时间复杂度为O(n);-"computer algorithm based" on the choice of algorithm : k find small elements, time complexity of O (n);
    2022-02-27 01:43:45下载
    积分:1
  • Basler相机外触发
    basler相机input,具有参考价值,可以提供basler相机的触发参考,缓存的采集。官方通用系,希望对大家有用。
    2023-06-21 07:40:03下载
    积分:1
  • massive mimo Fundamentals, Opportunities and Challenges
    应用背景Massive multiuser MIMO (MISO): ◮ M ≫ K ≫ 1 (think 100 × 10 or 500 × 50) ◮ coherent, but simple, processing ◮ Potential to dramatically improve rate & reliability ◮ Potential to drastically scale down TX power ◮ Not only theory, at least one known testbed (64× ∼10) 关键技术 Massive MIMO Operation Not enough resources for pilots & CSI feedback, so operate in TDD. ◮ On the uplink, ◮ acquire CSI from uplink pilots and/or blindly from data ◮ detect symbols ◮ M ≫ K ⇒ linear processing (MRC, ZF, MMSE) nearly optimal ◮ On the downlink, ◮ use CSI obtained on the uplink ◮ make necessary adjustments based on reciprocity calibration ◮ apply multiuser MIMO precoding ◮ simple precoders desirable (and very good!): MRT, ZF, MMSE, ... ◮ MRC/MRT operation ◮ intracell interference will appear as
    2022-07-07 16:58:08下载
    积分:1
  • 林智仁教授libsvm-mat-2.89-3
    方便需要用到SVM做研究的朋友....可用于机器学习算法研究,分类问题研究,可用于人脸识别,表情识别等等。SVM是一种训练机器学习的算法,可以用于解决分类和回归问题。。。。。。。。。。。。。。。。。。。。。。。。。。。
    2022-06-15 19:35:50下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载