Commit d6257db
Skeletonization (#128)
* method for converting and reverting RPs
* first rudimentary and slow implementation of `skeletonize`
* function barriers and single arrays instead of matrix storing the lines
* debugged single array solution
* debug package compilation
* compute only triangles
* more tests; debugged code w.r.t. main diagonal
* horizontal-histo based on _linehistograms (is slower in fact)
* debugged line counting based on _linehistograms
* final implementation
* fixed tests for ubuntu
* again, try to fix the tests
* can not find the mistake..
* still not...
* make tests work!
* Removed unnecessary deps
* requested changes
* version increase and changelog
* clean `scan_lines!`
* simplify conversion btw standard RP and CRM
* comment horizontalhisto2 back
* fix `revert_close_return_map`
* `create_close_returns_map` without full matrix
* linehistograms based on vertical lines
* simplify verticalhisto
* optimization of verticalhisto
* optimization of "second version" of verticalhisto
* verticalhisto-method replaced and little polishing
* point to the right Data-Repo
* fix tests
* Apply suggestions from code review
Co-authored-by: Helios De Rosario <helios.derosario@gmail.com>
Co-authored-by: George Datseris <datseris.george@gmail.com>1 parent 51d3b14 commit d6257db
File tree
11 files changed
+431
-15
lines changed- src
- matrices
- rqa
- test
11 files changed
+431
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
4 | 7 | | |
5 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | | - | |
| 37 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
51 | | - | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| 57 | + | |
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
| 221 | + | |
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| |||
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
339 | | - | |
| 339 | + | |
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
| |||
0 commit comments