Commit Graph

132 Commits (a7f8ba7ac4a0430e06492699bba97b965a151213)

Author SHA1 Message Date
Varun Agrawal a7f8ba7ac4 Add python dataset directory to search options 2020-08-31 09:50:47 -04:00
Frank dellaert 84e0bc5351 Added more support for Pose2 data 2020-08-20 23:25:28 -04:00
Frank dellaert 8dfd8e8a76 Added g2o to search 2020-08-19 16:30:08 -04:00
Fan Jiang 1d6392dc88 Initial migration 2020-08-17 17:13:10 -04:00
Frank Dellaert 8288b55d4e Addressed review comments 2020-08-16 17:30:52 -04:00
Frank Dellaert 4f28a0b88d Fixed covariance bug 2020-08-15 17:56:24 -04:00
Frank Dellaert b1e3b5495c Some behavior changes.
- maxIndex now does what it says
- id = size_t, Key is only for Values and Graph)
- re-admitted methods needed for wrapper.
2020-08-15 13:05:58 -04:00
Frank Dellaert fc08562641 Hunted down deprecated use of parse3DLandmarks 2020-08-15 08:06:37 -04:00
Frank Dellaert e62d04ce27 Templated parse methods 2020-08-14 19:10:31 -04:00
Frank Dellaert aa3c0f8c5d refactored load2d 2020-08-14 18:31:05 -04:00
Frank Dellaert d67afa8a3d Very generic parseToVector 2020-08-14 18:30:56 -04:00
Frank Dellaert a978c15d8e Templated some methods internally 2020-08-14 18:30:45 -04:00
Jose Luis Blanco Claraco 8165291704
Fix warnings on incorrect for range reference bindings 2020-07-27 00:14:18 +02:00
Varun Agrawal d2063d928e added backwards compatibility for parseVertex 2020-07-24 11:37:58 -05:00
Varun Agrawal 7d27431572 support for landmarks in g2o files 2020-07-11 02:52:34 -04:00
Frank dellaert a484c910ab Avoided extra conversions to quaternions 2020-07-09 17:27:06 -04:00
Frank dellaert 4960f75595 Normalized quaternions before converting to Rot3 to account for limited precision in text files. 2020-07-09 17:16:11 -04:00
Binit Shah 5556db5420 Using optional sampler outside loop 2020-05-30 17:35:22 -04:00
Binit Shah 537155dd05 Sampler initialized with noise argument 2020-05-28 04:36:35 -04:00
Binit Shah 3a1653dd23 Include corrupting noise param to parse3DFactors 2020-05-17 15:44:11 -04:00
Frank Dellaert d1d8543fc7 Fixed issues with deprecated Sampler methods 2020-04-04 13:57:05 -04:00
Varun Agrawal 75d5409d78 follow Google style guide naming convention for Sfm related data structs 2020-03-06 18:02:51 -05:00
Varun Agrawal 719975022c consistent naming scheme for SfM_Data 2020-03-06 17:56:32 -05:00
Frank Dellaert 8801de4d63 Pose3 naming convention 2019-05-16 15:06:15 -04:00
Frank Dellaert 18d26d12af Added some xml test files 2019-04-07 13:15:05 -04:00
Frank Dellaert 88ac6de4af Wrapped parse3DFactors 2019-03-14 01:25:06 -04:00
Frank Dellaert a47c52cb5e Split parsing and moved to dataset.* 2019-03-14 00:58:22 -04:00
Frank Dellaert c0686f1f09 Fixed findExampleDataFile issue. Note the wrapped version is not the one that will be available in MATLAB. Still have to test whether we can use that or not. 2019-02-11 10:43:48 -05:00
Frank Dellaert 6d0a76aec9 Got rid of filter because of compile issues on Windows 2018-12-29 15:11:24 -05:00
dellaert e2363e90bd Fixed issue with 'count' 2018-12-22 18:07:00 -05:00
Frank Dellaert 617040f503 count method (better than filter, then size). 2018-12-22 17:09:14 -05:00
dellaert ebf047b4aa Added return types 2018-05-14 00:39:36 -07:00
dellaert 45a7b5ba68 Add edge/vertex parsing from any input stream 2017-08-08 00:39:22 -07:00
yao a0661b3813 Almost done. Still need to figure out how to remove the remaining 3 occurrences. 2016-05-21 12:44:46 -04:00
Alex Hagiopol 3c195f5bc6 Switched to Eigen Fixed-Size Block expression. 2016-04-11 19:01:58 -04:00
Alex Hagiopol 70b2aab352 Deprecated all inline functions in Matrix.h. 2016-04-11 15:11:29 -04:00
alexhagiopol 1feed7c20e Work in progress: deprecating inline functions. 2016-04-11 11:34:57 -04:00
dellaert 018fbf720f Fixed compile issue 2016-02-25 21:37:20 -08:00
Frank a611cd078d Modernized a bit 2016-02-25 16:52:41 -08:00
Frank 0372a959ee Many small improvements, bug-fixes, and tests 2016-02-24 11:01:19 -08:00
Frank 2060b09a2b Avoid calling default constructors and/or vector 2016-02-11 19:03:11 -08:00
Frank 0a7fd27f28 Working on getting a simple typedef to compile - as well as dealing with Point3() now creating uninitialized memory. 2016-02-10 17:48:52 -08:00
Frank Dellaert 6eece9cc60 Quaternion now also uppercase 2016-01-26 23:57:34 -08:00
Frank Dellaert 4d93a33f61 Static methods should be uppercase. 2016-01-26 23:09:58 -08:00
Enrique Fernandez fdacba92c5 Fix use model in file, in load2D 2015-08-11 15:25:35 -04:00
Frank Dellaert 30435da070 Moved BearingRangeFactor to SAM 2015-07-12 18:57:26 -07:00
Frank Dellaert 377b90941b switch to Rodrigues everywhere 2015-07-05 16:11:04 -07:00
Frank Dellaert 2d98056497 organize headers 2015-06-07 20:24:53 -07:00
Abe 13a4da21b2 misc bugfixes and cleanup from skydio 2015-05-13 22:26:24 -07:00
nsrinivasan7 226f6ad0ce added sift index options to dataset for reassosiation of data 2015-04-11 10:29:01 -04:00