-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsolutions.html
More file actions
102 lines (85 loc) · 3.79 KB
/
solutions.html
File metadata and controls
102 lines (85 loc) · 3.79 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Seene - Solutions</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/main.css">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
<script>window.html5 || document.write('<script src="js/vendor/html5shiv.js"><\/script>')</script>
<![endif]-->
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="header">
<div class="content clearfix">
<div class="topnav">
<h2 class="seenelogo"><a href="index.html"><span>Seene</span></a></h2>
<ul class=hmenu>
<li><a href="technology.html">Technology</a></li>
<li><a href="solutions.html">Solutions</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div>
</div>
</div>
<div class="body">
<div class="content">
<h1>Solutions</h1>
<p>Seene’s mobile-focused computer vision technology has applications across many
verticals. We are bringing the power of capturing and applying user-generated 3D
content at scale to the following sectors:</p>
<section>
<h2>Gaming & VR</h2>
<div class="sol-image">
<img src="img/solutions/gaming_vr.jpg" alt="Gaming & VR">
</div>
<p>Scan your face and get into the game! Seene’s full 3D face capture technology lets PlayStation and Xbox gamers play as a high-resolution version of themselves.</p>
<p><a href="technology.html#faces" class="btn learn-more">Learn more</a></p>
</section>
<section>
<h2>3D Printing</h2>
<div class="sol-image">
<img src="img/solutions/3dprint.jpg" alt="3D Printing">
</div>
<p>Consumer 3D printing is being disrupted by Seene’s mobile 3D capture
technology. Anyone can scan in 3D using just their smartphone and send it to be printed.</p>
<p><a href="technology.html#3dscene" class="btn learn-more">Learn more</a></p>
</section>
<section>
<h2>E-Commerce</h2>
<div class="sol-image">
<img src="img/solutions/ecomm.jpg" alt="E-Commerce">
</div>
<p>Personalized avatars for virtual clothing try-on have been shown to increase
net sales and engagement. Seene’s 3D face capture lets users create an avatar that
is truly them, to boost retention and sharing.</p>
<p><a href="technology.html#faces" class="btn learn-more">Learn more</a></p>
</section>
<section>
<h2>Photography</h2>
<div class="sol-image">
<img src="img/solutions/photo.jpg" alt="Photography">
</div>
<p>Seene’s computer vision technology adds a new dimension to smartphone
photography by combining image, depth and movement into a shareable 3D scene.</p>
<p><a href="technology.html#25dscene" class="btn learn-more">Learn more</a></p>
</section>
</div>
<div class="footer">
<div class="content">
<ul class="hmenu">
<li><a href="terms.html">Terms</a></li>
<li><a href="privacy.html">Privacy</a></li>
<li class="copyright">Copyright © 2016 Obvious Engineering Ltd</li>
</ul>
</div>
</div>
</body>
</html>