Skip to content

Commit 94865dc

Browse files
author
arch
committed
update docs
1 parent 3de4bfa commit 94865dc

13 files changed

+44
-23
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,3 @@ make docs package
3030
```
3131

3232
This create the distribution package in `./dist`. Or simply type `make all` to build and install the package.
33-
34-
## TODOs
35-
36-
- Append script to predict x-Movement

docs/app/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The Algorithm is implemented for 3D Side-By-Side VR Videos. Some parameter are c
6767
4. Map the relative difference to an absolute difference score by user input.
6868
5. Filter all local min and max points to get the final action positions for the Funscript.
6969

70-
### Improvements
70+
#### Improvements
7171

7272
- You can change the OpenCV tracker in the source code which predicts the position. OpenCV offers several trackers which differ in prediction accuracy and processing speed. See also [OpenCV Tracker](https://learnopencv.com/object-tracking-using-opencv-cpp-python/).
7373

docs/app/site/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ <h4 id="process">Process</h4>
225225
<li>Map the relative difference to an absolute difference score by user input.</li>
226226
<li>Filter all local min and max points to get the final action positions for the Funscript.</li>
227227
</ol>
228-
<h3 id="improvements">Improvements</h3>
228+
<h4 id="improvements">Improvements</h4>
229229
<ul>
230230
<li>
231231
<p>You can change the OpenCV tracker in the source code which predicts the position. OpenCV offers several trackers which differ in prediction accuracy and processing speed. See also <a href="https://learnopencv.com/object-tracking-using-opencv-cpp-python/">OpenCV Tracker</a>.</p>
@@ -320,5 +320,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>
320320

321321
<!--
322322
MkDocs version : 1.1.2
323-
Build Date UTC : 2021-06-23 18:38:21.986284+00:00
323+
Build Date UTC : 2021-06-25 17:42:41.799080+00:00
324324
-->

docs/app/site/sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url>
33
<loc>None</loc>
4-
<lastmod>2021-06-23</lastmod>
4+
<lastmod>2021-06-25</lastmod>
55
<changefreq>daily</changefreq>
66
</url>
77
</urlset>

docs/app/site/sitemap.xml.gz

0 Bytes
Binary file not shown.
603 Bytes
Binary file not shown.
10.4 KB
Binary file not shown.
0 Bytes
Binary file not shown.

docs/code/_build/html/funscript_editor.algorithms.html

Lines changed: 31 additions & 10 deletions
Large diffs are not rendered by default.

docs/code/_build/html/funscript_editor.utils.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
197197

198198
<dl class="py data">
199199
<dt class="sig sig-object py" id="funscript_editor.utils.config.VERSION">
200-
<span class="sig-prename descclassname"><span class="pre">funscript_editor.utils.config.</span></span><span class="sig-name descname"><span class="pre">VERSION</span></span><em class="property"> <span class="pre">=</span> <span class="pre">'0.0.1'</span></em><a class="headerlink" href="#funscript_editor.utils.config.VERSION" title="Permalink to this definition"></a></dt>
200+
<span class="sig-prename descclassname"><span class="pre">funscript_editor.utils.config.</span></span><span class="sig-name descname"><span class="pre">VERSION</span></span><em class="property"> <span class="pre">=</span> <span class="pre">'0.0.2'</span></em><a class="headerlink" href="#funscript_editor.utils.config.VERSION" title="Permalink to this definition"></a></dt>
201201
<dd><p>the package version</p>
202202
</dd></dl>
203203

0 commit comments

Comments
 (0)