Sungtae An
|
05c98ccafb
|
Add typedef CAMERA and restore a commented function of 'add' as a templated function.
|
2014-11-25 00:20:23 -05:00 |
Sungtae An
|
aebe40d19f
|
Add the 4th input argument for calling PinholeCamera<Calibration>::project which does not take default arguments anymore.
|
2014-11-21 20:50:30 -05:00 |
cbeall3
|
dd255eb24c
|
Remove landmark template parameter
|
2014-11-19 13:07:14 -05:00 |
cbeall3
|
6529b793cc
|
Some fixes for feedback reported in pull request #39
|
2014-11-19 12:51:12 -05:00 |
cbeall3
|
1c6dc8a77d
|
uncomment/fix reprojectionError and computeEP methods
|
2014-11-17 20:09:19 -05:00 |
cbeall3
|
600444eeb7
|
absolute paths to includes
|
2014-11-17 19:53:10 -05:00 |
cbeall3
|
dde32f7fe2
|
templated SmartFactor classes on measurement dimension, ZDim
|
2014-11-17 19:10:27 -05:00 |
cbeall3
|
d24b799988
|
Merge remote-tracking branch 'origin/develop' into feature/TemplatedSmartFactors
|
2014-11-14 14:35:25 -05:00 |
Sungtae An
|
3dbc9929a4
|
Rename ImplicitSchurFactor to RegularImplicitSchurFactor ('Regular' means fixed-size)
|
2014-11-10 23:37:42 -05:00 |
Luca
|
61d9cdd20f
|
included sensor to body transformation in smartProjectionPoseFactors (with unit test)
|
2014-11-07 19:27:16 -05:00 |
cbeall3
|
70956bb447
|
minor fixes for clang in C++11 mode on Mac
|
2014-09-08 15:52:07 -04:00 |
cbeall3
|
089ac4e743
|
Additionally templated JacobianFactorSVD on measurement type, and Jacobian_SVD unit tests now pass for SmartStereoFactor
|
2014-07-15 14:43:01 -04:00 |
cbeall3
|
d191b0cebb
|
space between double angle-brackets
|
2014-07-10 07:58:56 -04:00 |
Stephen Camp
|
2eef2c14b5
|
Fixed abort due to unaligned memory allocation in SmartFactorBase
|
2014-07-01 08:40:27 -04:00 |
Stephen Camp
|
c13569df4c
|
Converted stereo factors to use stereo points and cameras; added operator<< to StereoPoint2 (STILL CAUSES LNK ERROR)
|
2014-06-05 09:25:06 -04:00 |
cbeall3
|
49ae04dc47
|
start commenting out some unused code
|
2014-06-03 16:51:03 -04:00 |
cbeall3
|
6d33b3c24e
|
template base class on Camera instead of Calibration
|
2014-06-03 16:13:50 -04:00 |
cbeall3
|
fb50e20c82
|
template on measurement so we can later have StereoPoint2 instead of Point2
|
2014-06-03 15:24:41 -04:00 |
Chris Beall
|
470527ff99
|
fix warnings on Windows. No need to create variable in catch statement if you're not going to use it. It generates unreferenced variable warnings.
|
2014-06-01 11:30:04 -04:00 |
cbeall3
|
87f5818776
|
Move smart projection factor
|
2014-05-31 15:33:19 -04:00 |