| .. |
|
.cvsignore
|
…
|
|
|
Cal3_S2.cpp
|
make simulation2D work
|
2009-09-15 22:32:34 +00:00 |
|
Cal3_S2.h
|
Added principalPoint
|
2009-09-11 20:48:02 +00:00 |
|
CalibratedCamera.cpp
|
Forward declarations and comments
|
2009-09-11 20:51:03 +00:00 |
|
CalibratedCamera.h
|
Forward declarations and comments
|
2009-09-11 20:51:03 +00:00 |
|
ChordalBayesNet.cpp
|
…
|
|
|
ChordalBayesNet.h
|
…
|
|
|
ConditionalGaussian.cpp
|
…
|
|
|
ConditionalGaussian.h
|
…
|
|
|
ConstrainedChordalBayesNet.cpp
|
…
|
|
|
ConstrainedChordalBayesNet.h
|
…
|
|
|
ConstrainedLinearFactorGraph.cpp
|
2 BIG changes:
|
2009-09-13 04:13:03 +00:00 |
|
ConstrainedLinearFactorGraph.h
|
Factor Graph serialization, and renaming of factors -> factors_
|
2009-08-31 02:40:26 +00:00 |
|
ConstrainedNonlinearFactorGraph.cpp
|
Factor Graph serialization, and renaming of factors -> factors_
|
2009-08-31 02:40:26 +00:00 |
|
ConstrainedNonlinearFactorGraph.h
|
…
|
|
|
DeltaFunction.cpp
|
2 BIG changes:
|
2009-09-13 04:13:03 +00:00 |
|
DeltaFunction.h
|
2 BIG changes:
|
2009-09-13 04:13:03 +00:00 |
|
Doxyfile
|
…
|
|
|
EqualityFactor.cpp
|
2 BIG changes:
|
2009-09-13 04:13:03 +00:00 |
|
EqualityFactor.h
|
2 BIG changes:
|
2009-09-13 04:13:03 +00:00 |
|
FGConfig.cpp
|
BIG: replaced optimize in NonlinearFactorGraph with specialized NonlinearOptimizer object. This does away with the artificial ErrorVectorConfig and the like as NonlinearOptimizer is templated and can use "exmap", the exponential map defined for any differentiable manifold.
|
2009-09-09 04:43:04 +00:00 |
|
FGConfig.h
|
BIG: replaced optimize in NonlinearFactorGraph with specialized NonlinearOptimizer object. This does away with the artificial ErrorVectorConfig and the like as NonlinearOptimizer is templated and can use "exmap", the exponential map defined for any differentiable manifold.
|
2009-09-09 04:43:04 +00:00 |
|
Factor.h
|
2 BIG changes:
|
2009-09-13 04:13:03 +00:00 |
|
FactorGraph-inl.h
|
2 BIG changes:
|
2009-09-13 04:13:03 +00:00 |
|
FactorGraph.h
|
2 BIG changes:
|
2009-09-13 04:13:03 +00:00 |
|
LinearFactor.cpp
|
2 BIG changes:
|
2009-09-13 04:13:03 +00:00 |
|
LinearFactor.h
|
2 BIG changes:
|
2009-09-13 04:13:03 +00:00 |
|
LinearFactorGraph.cpp
|
2 BIG changes:
|
2009-09-13 04:13:03 +00:00 |
|
LinearFactorGraph.h
|
2 BIG changes:
|
2009-09-13 04:13:03 +00:00 |
|
LinearFactorSet.h
|
…
|
|
|
Makefile.am
|
2 BIG changes:
|
2009-09-13 04:13:03 +00:00 |
|
Matrix.cpp
|
…
|
|
|
Matrix.h
|
…
|
|
|
NonlinearFactor.cpp
|
2 BIG changes:
|
2009-09-13 04:13:03 +00:00 |
|
NonlinearFactor.h
|
2 BIG changes:
|
2009-09-13 04:13:03 +00:00 |
|
NonlinearFactorGraph.cpp
|
2 BIG changes:
|
2009-09-13 04:13:03 +00:00 |
|
NonlinearFactorGraph.h
|
2 BIG changes:
|
2009-09-13 04:13:03 +00:00 |
|
NonlinearOptimizer-inl.h
|
2 BIG changes:
|
2009-09-13 04:13:03 +00:00 |
|
NonlinearOptimizer.h
|
changed config() to const
|
2009-09-11 18:33:05 +00:00 |
|
Ordering.cpp
|
…
|
|
|
Ordering.h
|
…
|
|
|
Point2.cpp
|
equals
|
2009-09-07 03:35:32 +00:00 |
|
Point2.h
|
rolling back + operator overload for scalars ( Not approved by FD )
|
2009-09-13 03:43:15 +00:00 |
|
Point2Prior.h
|
2 BIG changes:
|
2009-09-13 04:13:03 +00:00 |
|
Point3.cpp
|
Added few utility functions required to check if Marker is facing the Camera
|
2009-09-13 20:07:00 +00:00 |
|
Point3.h
|
Added few utility functions required to check if Marker is facing the Camera
|
2009-09-13 20:07:00 +00:00 |
|
Pose2.cpp
|
…
|
|
|
Pose2.h
|
add comments
|
2009-09-11 20:51:49 +00:00 |
|
Pose3.cpp
|
Composition is faster, composeTransform is trivial (and should probably go)
|
2009-09-14 04:38:17 +00:00 |
|
Pose3.h
|
Composition is faster, composeTransform is trivial (and should probably go)
|
2009-09-14 04:38:17 +00:00 |
|
Rot3.cpp
|
fixed round off error in Rot3.rodriguez
|
2009-09-16 02:20:57 +00:00 |
|
Rot3.h
|
Faster inverse by avoiding matrix intermediate
|
2009-09-14 04:39:36 +00:00 |
|
SimpleCamera.cpp
|
added a safe projection method to Calibrated and SimpleCamera. added a positiveDepth property to ARToolkitMeasurement so that the visibility can be checked
|
2009-09-13 16:09:54 +00:00 |
|
SimpleCamera.h
|
added a safe projection method to Calibrated and SimpleCamera. added a positiveDepth property to ARToolkitMeasurement so that the visibility can be checked
|
2009-09-13 16:09:54 +00:00 |
|
Simulated2DMeasurement.h
|
…
|
|
|
Simulated2DOdometry.h
|
…
|
|
|
Simulated3D.cpp
|
…
|
|
|
Simulated3D.h
|
…
|
|
|
Testable.h
|
BIG: replaced optimize in NonlinearFactorGraph with specialized NonlinearOptimizer object. This does away with the artificial ErrorVectorConfig and the like as NonlinearOptimizer is templated and can use "exmap", the exponential map defined for any differentiable manifold.
|
2009-09-09 04:43:04 +00:00 |
|
VSLAMFactor.cpp
|
2 BIG changes:
|
2009-09-13 04:13:03 +00:00 |
|
VSLAMFactor.h
|
…
|
|
|
Value.h
|
BIG: replaced optimize in NonlinearFactorGraph with specialized NonlinearOptimizer object. This does away with the artificial ErrorVectorConfig and the like as NonlinearOptimizer is templated and can use "exmap", the exponential map defined for any differentiable manifold.
|
2009-09-09 04:43:04 +00:00 |
|
Vector.cpp
|
…
|
|
|
Vector.h
|
…
|
|
|
gtsam.h
|
…
|
|
|
gtsam.sln
|
…
|
|
|
gtsam.vcproj
|
…
|
|
|
manual.mk
|
…
|
|
|
numericalDerivative.cpp
|
…
|
|
|
numericalDerivative.h
|
…
|
|
|
simulated2D.cpp
|
…
|
|
|
simulated2D.h
|
…
|
|
|
smallExample.cpp
|
2 BIG changes:
|
2009-09-13 04:13:03 +00:00 |
|
smallExample.h
|
BIG: replaced optimize in NonlinearFactorGraph with specialized NonlinearOptimizer object. This does away with the artificial ErrorVectorConfig and the like as NonlinearOptimizer is templated and can use "exmap", the exponential map defined for any differentiable manifold.
|
2009-09-09 04:43:04 +00:00 |
|
svdcmp.cpp
|
…
|
|
|
svdcmp.h
|
…
|
|
|
testCal3_S2.cpp
|
…
|
|
|
testCalibratedCamera.cpp
|
unit tests in meter
|
2009-09-05 20:35:09 +00:00 |
|
testChordalBayesNet.cpp
|
…
|
|
|
testConditionalGaussian.cpp
|
…
|
|
|
testConstrainedChordalBayesNet.cpp
|
…
|
|
|
testConstrainedLinearFactorGraph.cpp
|
…
|
|
|
testConstrainedNonlinearFactorGraph.cpp
|
…
|
|
|
testDeltaFunction.cpp
|
…
|
|
|
testEqualityFactor.cpp
|
…
|
|
|
testFGConfig.cpp
|
BIG: replaced optimize in NonlinearFactorGraph with specialized NonlinearOptimizer object. This does away with the artificial ErrorVectorConfig and the like as NonlinearOptimizer is templated and can use "exmap", the exponential map defined for any differentiable manifold.
|
2009-09-09 04:43:04 +00:00 |
|
testFactorgraph.cpp
|
…
|
|
|
testLinearFactor.cpp
|
2 BIG changes:
|
2009-09-13 04:13:03 +00:00 |
|
testLinearFactorGraph.cpp
|
2 BIG changes:
|
2009-09-13 04:13:03 +00:00 |
|
testMatrix.cpp
|
…
|
|
|
testNonlinearFactor.cpp
|
…
|
|
|
testNonlinearFactorGraph.cpp
|
BIG: replaced optimize in NonlinearFactorGraph with specialized NonlinearOptimizer object. This does away with the artificial ErrorVectorConfig and the like as NonlinearOptimizer is templated and can use "exmap", the exponential map defined for any differentiable manifold.
|
2009-09-09 04:43:04 +00:00 |
|
testNonlinearOptimizer.cpp
|
2 BIG changes:
|
2009-09-13 04:13:03 +00:00 |
|
testPoint2.cpp
|
removed unit test for scalar operator overloading
|
2009-09-13 04:23:31 +00:00 |
|
testPoint3.cpp
|
Added few utility functions required to check if Marker is facing the Camera
|
2009-09-13 20:07:00 +00:00 |
|
testPose2.cpp
|
…
|
|
|
testPose3.cpp
|
Composition is faster, composeTransform is trivial (and should probably go)
|
2009-09-14 04:38:17 +00:00 |
|
testRot3.cpp
|
Faster inverse by avoiding matrix intermediate
|
2009-09-14 04:39:36 +00:00 |
|
testSimpleCamera.cpp
|
unit tests in meter
|
2009-09-05 20:35:09 +00:00 |
|
testSimulated2D.cpp
|
…
|
|
|
testSimulated3D.cpp
|
…
|
|
|
testVSLAMFactor.cpp
|
…
|
|
|
testVector.cpp
|
…
|
|
|
timeLinearFactor.cpp
|
…
|
|