登录
首页 » 算法 » eye location in hue image

eye location in hue image

于 2022-06-30 发布 文件大小:2.49 kB
0 160
下载积分: 2 下载次数: 1

代码说明:

eye location in hue image

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

发表评论

0 个回复

  • 1, one dollar three regression equations CubicMultinomialRegress.cs equation mod...
    一、 一元三次回归方程 CubicMultinomialRegress.cs 方程模型为Y=a*X(3)+b*X(2)+c*X(1)+d public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是d,c,b,a。 以后所述所有模型的系数存放均与此相同(多元线性回归方程除外)。 public override double forecast(double x) 预测函数,根据模型得到预测结果 public override double computeR2() 计算相关系数(决定系数),系数越接近1,数据越满足该模型。 -1, one dollar three regression equations CubicMultinomialRegress.cs equation model for Y = a* X (3)+ B* X (2)+ C* X (1)+ Dpublic override double [] buildFormula () get coefficient array, store order and model coefficients contrary, that is, the array is followed by the value of coefficient d, c, b, a. After all the model described in the coefficient of storage are the same (except for multiple linear regression equation). public override double forecast (double x) prediction function, according to the results of model prediction public override double computeR2 () calculated the correlation coefficient (determination coefficient), coefficient of the closer one, the dat
    2022-01-26 07:28:21下载
    积分:1
  • a解决八码难题
    a算法解决八码难题-a code algorithm to solve eight problems
    2022-05-24 06:10:31下载
    积分:1
  • ocr 的脸识别德尔菲
    这是使用 delphi 的 OCR 人脸识别的源代码。欢迎下载,试用。谢谢您的支持。
    2023-06-27 00:45:04下载
    积分:1
  • stm32四路不同占空比pwm信号
    应用背景Pwm在控制系统中普遍应用,stm32可以方便的产生PWM信号关键技术stm32通过定时器time3产生四路不同占空比的PWM信号,可根据自己的需要改变周期或占空比。 
    2022-07-12 09:04:11下载
    积分:1
  • 趣味问题的程序原代码 海滩上有一堆桃子,五只猴子来分。第一只猴子把这堆桃子凭据分为五份,多了一个,这只    猴子把多的一个扔入海中,拿走了一份。第二只猴子把剩...
    趣味问题的程序原代码 海滩上有一堆桃子,五只猴子来分。第一只猴子把这堆桃子凭据分为五份,多了一个,这只    猴子把多的一个扔入海中,拿走了一份。第二只猴子把剩下的桃子又平均分成五份,又多了    一个,它同样把多的一个扔入海中,拿走了一份,第三、第四、第五只猴子都是这样做的,    问海滩上原来最少有多少个桃子?- On the interest question procedure original code beach has pile of peaches, five monkeys divide. The first monkey divides into this pile of peach proof five, many, this monkey has thrown into many in the sea, took away. The second monkey the peach which is left over equally divides into five, also many, it similarly has thrown into many in the sea, took away, third, fourth, the fifth monkey all is does this, asked how many peaches on the beach most is originally unusual?
    2022-10-26 14:25:03下载
    积分:1
  • 打破数字
    此代码可用于打破数字。它的一个例子: 让说,用户输入"561365"作为输入,现在程序将放置在数组中的每个位数的这一数字。所以以后你可以做任何需要使用此 number 位数的操纵。
    2022-08-21 13:16:20下载
    积分:1
  • 机视觉实验图像检测人脸识别
    大学计算机视觉实验像检测,识别人脸,左耳和右耳,软件vc2013,之前要先配置好opencv2.4.9
    2022-04-27 03:11:50下载
    积分:1
  • k-means 算法接受输入量 k ;然后将n个数据对象划分为 k个聚类以便使得所获得的聚类满足:同一聚类中的对象相似度较高;而不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。 Matlab 源代码,以兰花数据集作为测试对象。-k-means algorithm to accept input k then n data object is divided into k-clustering in order to make available to the cluster to meet: the same objects in clustering high similarity and objects in different clustering the similarity smaller. Cluster similarity is the use of the clustering of objects by means of a
    2022-02-01 10:09:59下载
    积分:1
  • 用C++编写的三次养条插值
    用C++编写的三次养条插值算法-prepared custody of the three interpolation algorithm
    2022-02-01 08:10:17下载
    积分:1
  • Bayes的matlab实现
    自己写的一个Bayes分类器的matlab程序,比较简单。 使用方法 >> [ train_x, train_y ] = readdata("train_data.txt" ); >> [ test_x, test_y ] = readdata("test_data.txt" ); >> [mode]=MyBayes_train( train_x, train_y); >> [ acurracy, predict_y]=MyBayes_test( test_x, test_y, mode);
    2022-03-09 19:08:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载