dellaert
|
c20eaecf82
|
PinholeBase class
|
2015-02-21 08:28:17 +01:00 |
dellaert
|
14ea858e3f
|
getPose -> pose
|
2015-02-21 08:28:00 +01:00 |
dellaert
|
eccb0663f3
|
Forward declare of Point2
|
2015-02-21 08:25:59 +01:00 |
dellaert
|
109e538ce6
|
Added two static functions and Lookat named constructor. Will be called in Pinhole* classes to avoid copy/paste
|
2015-02-21 08:24:09 +01:00 |
dellaert
|
0498a4550b
|
Standard formatting
|
2015-02-21 07:29:08 +01:00 |
dellaert
|
f097ceef38
|
Header order
|
2015-02-21 07:28:39 +01:00 |
zhaoyang
|
92f2e8e168
|
add in a natural ordering for testing. Test this code on other machines.
|
2015-02-20 23:45:13 -05:00 |
alexhagiopol
|
7dca1d76a5
|
More reductions in included lines.
|
2015-02-20 17:09:17 -05:00 |
alexhagiopol
|
0a5f220534
|
10% reduction in lines of code included by Vector.h.
|
2015-02-20 14:33:15 -05:00 |
dellaert
|
1a6102a7a5
|
Calibration became fixed
|
2015-02-20 17:39:33 +01:00 |
dellaert
|
da8e88d5a1
|
New class copied from PinholeCamera
|
2015-02-20 13:33:19 +01:00 |
dellaert
|
a27722e03a
|
Add some definitions.
|
2015-02-20 11:03:47 +01:00 |
Paul Drews
|
fbfbe1b9e2
|
re-added project make target
|
2015-02-20 01:12:39 -05:00 |
Paul Drews
|
b53c26c934
|
Merge remote-tracking branch 'origin/develop' into feature/Similarity
Conflicts:
.cproject
|
2015-02-20 00:36:52 -05:00 |
dellaert
|
7ecf8ec1ac
|
Fixed compile issues with examples
|
2015-02-20 02:42:51 +01:00 |
dellaert
|
843bc7cb82
|
Isolated calculation of Point Covariance in static method(s) PointCov
|
2015-02-20 02:06:47 +01:00 |
dellaert
|
4badb4a10f
|
Derivative tests, and re-formatting (and getting rid of gtsam::/std::)
|
2015-02-20 00:57:27 +01:00 |
dellaert
|
ed267ed69d
|
BIG CHANGE: Smart factors now call project in CameraSet. It makes it a bit more clear by having a separately tested unit with projection/derivatives. But in the end it did not help much. SmartFactorBase is still long and (too) complex.
|
2015-02-20 00:57:00 +01:00 |
dellaert
|
36e858bc96
|
removed obsolete target
|
2015-02-20 00:51:32 +01:00 |
dellaert
|
8daefafb91
|
Only now it really works with StereoCamera
|
2015-02-19 23:45:12 +01:00 |
dellaert
|
03689e418e
|
Cleaned up, made default constructor a working StereoCamera
|
2015-02-19 23:44:56 +01:00 |
zhaoyang
|
55729e0e69
|
fix bugs in timing, duplicate graph
|
2015-02-19 16:00:21 -05:00 |
dellaert
|
b5d9ed4529
|
Make derivative zero, throw exception.
|
2015-02-19 18:05:50 +01:00 |
dellaert
|
0a3272dab6
|
equals/print compile
|
2015-02-19 18:05:30 +01:00 |
dellaert
|
bc1da8577f
|
Make it work with StereoCamera
|
2015-02-19 17:19:59 +01:00 |
dellaert
|
9a5f39b55b
|
Check derivatives
|
2015-02-19 15:00:19 +01:00 |
thduynguyen
|
ba4698bf51
|
add comments, fix format, make test compiled
|
2015-02-19 08:51:54 -05:00 |
dellaert
|
6f0ea81c5e
|
Fixed compile issues
|
2015-02-19 13:38:20 +01:00 |
dellaert
|
2d014b4522
|
First draft of CameraSet
|
2015-02-19 13:30:41 +01:00 |
dellaert
|
8a64d5bffe
|
Got rid of template parameters POSE (which was a fiction) and Z (which is now derived as CAMERA::Measurement).
|
2015-02-19 12:27:40 +01:00 |
dellaert
|
370b447e75
|
Add Measurement typedef
|
2015-02-19 12:24:02 +01:00 |
dellaert
|
454aec4554
|
Deal with forward declaration.
|
2015-02-19 12:23:49 +01:00 |
dellaert
|
a7370818fa
|
Added unit test for SmartFactorBase (which immediatly exposed dim bug!)
|
2015-02-19 10:54:55 +01:00 |
dellaert
|
7c1a795cb4
|
Fixed bug in dim (it should be #rows not #columns!) and moved to base class
|
2015-02-19 10:54:25 +01:00 |
Paul Drews
|
f9ccd23d4a
|
Refactored into class and unit test
|
2015-02-19 01:21:20 -05:00 |
zhaoyang
|
c2a223ddbb
|
copy the nonlinearfactor graph for two independent tests
|
2015-02-18 23:58:53 -05:00 |
zhaoyang
|
3b1c6b1b1e
|
add in a COLAMD vs METIS exmaple
|
2015-02-18 23:36:31 -05:00 |
dellaert
|
319d26312e
|
Better documentation
|
2015-02-19 02:01:36 +01:00 |
dellaert
|
3f437c448b
|
Removed dividers, added empty comments
|
2015-02-19 01:19:14 +01:00 |
dellaert
|
fd7411c68c
|
Making Direct and Iterative solvers comparable
|
2015-02-18 15:47:06 +01:00 |
thduynguyen
|
d8e184fadd
|
fix traits::dimension
|
2015-02-18 09:13:15 -05:00 |
dellaert
|
37cc0acbf7
|
Ignore doxygen docs
|
2015-02-18 14:24:35 +01:00 |
krunalchande
|
23dbaad23e
|
Added test to test iterative framework. DOES NOT WORK YET.
|
2015-02-18 07:48:40 -05:00 |
krunalchande
|
f1703db4aa
|
Added comments
|
2015-02-18 07:48:40 -05:00 |
krunalchande
|
37fe405872
|
Added warmStart flag.
|
2015-02-18 07:48:39 -05:00 |
krunalchande
|
6b2b96ca2a
|
updated with current constructor whch needs number of iterations
|
2015-02-18 07:47:55 -05:00 |
krunalchande
|
3142f0a9a7
|
disabled test
|
2015-02-18 07:47:55 -05:00 |
krunalchande
|
2476bbe8d7
|
can pass debug flag as parameter.
|
2015-02-18 07:47:55 -05:00 |
krunalchande
|
3e352f109e
|
Added warm start for initializing active set.
|
2015-02-18 07:47:54 -05:00 |
krunalchande
|
f4a4ce4325
|
added debug print statements
|
2015-02-18 07:47:54 -05:00 |