aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Made it test dcldgemm insteadJustin Berger2018-03-171-1/+3
* Added test target, mul testJustin Berger2018-03-172-4/+23
* Test DCL.cnlohr2018-03-172-2/+41
* Update dclapack to do automatic size-of-array'ingcnlohr2018-03-173-16/+24
* Now wrangled with ability to use submatricies.cnlohr2018-03-173-43/+55
* Get closer to functional.cnlohr2018-03-173-3/+54
* Fix other comments in .h file.cnlohr2018-03-171-7/+7
* Fix comments in dclapack code to reflect current behaviorcnlohr2018-03-171-6/+6
* Removed GFX guts out of data_recorderJustin Berger2018-03-162-103/+13
* update daveortho to use new nomenclaturecnlohr2018-03-171-11/+11
* Update variable ordering...cnlohr2018-03-173-55/+55
* Merge branch 'master' of https://github.com/cnlohr/libsurvivecnlohr2018-03-171-0/+3
|\
| * Add note about additional dependencies.CNLohr2018-03-161-2/+2
| * Update README.mdCNLohr2018-03-161-0/+3
* | Update DCLapack with the C helpers to cize stuff.cnlohr2018-03-173-31/+171
|/
* Added a lot of features to the viz toolJustin Berger2018-03-167-189/+218
* Added code to interpolate between two EPNP guesses; behaves much betterJustin Berger2018-03-161-16/+32
* Made viewer sync with data_recorderJustin Berger2018-03-161-25/+32
* Playback now goes to a single file. Note that the file format changed too so ...Justin Berger2018-03-1610-66/+135
* Data window tuningJustin Berger2018-03-161-1/+1
* Added usb packet statisticsJustin Berger2018-03-161-0/+4
* Refactored how the persistence (now called sensor_activations) workedJustin Berger2018-03-1610-112/+97
* Added missing viz depJustin Berger2018-03-161-0/+1017
* Quick fix for merge issueJustin Berger2018-03-152-4/+4
* Merge pull request #113 from cnlohr/epnpCNLohr2018-03-1622-33/+2394
|\
| * Forgot filesJustin Berger2018-03-153-2/+69
| * Refactored the minimal ocv to be in redistJustin Berger2018-03-156-1704/+224
| * Removed cruft from MakefileJustin Berger2018-03-151-10/+2
| * Cleaned up memory leaksJustin Berger2018-03-159-53/+456
| * Removed printfs, fixed a segfaultJustin Berger2018-03-156-57/+50
| * Added some tmp file stings to gitignoreJustin Berger2018-03-151-0/+7
| * Results out of epnpJustin Berger2018-03-158-9/+186
| * Added first draft of epnp codeJustin Berger2018-03-158-3/+3204
| * Added default action for pose processJustin Berger2018-03-141-1/+2
| * Allowed overriding of CC in makefileJustin Berger2018-03-141-1/+1
* | rename nr_locations to sensor_ctcnlohr2018-03-148-25/+25
|/
* Fixed regression from early refactorJustin Berger2018-03-121-1/+1
* Changed include to not have 'redist'Justin Berger2018-03-122-2/+2
* Cleaned up cast warningJustin Berger2018-03-122-3/+3
* Merge pull request #112 from cnlohr/poser_callbacksCNLohr2018-03-1211-53/+106
|\
| * Redirected posers to used passed in callbacksJustin Berger2018-03-126-26/+41
| * Preparing to add more to PoserDataJustin Berger2018-03-123-10/+15
| * Added callback for lighthouse found; example in test.cJustin Berger2018-03-128-23/+56
|/
* FLT* -> SurvivePose*Justin Berger2018-03-116-21/+16
* remove unneeded depcnlohr2018-03-111-450/+0
* Merge pull request #110 from cnlohr/reprojectionCNLohr2018-03-115-1/+249
|\
| * Fixed survive_reproject to match the new coordinate systemJustin Berger2018-03-112-5/+12
| * Changed rotation of charlesslow to match new standardJustin Berger2018-03-111-0/+6
| * Tweaked the reproj error to be in terms of average error per sampleJustin Berger2018-03-111-1/+7
| * Added code which calculates the error for each calibration type; also made su...Justin Berger2018-03-114-1/+230
|/