| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup & torus updates | mwturvey | 2017-03-10 | 1 | -5/+136 |
* | Different calculation of distance between point guesses | mwturvey | 2017-03-09 | 1 | -5/+57 |
* | More Debug stuff | mwturvey | 2017-03-09 | 1 | -3/+30 |
* | Converging | mwturvey | 2017-03-09 | 1 | -6/+8 |
* | progress... maybe? | mwturvey | 2017-03-08 | 1 | -9/+17 |
* | Major block in place | mwturvey | 2017-03-08 | 1 | -13/+121 |
* | Adding estimate refinement | mwturvey | 2017-03-08 | 1 | -13/+149 |
* | Adding gradient | mwturvey | 2017-03-08 | 1 | -1/+20 |
* | Starting to port Octavio2895's algorithm to C | mwturvey | 2017-03-08 | 2 | -0/+215 |
* | Merge branch 'master' of https://github.com/cnlohr/libsurvive | ultramn | 2017-03-02 | 3 | -562/+125 |
|\ |
|
| * | Update code to allow for headless mode. | cnlohr | 2017-02-25 | 1 | -3/+12 |
| * | Comment out some debug code | mwturvey | 2017-02-21 | 1 | -8/+8 |
| * | Use a better angle estimate | mwturvey | 2017-02-21 | 1 | -24/+21 |
| * | find_tori: Cache a tan() | mwturvey | 2017-02-21 | 1 | -4/+9 |
| * | find_tori: Cache inverse rotation & trade a sin for a sqrt | mwturvey | 2017-02-21 | 1 | -11/+22 |
| * | Remove a bunch of dead code | mwturvey | 2017-02-21 | 1 | -503/+10 |
| * | find_tori: Cache rotation matrices | mwturvey | 2017-02-21 | 1 | -24/+20 |
| * | Disable debug code | mwturvey | 2017-02-21 | 1 | -2/+2 |
| * | Optimizing find_tori, replace 3 trigs with 1 sqrt | mwturvey | 2017-02-21 | 2 | -14/+41 |
| * | Eliminate unnecessary pow calls. | Mike Turvey | 2017-02-21 | 2 | -5/+16 |
* | | plot_lighthouse/Makefile | ultramn | 2017-02-19 | 10 | -52/+710 |
|\| |
|
| * | Merge branch 'master' of https://github.com/cnlohr/libsurvive | cnlohr | 2017-02-16 | 3 | -8/+252 |
| |\ |
|
| | * | Merge pull request #28 from mwturvey/optimize_gd | CNLohr | 2017-02-16 | 3 | -8/+252 |
| | |\ |
|
| | | * | Transitioned to a gradient-descent only solution | mwturvey | 2017-02-14 | 3 | -16/+183 |
| | | * | Optimize gradient descent for shallow valley | mwturvey | 2017-02-13 | 1 | -2/+79 |
| * | | | fix ootx_decode tool compile | Josh Allen | 2017-02-14 | 2 | -6/+6 |
| * | | | Merge github.com:cnlohr/libsurvive | Josh Allen | 2017-02-14 | 2 | -311/+0 |
| |\| | |
|
| | * | | integrate josh's new work. It works! #19 is just about solved! | cnlohr | 2017-02-14 | 2 | -311/+0 |
| * | | | use acode | Josh Allen | 2017-02-14 | 1 | -4/+5 |
| |/ / |
|
| * | | Merge branch 'ootx_decoder_context_cleanup' | Josh Allen | 2017-02-14 | 7 | -226/+244 |
| |\ \ |
|
| | * | | rename function for half float to float | Josh Allen | 2017-02-13 | 1 | -11/+11 |
| | * | | use zlib crc32 | Josh Allen | 2017-02-13 | 2 | -6/+8 |
| | * | | Merge branch 'master' of github.com:axlecrusher/libsurvive into ootx_decoder_... | Josh Allen | 2017-02-13 | 7 | -23/+33 |
| | |\ \ |
|
| | * | | | remove crc32 code. we are using zlib crc32 code | Josh Allen | 2017-02-13 | 2 | -116/+0 |
| | * | | | remove unused code | Josh Allen | 2017-02-13 | 3 | -209/+10 |
| | * | | | add code to use cnlohr's improved dataset | Josh Allen | 2017-02-13 | 1 | -1/+58 |
| | * | | | fix decoding of length value | Josh Allen | 2017-02-13 | 1 | -26/+4 |
| | * | | | simplify zero condition | Josh Allen | 2017-02-13 | 1 | -1/+1 |
| | * | | | function half to float conversion | Josh Allen | 2017-02-12 | 1 | -20/+34 |
| | * | | | buffer does not need to be very large. | Josh Allen | 2017-02-12 | 1 | -1/+1 |
| | * | | | free decoder context | Josh Allen | 2017-02-12 | 3 | -1/+11 |
| | * | | | handler for bad crc32 | Josh Allen | 2017-02-12 | 3 | -9/+9 |
| | * | | | clean up code. move some of the debugging code out into the test harness | Josh Allen | 2017-02-12 | 3 | -47/+35 |
| | * | | | fix copyright | Josh Allen | 2017-02-12 | 4 | -4/+4 |
| | * | | | Merge branch 'master' of github.com:axlecrusher/libsurvive into ootx_decoder_... | Josh Allen | 2017-02-12 | 9 | -29/+1070 |
| | |\ \ \ |
|
| | * | | | | remove float16 to float32 conversion | Josh Allen | 2017-02-12 | 1 | -30/+2 |
| | * | | | | proper decoding of bith lighthouse ootx data | Josh Allen | 2017-02-12 | 3 | -29/+81 |
| | * | | | | use ootx_accumulate_bit | Josh Allen | 2017-02-12 | 1 | -1/+1 |
| | * | | | | ootx_log_bit to ootx_accumulate_bit | Josh Allen | 2017-02-12 | 2 | -4/+10 |
| | * | | | | add lighthouse_info_v6 | Josh Allen | 2017-02-11 | 3 | -5/+143 |