forked from Helenxzd/patternPretest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (22 loc) · 986 Bytes
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<title>Test Stripe Metamers</title>
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<div class="toppin">
<h1>Patterns
<!-- input type="number" placeholder="input texture duration" id="duration" name="duration" min="200" step="100"><span id="ms">ms </span> -->
</h1>
<div class="instruction">These two patterns are the components of the bipartite textures. The main test images will be based on these two patterns. Once you are familar with the patterns, click 'Move to Main Test' to continue.
The viewing distance should be 5.8 times the image size (initially indicated as an empty square frame).</div>
<div><button class="button"><a href="https://KaixuanZ.github.io/Introscreen/#/Introscreen/intro3">Move to Main Test</a></button></div>
</div>
<div class="imageShow" id="imageShow">
<img src='decoded.png' class="patterns"
id="patterns">
<img src='renoised.png' class="patterns"
id="patterns">
</div>
</body>