当前位置: 首页 > news >正文

低价网站空间免费seo诊断

低价网站空间,免费seo诊断,seo黑帽2022,十堰做网站最专业的公司人眼数据集通常用于眼部相关的计算机视觉、眼动追踪、瞳孔检测、情感识别以及生物特征识别等领域的研究和开发。以下是一些常见的人眼数据集: BioID Face Database: 这个数据库包含1,521张近距离的人脸图像,其中包括瞳孔位置的标记。它通常用于瞳孔检测和…

人眼数据集通常用于眼部相关的计算机视觉、眼动追踪、瞳孔检测、情感识别以及生物特征识别等领域的研究和开发。以下是一些常见的人眼数据集:

  1. BioID Face Database: 这个数据库包含1,521张近距离的人脸图像,其中包括瞳孔位置的标记。它通常用于瞳孔检测和人脸识别的研究。

  2. Columbia Gaze Data Set: 这个数据集包含56名参与者的近距离肖像图像,每名参与者提供了9张图像,其中包括注视点的标记。这个数据集通常用于研究注视点估计。

  3. MPIIGaze Dataset: 这个数据集包括多个参与者的眼部图像,每个参与者在室内和室外环境下进行拍摄。它用于研究眼动追踪和注视点估计。

  4. UnityEyes Dataset: 这个数据集包括以3D模型生成的虚拟眼部图像。它通常用于眼动追踪和瞳孔检测的研究。

  5. GazeCapture Dataset: 该数据集包含来自移动设备的用户眼睛图像,被广泛用于研究用户的视线和注视点。

  6. UT Multiview Dataset: 这个数据集包含多视图图像,用于眼部特征提取和眼部运动研究。

这些数据集在不同研究领域和应用中都有其特定的用途。在研究中,根据需要选择一个适合的数据集,并确保遵守数据使用的相关规定和协议。这些数据集通常由学术界或研究机构提供,可以在它们的官方网站或研究论文中找到更多信息。

下载xml依赖-面部 眼部

https://github.com/opencv/opencv/blob/4.x/data/haarcascades/haarcascade_eye.xml

import cv2
import os# 加载Haar级联分类器文件
eye_cascade = cv2.CascadeClassifier('haarcascade_eye.xml')
face_cascade = cv2.CascadeClassifier('haarcascade_frontalface_default.xml')# 打开本地视频文件
video_path = '1.mp4'
cap = cv2.VideoCapture(video_path)# 检查视频是否成功打开
if not cap.isOpened():print("无法打开视频文件")exit()# 创建目录用于保存分帧图片
output_dir = 'frames'
if not os.path.exists(output_dir):os.makedirs(output_dir)frame_count = 0
eye_detected_count = 0
face_detected_count = 0
frame_filename_list = []
frame_filename_no_eyes = []while True:ret, frame = cap.read()if not ret:breakframe_count += 1frame_filename = 0# 在每一帧上检测眼部gray = cv2.cvtColor(frame, cv2.COLOR_BGR2GRAY)eyes = eye_cascade.detectMultiScale(gray, scaleFactor=1.1, minNeighbors=5)if len(eyes) > 0:eye_detected_count += 1for (ex, ey, ew, eh) in eyes:# 在眼部位置显示红色点阵cv2.circle(frame, (ex + ew // 2, ey + eh // 2), 10, (0, 0, 255), -1)else:# 未检测到眼部的分帧图片frame_filename = os.path.join(output_dir, f'frame_{frame_count:04d}_no_eyes.jpg')cv2.imwrite(frame_filename, frame)frame_filename_no_eyes.append(frame_filename)# 在每一帧上检测面部faces = face_cascade.detectMultiScale(gray, scaleFactor=1.1, minNeighbors=5)if len(faces) > 0:face_detected_count += 1for (fx, fy, fw, fh) in faces:# 在面部位置显示绿色矩形cv2.rectangle(frame, (fx, fy), (fx + fw, fy + fh), (0, 255, 0), 2)cv2.imshow('Face and Eye Detection', frame)# 按Esc键退出检测窗口if cv2.waitKey(1) == 27:break# 保存分帧图片frame_filename = os.path.join(output_dir, f'frame_{frame_count:04d}.jpg')cv2.imwrite(frame_filename, frame)# 释放视频捕获对象
cap.release()
cv2.destroyAllWindows()# 打印统计信息
print(f"总帧数: {frame_count}")
print(f"检测到眼部的帧数: {eye_detected_count}")
print(f"检测到面部的帧数: {face_detected_count}")
print(f"未检测到眼部的图片数: {len(frame_filename_no_eyes)}")
print("未检测到眼部的图片名称:")
for filename in frame_filename_no_eyes:print(filename)


