From Design pattern
Jump to: navigation, search
Line 1: Line 1:
 +
{{#css:
 +
#mw-content-text h3 span {
 +
font-weight: 600;
 +
padding-left: 0px;
 +
}
 +
 +
.mw-headline {
 +
font-weight: 600;
 +
}
 +
 +
span.mw-editsection {
 +
font-weight: 200;
 +
position: relative;
 +
float:right;
 +
margin-right: 25px
 +
}
 +
 +
span.mw-editsection a {
 +
font-weight: 200;
 +
}
 +
 +
.art-subpage {
 +
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를 수행한다.
 
시스템이 표정을 인식하여 다양한 task를 수행한다.
 
   
 
   
 
== Examples ==
 
== Examples ==
=== 93번 사례 ===
+
===Mood meter ===
 
* 카메라를 통해 촬영된 사람의 얼굴표정이 디스플레이에 표정 이모티콘으로 변환되어 보여진다.
 
* 카메라를 통해 촬영된 사람의 얼굴표정이 디스플레이에 표정 이모티콘으로 변환되어 보여진다.
 
{{#Widget:Youtube|id=i7PwXjJujt8|width=665|height=374}}
 
{{#Widget:Youtube|id=i7PwXjJujt8|width=665|height=374}}

Revision as of 20:28, 28 May 2014

시스템이 표정을 인식하여 다양한 task를 수행한다.

Examples

Mood meter

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

""