KR100653416B1 - 독립형 얼굴인식 시스템 - Google Patents
독립형 얼굴인식 시스템 Download PDFInfo
- Publication number
- KR100653416B1 KR100653416B1 KR1020050001148A KR20050001148A KR100653416B1 KR 100653416 B1 KR100653416 B1 KR 100653416B1 KR 1020050001148 A KR1020050001148 A KR 1020050001148A KR 20050001148 A KR20050001148 A KR 20050001148A KR 100653416 B1 KR100653416 B1 KR 100653416B1
- Authority
- KR
- South Korea
- Prior art keywords
- face
- data
- user
- reference value
- numerical data
- Prior art date
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V40/00—Recognition of biometric, human-related or animal-related patterns in image or video data
- G06V40/10—Human or animal bodies, e.g. vehicle occupants or pedestrians; Body parts, e.g. hands
- G06V40/16—Human faces, e.g. facial parts, sketches or expressions
- G06V40/172—Classification, e.g. identification
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V40/00—Recognition of biometric, human-related or animal-related patterns in image or video data
- G06V40/10—Human or animal bodies, e.g. vehicle occupants or pedestrians; Body parts, e.g. hands
- G06V40/16—Human faces, e.g. facial parts, sketches or expressions
- G06V40/161—Detection; Localisation; Normalisation
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V40/00—Recognition of biometric, human-related or animal-related patterns in image or video data
- G06V40/10—Human or animal bodies, e.g. vehicle occupants or pedestrians; Body parts, e.g. hands
- G06V40/16—Human faces, e.g. facial parts, sketches or expressions
- G06V40/168—Feature extraction; Face representation
Landscapes
- Engineering & Computer Science (AREA)
- Health & Medical Sciences (AREA)
- Oral & Maxillofacial Surgery (AREA)
- General Health & Medical Sciences (AREA)
- Human Computer Interaction (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Multimedia (AREA)
- Theoretical Computer Science (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Collating Specific Patterns (AREA)
- Time Recorders, Dirve Recorders, Access Control (AREA)
Abstract
Description
원본 소스 | 정수화된 소스 |
for(int i=0 ; i<IMG_X * IMG_Y ; i++) { imgbuff[i] *= MASK; } | int iMASK = (MASK*(1<<16)) for(int i=0 ; i<IMG_X * IMG_Y ; i++) { int int_v = (int)(imgbuff[i]*(1<<7)); int_v *= iMASK; imgbuff[i] = (float)int_v / (1<<23); } |
Claims (7)
- 등록된 사용자들의 신원확인정보와 연계하여 상기 사용자들의 얼굴 이미지로부터 추출한 특징점을 기초로 생성한 적어도 하나 이상의 기준수치데이터를 저장하고 있는 저장부;촬영수단으로부터 입력받은 출입자의 얼굴 이미지로부터 얼굴영역을 검출하고, 검출된 얼굴영역에서 추출한 특징점을 수치데이터로 변환하는 얼굴검출부;상기 얼굴검출부로부터 제공된 수치데이터 및 상기 저장부에 저장되어 있는 기준수치데이터의 실수형 변수들에 정수화 상수를 곱하여 이 실수형 변수들을 정수형 변수로 변환한 후 데이터 비교과정을 수행하는 얼굴인식부; 및사용자등록메뉴가 선택되면 상기 얼굴검출부가 상기 촬영수단으로부터 입력받은 등록하고자 하는 사용자의 얼굴 이미지로부터 상기 기준수치데이터를 생성하도록 제어하고, 상기 생성된 기준수치데이터를 상기 등록하고자 하는 사용자의 신원확인정보와 연계하여 상기 저장부에 저장하며, 신원확인메뉴가 선택되면 상기 얼굴인식부가 상기 얼굴검출부로부터 제공된 수치데이터를 기초로 인증과정을 수행하도록 제어하는 제어부를 포함하며,상기 저장부에 저장되는 기준수치데이터는 저장된 이후에 변경없이 고정적으로 저장되는 제1그룹데이터와, 저장된 이후에 시간경과에 따른 사용자의 얼굴변화를 반영하기 위해 상기 등록된 사용자로부터 새로 취득한 새로운 이미지로 교체되는 제2그룹데이터를 포함하는 것을 특징으로 하는 독립형 얼굴인식 시스템.
- 삭제
- 삭제
- 제 1항에 있어서,상기 저장부에 저장되어 있는 기준수치데이터의 제2그룹데이터를 구성하는 기준수치데이터를, 상기 얼굴검출부로부터 제공된 수치데이터로 교체하는 데이터갱신부를 더 포함하는 것을 특징으로 하는 독립형 얼굴인식 시스템.
- 제 4항에 있어서,상기 데이터갱신부는 상기 제2그룹데이터를 구성하는 기준수치데이터 중에서 가장 먼저 저장된 기준수치데이터를 교체하는 것을 특징으로 하는 독립형 얼굴인식 시스템.
- 제 4항에 있어서,상기 데이터갱신부는 상기 제2그룹데이터를 구성하는 기준수치데이터 중에서 상기 얼굴검출부로부터 제공된 수치데이터와의 일치정도가 가장 낮은 기준수치데이터를 교체하는 것을 특징으로 하는 독립형 얼굴인식 시스템.
- 삭제
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020050001148A KR100653416B1 (ko) | 2005-01-06 | 2005-01-06 | 독립형 얼굴인식 시스템 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020050001148A KR100653416B1 (ko) | 2005-01-06 | 2005-01-06 | 독립형 얼굴인식 시스템 |
Publications (2)
Publication Number | Publication Date |
---|---|
KR20060080732A KR20060080732A (ko) | 2006-07-11 |
KR100653416B1 true KR100653416B1 (ko) | 2006-12-01 |
Family
ID=37171958
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020050001148A KR100653416B1 (ko) | 2005-01-06 | 2005-01-06 | 독립형 얼굴인식 시스템 |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR100653416B1 (ko) |
Families Citing this family (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR100840022B1 (ko) * | 2007-11-05 | 2008-06-20 | (주)올라웍스 | 프리뷰 히스토리를 참조로 디지털 데이터에 포함된 인물을인식하는 방법 및 시스템 |
US10095917B2 (en) | 2013-11-04 | 2018-10-09 | Facebook, Inc. | Systems and methods for facial representation |
KR102243963B1 (ko) * | 2019-05-15 | 2021-04-23 | (주)신한홀딩스 | 안면 인식을 이용한 근태 관리 시스템 |
-
2005
- 2005-01-06 KR KR1020050001148A patent/KR100653416B1/ko active IP Right Grant
Also Published As
Publication number | Publication date |
---|---|
KR20060080732A (ko) | 2006-07-11 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US11151819B2 (en) | Access control method, access control apparatus, system, and storage medium | |
US20240248679A1 (en) | Systems and methods for private authentication with helper networks | |
CN110555359B (zh) | 面部识别的自动重试 | |
US7120278B2 (en) | Person recognition apparatus | |
US7158657B2 (en) | Face image recording system | |
KR100893905B1 (ko) | 생체인식을 이용한 출입관리 방법 및 시스템 | |
US11531743B2 (en) | Systems and methods for enhancing biometric matching accuracy | |
JP2003317100A (ja) | 情報端末装置、認証システム、及び登録・認証方法 | |
KR100653416B1 (ko) | 독립형 얼굴인식 시스템 | |
US20220253514A1 (en) | Method and system for seamless biometric system self-enrollment | |
JP2005084824A (ja) | 顔画像照合装置、顔画像照合方法及び通行制御装置 | |
US20240028698A1 (en) | System and method for perfecting and accelerating biometric identification via evolutionary biometrics via continual registration | |
JP2006085289A (ja) | 顔認証システムおよび顔認証方法 | |
JP2007199860A (ja) | 個人認証システム | |
CA3188135A1 (en) | Systems and methods for enhancing biometric matching accuracy | |
JP7127864B2 (ja) | 情報処理方法、情報処理装置及びプログラム | |
JP2020135666A (ja) | 認証装置、認証用端末、認証方法、プログラム及び記録媒体 | |
EP4220453A1 (en) | System and method for enhancing biometric matching accuracy | |
JP2001331804A (ja) | 画像領域検出装置及び方法 | |
WO2022037567A1 (en) | Biometric user authentication | |
EP4428725A1 (en) | Systems and methods for biometric identification | |
WO2024223821A1 (en) | Two-factor personal identification system and method | |
KR100684456B1 (ko) | 유저인터페이스기능이 구현된 일체형 화상인증시스템 및방법 | |
EP4196890A1 (en) | Systems and methods for private authentication with helper networks | |
JP4818631B2 (ja) | 入力デバイス及びサーバ側モジュールを用いた管理システム、及び管理プログラム |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A201 | Request for examination | ||
E902 | Notification of reason for refusal | ||
E701 | Decision to grant or registration of patent right | ||
GRNT | Written decision to grant | ||
FPAY | Annual fee payment |
Payment date: 20121023 Year of fee payment: 7 |
|
FPAY | Annual fee payment |
Payment date: 20130924 Year of fee payment: 8 |
|
FPAY | Annual fee payment |
Payment date: 20140926 Year of fee payment: 9 |
|
FPAY | Annual fee payment |
Payment date: 20150915 Year of fee payment: 10 |
|
FPAY | Annual fee payment |
Payment date: 20160922 Year of fee payment: 11 |
|
FPAY | Annual fee payment |
Payment date: 20170825 Year of fee payment: 12 |
|
FPAY | Annual fee payment |
Payment date: 20191125 Year of fee payment: 14 |