- 일시 : 2012년 11월 17일 토요일 오후 1시 ~ 오후 9시, 11월 18일 일요일 오전 10시 ~ 오후 5시
- 장소 : CNN the biz 강남 교육연수센터
- 내용 : 안드로이드, 크롬, App Engine 등 구글 기술을 활용한 작품 전시회
영상처리에서 자주쓰이는 Face Detection을 하여 OpenGL을 이용하여 얼굴에 입체감을 씌우는 Mask를 하였는데
Google API, Anroid API를 활용(developer.android.com)하여 제작;
영상처리에서는 Face Detection은 어렵게 구현하는 방법 중 하나인데, API를 활용하여 구현했다는 것을 보고 API 활용성을 느낌
## Productive Tool & framework 종류
- HTML / JAVASCRIPT
- CoffeeSCRIPT
- AngularJS
- Chrome dev tool
그 중, 오늘 소개한 Angular JS Conference에 대해 들음
Angular JS : open-source JavaScript framework. Its goal is to augment browser-based applications with Model–View–Controller (MVC) capability, reduce the amount of JavaScript needed to make web applications functional.
간단한 HTML5 예제
<!doctype HTML>
<html>
<head>
</head>
<body>
<div>
<label>NAME;</label>
<input type = "text" placeholder=" Enter a name here">
<hi>Hello World</hi>
</div>
</body>
</html>
- Goole HackFair 참고사이트 : https://docs.google.com/spreadsheet/ccc?key=0AoXWR1-16M0WdGxaNkhNQW1HMTV3d2NGc1ItaHR5Wnc#gid=0
'Semina' 카테고리의 다른 글
Oracle OpenWorld 세미나 (0) | 2012.11.18 |
---|---|
오픈커뮤니티 기술세미나 (0) | 2012.10.11 |