본문 바로가기

좋아하는 것_매직IT/96.IT 핫이슈

pico.js - 200줄 JS로 만든 얼굴 감지 라이브러리를 소개합니다. (nenadmarkus.com)

반응형

pico.js - 200줄 JS로 만든 얼굴 감지 라이브러리를 소개합니다.  

홈페이지에는 아래와 같이 소개하고 있군요..

Introduction

We introduce pico.js, a face-detection library written in JavaScript, and show how it works. Although similar projects already exist, our goal is to provide a smaller and computationally more efficient alternative.

Before diving into details, you are encouraged to try a real-time demo that detects faces in a video stream provided by a webcam attached to your computer (works on mobile devices as well). Note that all the processing is done on the client side, i.e., without sending images to a server. So you do not have to worry about privacy issues when running this code.

In the following text we explain the theoretical background and show how pico.js works.

한마디로, pico.js 는 200줄 JS로 만든 얼굴 감지 라이브러리라고 머릿속에 넣어두시면 될것 같고요..

pico.js 특징은 아래와 같고요..

  • 크기가 작고 효율적인 대체제를 만드는 것을 목표
  • 거의 실시간(200+ FPS)으로 감지 가능
  • Region-based classification을 하는 Viola-Jones 방법을 기반으로 하여 수정
  • 눈동자 위치를 찾는 lploc.js 도 같이 포함

좀더 자세한 내용은 아래와 홈페이지를 참고하시면 좋을것 같네요..


오늘의 블로그는 여기까지고요..
항상믿고 봐주셔서 감사합니다. 

 

728x90
300x250