-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (55 loc) · 4.05 KB
/
index.html
File metadata and controls
70 lines (55 loc) · 4.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui">
<title>Obvious Engineering</title>
<link href='http://fonts.googleapis.com/css?family=Lato:400,700,400italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="styles/main.css">
<link rel="stylesheet" href="styles/h5bp.css">
</head>
<body>
<div class="wrapper">
<a href="/" class="logo">
<img src="/images/oe-logo-blk.png">
</a>
<div class="media-panel" style="text-align: center">
<p style="font-weight:bold;font-size:1.3em;"><em>Obvious Engineering is a research & development-driven<br/>computer vision software company with a focus on consumer products.</em></p>
</div>
<h2>Seene</h2>
<p>Our 3D photography app <strong><em>Seene</em></strong> supports Google Cardboard for viewing in Virtual Reality. Seene’s 3D photo format adds depth, interaction and responsiveness to the existing social behaviour of mobile photo sharing. It was named as one of the <a href="http://techcrunch.com/2013/12/31/the-best-ios-and-android-apps-of-2013/" target="_new">best apps of the year by TechCrunch</a> and has been downloaded more than 2.25 million times since its launch in October 2013.</p>
<div class='video-container'>
<iframe width="560" height="315" src="https://www.youtube.com/embed/OkqptZCw-rE?rel=0" frameborder="0" allowfullscreen></iframe>
</div>
<div class="media-panel" style="text-align: center">
<a href="http://seene.co"><img src="/images/seene-logo.png"></a>
</div>
<br/>
<h2>Technology</h2>
<p>We have developed a <a href="http://seene.co/tech">portfolio of technologies</a> for use on low-powered mobile devices in real-time applications. We enable these devices to locate themselves in space, map visual environments, and recreate in 3D what is seen through the camera, turning a standard smartphone into a 3D scanner without the use of additional hardware or off-device processing. Obvious Engineering’s technology was <a href="http://www.bbc.co.uk/news/technology-26343709" target="_new">recognised by UKTI as the most innovative at Mobile World Congress 2014</a>.</p>
<p>Our tech stack includes a pipeline for high-resolution 3D face scanning on standard mobile devices. All processing is performed on the device without specialized hardware, so anyone can scan their face and see the result in seconds. The raw scan data is then fitted to a canonical base mesh and uploaded to our cloud platform, ready to be applied into virtual experiences and products.</p>
<div class='video-container'>
<iframe width="560" height="315" src='https://www.youtube.com/embed/xGZPCUiTo9M?rel=0' frameborder='0' allowfullscreen></iframe>
</div>
<br/>
<h2>Contact</h2>
<div class="contact">
<p>Please contact us at <a href="mailto:info@obviousengine.com">info@obviousengine.com</a></p>
</div>
<div class="push"></div>
</div>
<div class="footer" align="center">
<p class="copyright">Copyright © 2012–2016 Obvious Engineering Limited</p>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-28565822-1');
ga('send', 'pageview');
</script>
</body>
</html>