TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Face detection using HTML5, javascript, webrtc, websockets, Jetty and OpenCV

56 点作者 Juha将近 13 年前

6 条评论

DanielRibeiro将近 13 年前
Just using javascript from two years ago: <a href="http://facedetection.jaysalvat.com/" rel="nofollow">http://facedetection.jaysalvat.com/</a> (hn comments: <a href="http://news.ycombinator.com/item?id=2002316" rel="nofollow">http://news.ycombinator.com/item?id=2002316</a>)
tylermenezes将近 13 年前
Seems to me you could have just had Jetty/OpenCV send back the coords of the faces, then have Javascript draw a box around them. Would have saved quite a bit of bandwidth and removed the need for experimental APIs.
评论 #4029082 未加载
评论 #4029015 未加载
neave将近 13 年前
Try this version too: <a href="http://neave.com/webcam/html5/face/" rel="nofollow">http://neave.com/webcam/html5/face/</a><p>It doesn't require WebSockets or Jetty. Just good ol' JavaScript/HTML5. Nothing more.
robbles将近 13 年前
Where's the demo link? I couldn't find one, but I'm assuming nobody would write an HTML5 tutorial without a link to a demo page...
zobzu将近 13 年前
s/HTML5/HTML-ng/<p>Just because HTML5 != work in every HTML5 browser. "Numbers don't mean anything anymore they say". Well for HTML5 thats pretty much spot on.. and that's unfortunate.<p>The demo's cool tho :)
评论 #4028868 未加载
dag11将近 13 年前
It isn't loading for me.