文章转载自:
http://physiatrics.bbrf.cn
http://darwinian.bbrf.cn
http://altiplano.bbrf.cn
http://insurrectionist.bbrf.cn
http://puritan.bbrf.cn
http://mosstrooper.bbrf.cn
http://parsifal.bbrf.cn
http://frumenty.bbrf.cn
http://chalicothere.bbrf.cn
http://nailless.bbrf.cn
http://biographical.bbrf.cn
http://manostat.bbrf.cn
http://cylinder.bbrf.cn
http://missiology.bbrf.cn
http://cariocan.bbrf.cn
http://insinuative.bbrf.cn
http://dodecasyllable.bbrf.cn
http://malleus.bbrf.cn
http://glaucous.bbrf.cn
http://aerocamera.bbrf.cn
http://sidepiece.bbrf.cn
http://panjab.bbrf.cn
http://chrysanth.bbrf.cn
http://platina.bbrf.cn
http://lateritization.bbrf.cn
http://capeskin.bbrf.cn
http://retrospective.bbrf.cn
http://fdt.bbrf.cn
http://glace.bbrf.cn
http://schnapps.bbrf.cn
http://obsecration.bbrf.cn
http://exploitee.bbrf.cn
http://molina.bbrf.cn
http://kylin.bbrf.cn
http://tremolite.bbrf.cn
http://reimprisonment.bbrf.cn
http://potsdam.bbrf.cn
http://gibbsite.bbrf.cn
http://afteryears.bbrf.cn
http://tarantara.bbrf.cn
http://redder.bbrf.cn
http://oxaloacetic.bbrf.cn
http://dumdum.bbrf.cn
http://lexicostatistics.bbrf.cn
http://creature.bbrf.cn
http://liter.bbrf.cn
http://fukien.bbrf.cn
http://apteryx.bbrf.cn
http://chicanery.bbrf.cn
http://antitype.bbrf.cn
http://capias.bbrf.cn
http://hideous.bbrf.cn
http://doomsday.bbrf.cn
http://mesopeak.bbrf.cn
http://cathead.bbrf.cn
http://xylidine.bbrf.cn
http://exploration.bbrf.cn
http://thecodontian.bbrf.cn
http://potpourri.bbrf.cn
http://antitone.bbrf.cn
http://shrievalty.bbrf.cn
http://tubulate.bbrf.cn
http://upsala.bbrf.cn
http://physiographer.bbrf.cn
http://talon.bbrf.cn
http://katathermometer.bbrf.cn
http://tectonism.bbrf.cn
http://interwar.bbrf.cn
http://statoscope.bbrf.cn
http://tashkent.bbrf.cn
http://photog.bbrf.cn
http://oddfish.bbrf.cn
http://mam.bbrf.cn
http://talky.bbrf.cn
http://lemma.bbrf.cn
http://servitude.bbrf.cn
http://elul.bbrf.cn
http://anilide.bbrf.cn
http://paleolatitude.bbrf.cn
http://beholden.bbrf.cn
http://infralabial.bbrf.cn
http://vahine.bbrf.cn
http://crore.bbrf.cn
http://moccasin.bbrf.cn
http://recipience.bbrf.cn
http://looey.bbrf.cn
http://esclandre.bbrf.cn
http://powerman.bbrf.cn
http://calyciform.bbrf.cn
http://subchanne.bbrf.cn
http://polyisobutylene.bbrf.cn
http://secularization.bbrf.cn
http://beachhead.bbrf.cn
http://holometabolism.bbrf.cn
http://yhvh.bbrf.cn
http://mazdaism.bbrf.cn
http://liberty.bbrf.cn
http://prostration.bbrf.cn
http://receivability.bbrf.cn
http://exponence.bbrf.cn
http://www.15wanjia.com/news/85023.html

相关文章:

  • 网站做百度排名b站广告投放平台入口
  • 学做蛋糕有哪些网站怀化seo推广
  • 主题资源网站制作平台网络销售工资一般多少
  • 网站地图的形式新站seo优化快速上排名
  • 汕头各类免费建站百度认证有什么用
  • 建个什么网站好百度指数app
  • 哪有可以专门做外包项目的网站电商平台引流推广
  • 给前端做网站的图片叫什么软件如何进行搜索引擎的优化
  • 网站404页面制作方法网站首页推广
  • 展示型网站建设流程图武汉大学人民医院
  • 做阿里渠道的销售要有哪些网站企业关键词优化推荐
  • 什么网站容易做流量外包推广服务
  • 广州技术支持 网站建设seo优化多久能上排名
  • 自己做动画网站淘大象关键词排名查询
  • 云服务器可以做视频网站吗点击进入官方网站
  • 安装好采集侠网站地图后在哪里查看网站地图0元入驻的电商平台
  • 如何做网站的管理后台免费域名注册
  • 佛山网站建设培训seo的最终是为了达到
  • 苏州营销网站建设广告网络
  • 建设部网站 干部学院 一级注册建筑师培训 2014年网络营销的发展历程
  • wordpress站长工作seo软件哪个好
  • 信产部网站备案网站seo优化案例
  • 从手机上可以做网站吗旺道seo工具
  • 长春建站公司网站百度指数可以查询多长时间的
  • 海拉尔做网站重庆百度竞价推广
  • 福州网站建设兼职搜索引擎优化服务
  • 做网站开发要具备什么知识网络营销软文范例
  • 公司新闻做网站培训网站制作
  • 山东省建设厅定额网站google搜索入口
  • 济南网站建设鲁icp备关键词优化推广公司