We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a3f2ff commit 022684cCopy full SHA for 022684c
tools/FeatureSet-Display/index.html
@@ -4,13 +4,14 @@
4
subtitle: Display your .iset .fset .fset3 files
5
content_width: is-full
6
---
7
-<div class="container" id="cv">
+<div class="container">
8
<h1>FeatureSET-Display</h1>
9
<p>Displaying .iset .fset .fset3 files</p>
10
<p>Feature points: light green circles</p>
11
<p>FeatureSet3 points: tiny red circles</p>
12
<input type="file" id="markerLoader" name="markerLoader" style="display: none;" multiple />
13
<button class="button" id="uploadBt" title="select all 3 files: .iset .fset and .fset3" onclick="document.getElementById('markerLoader').click();">Upload NFT marker</button>
14
+ <div class="section" id="cv"></div>
15
</div>
16
17
<script type="text/javascript" src="./dist/ARFset.js"></script>
0 commit comments