From Design pattern
Jump to: navigation, search
 
(15 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{#css:
+
Facial muscles movement recognition은 화상장치를 통해 촬영된 사람의 얼굴 근육 움직임을 인식하는 인터랙션 패턴이다.
#mw-content-text h3 span {
+
font-weight: 600;
+
padding-left: 0px;
+
}
+
  
.mw-headline {
+
=== With this pattern, we can solve... ===
font-weight: 600;
+
Facial muscles movement recognition은 인식된 사람의 얼굴 변화를 통해 표정, 감정 상태등을 파악할 뿐만 아니라, 근육의 움직임을 3D 개체의 움직임에 입력소스로 활용하는 등 다양하게 활용된다.
}
+
  
span.mw-editsection {
+
=== Examples : Vicomtech_Face expression recognition ===
font-weight: 200;
+
[[file:Facial muscles movement recognition.jpg|665px]]
position: relative;
+
----
float:right;
+
margin-right: 25px
+
}
+
  
span.mw-editsection a {
+
===Vicomtech_Face expression recognition===
font-weight: 200;
+
* 사람의 표정을 인식해 똑같이 그래픽으로 표현한다.
}
+
{{#Widget:Youtube|id=acKTCF0sAfc|width=665|height=374}}
 
+
----
.art-subpage {
+
===MIT_Mood meter ===
background: #F7F7F7;
+
* 카메라를 통해 촬영된 사람의 얼굴표정을 인식해 디스플레이에 이모티콘으로 변환하여 보여준다.
}
+
 
+
#mw-content-text p {
+
padding-top: 0px;
+
padding-bottom: 6px;
+
}
+
 
+
.mw-content-ltr ul {
+
margin: 0.3em 0 0 42px;
+
}
+
 
+
 
+
hr {
+
margin-top: 0px;
+
margin-bottom: 0px;
+
margin-left: -31px;
+
width: 720px;
+
border-bottom: 1px solid #E0E0DD;
+
border-left: 0px;
+
border-right: 0px;
+
border-top: 30px solid #F7F7F7;
+
}
+
<!--
+
#sun-col {
+
-webkit-column-count:2; /* Chrome, Safari, Opera */
+
-moz-column-count:2; /* Firefox */
+
column-count:2;
+
}
+
 
+
#sun-col p {
+
padding-left: 0px;
+
-->
+
}
+
 
+
}}
+
[안면 근육 인식 쪽으로 패턴명 변경] 시스템이 표정을 인식하여 다양한 task를 수행한다.
+
+
== Examples ==
+
===Mood meter ===
+
* 카메라를 통해 촬영된 사람의 얼굴표정이 디스플레이에 표정 이모티콘으로 변환되어 보여진다.
+
 
{{#Widget:Youtube|id=i7PwXjJujt8|width=665|height=374}}
 
{{#Widget:Youtube|id=i7PwXjJujt8|width=665|height=374}}
  
 
===eMotion===
 
===eMotion===
 
* 사람의 표정을 인식해 감정 상태를 그래프로 보여주어 거짓말을 하는지 파악한다.
 
* 사람의 표정을 인식해 감정 상태를 그래프로 보여주어 거짓말을 하는지 파악한다.
 +
* #01:10-#01:30
 
{{#Widget:Youtube|id=nCo9j0IOrHw|width=665|height=374}}
 
{{#Widget:Youtube|id=nCo9j0IOrHw|width=665|height=374}}
  
Line 72: Line 25:
 
{{#Widget:Youtube|id=b58RpVvsfpM|width=665|height=374}}
 
{{#Widget:Youtube|id=b58RpVvsfpM|width=665|height=374}}
  
===Vicomtech===
+
===Face expression recognition project===
* 사람의 표정을 인식해 똑같이 그래픽으로 표현한다.
+
* 사람의 표정을 인식해 어떤 감정상태인지 알려준다.
{{#Widget:Youtube|id=acKTCF0sAfc|width=665|height=374}}
+
{{#Widget:Youtube|id=R199vGKQhtk|width=665|height=374}}
 +
 
  
[[Category:Recognition]]
+
[[Category:Recognition]] [[Category:Recognize agent information]]

Latest revision as of 13:47, 12 July 2014

Facial muscles movement recognition은 화상장치를 통해 촬영된 사람의 얼굴 근육 움직임을 인식하는 인터랙션 패턴이다.

With this pattern, we can solve...

Facial muscles movement recognition은 인식된 사람의 얼굴 변화를 통해 표정, 감정 상태등을 파악할 뿐만 아니라, 근육의 움직임을 3D 개체의 움직임에 입력소스로 활용하는 등 다양하게 활용된다.

Examples : Vicomtech_Face expression recognition

Facial muscles movement recognition.jpg


Vicomtech_Face expression recognition

  • 사람의 표정을 인식해 똑같이 그래픽으로 표현한다.

""


MIT_Mood meter

  • 카메라를 통해 촬영된 사람의 얼굴표정을 인식해 디스플레이에 이모티콘으로 변환하여 보여준다.

""

eMotion

  • 사람의 표정을 인식해 감정 상태를 그래프로 보여주어 거짓말을 하는지 파악한다.
  • #01:10-#01:30

""

Face expression recognition

  • 사람의 표정을 인식해 감정 상태를 그래프화하여 보여준다.

""

Face expression recognition project

  • 사람의 표정을 인식해 어떤 감정상태인지 알려준다.

""