Frank Dellaert
|
4675fd67d0
|
removed deprecated code
|
2023-01-20 22:50:05 -08:00 |
Frank Dellaert
|
6d0c55901c
|
Global replace to V42
|
2022-01-02 15:49:47 -05:00 |
Varun Agrawal
|
2dd22c64fd
|
Merge branch 'develop' into feature/wrap-multiple-interfaces
|
2021-07-14 21:56:09 -04:00 |
Varun Agrawal
|
6919ad9277
|
update interface files with latest develop
|
2021-07-14 21:53:20 -04:00 |
roderick-koehle
|
a115788ea5
|
Remove spaces in empty line
|
2021-07-14 11:53:31 +02:00 |
roderick-koehle
|
55c12743fc
|
Forward declaration of fisheye camera.
Forward declaration of PinholeCal3Fisheye needed by Python wrapper.
|
2021-07-08 15:45:11 +02:00 |
Varun Agrawal
|
cb3a766b30
|
uncomment calibration applications
|
2020-11-30 13:19:13 -05:00 |
Varun Agrawal
|
e4c738dabf
|
Deprecate SimpleCamera properly
|
2020-11-30 06:40:54 -05:00 |
Duy-Nguyen Ta
|
1cdc228d6a
|
remove trailing spaces
|
2019-02-11 10:58:34 -05:00 |
Frank Dellaert
|
fce0f15c1b
|
Adding all missing GTSAM_EXPORT directives from 'origin/fix/msvc2017'
|
2018-11-04 14:32:29 -05:00 |
Frank Dellaert
|
df1886c56c
|
Even more concise by templating on second argument. Made return type explicit in HasRange/HasBearing.
|
2015-07-14 01:13:33 -07:00 |
Frank Dellaert
|
64d315df19
|
HasBearing and HasRange helper classes
|
2015-07-14 00:32:24 -07:00 |
dellaert
|
6bb5b03c7a
|
Added two specializations for matlab wrapper
|
2015-07-12 22:48:54 -07:00 |
cbeall3
|
bf026eb33d
|
Small fixes to make it actually work in Matlab
|
2015-05-20 13:30:36 -04:00 |
cbeall3
|
f8ab4ef144
|
Change SimpleCamera from typedef back to regular class to make wrapping+serialiation work. Had to change some templates because vector<PinholeCamera> can't be upcast to vector<SimpleCamera>
|
2015-05-18 14:33:27 -04:00 |
Natesh Srinivasan
|
aad0b2876b
|
Changed Matrix.h to correct return values amd impleemnted rectangular matrix types.
Also changed block operations to <<
|
2014-12-03 15:16:55 -05:00 |
Richard Roberts
|
a54d177202
|
Added dll export tags and updated cmake scripts so that GTSAM can build as a shared library on windows
|
2013-03-13 18:56:21 +00:00 |
Chris Beall
|
4297d24c96
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
Frank Dellaert
|
d58d277160
|
Recover camera from 3*4 camera matrix
|
2012-06-30 14:30:24 +00:00 |
Yong-Dian Jian
|
51f79e0adf
|
clean/remove redundant file
|
2012-03-24 00:19:24 +00:00 |
Yong-Dian Jian
|
58c4808679
|
Make a pinhole camera class that subsumes the SimpleCamera, CalibratedCameraT and GeneralCameraT classes. The corresponding files have to be deleted later. Note that CalibratedCamera can be subsumed as well, but it is still kept for potential performance benefit. Fix the corresponding corresponding unit tests .
|
2012-01-28 14:59:58 +00:00 |
Alex Cunningham
|
ca3c78a5bc
|
Comments only
|
2012-01-08 20:50:25 +00:00 |
Frank Dellaert
|
2caa56c0d5
|
Documentation and creation of Doxygen module "geometry"
|
2011-09-07 05:02:36 +00:00 |
Alex Cunningham
|
c44315fec8
|
Added more serialization - geometry is done, jacobian and hessian factors done, visual system done. Split projection factor out from visual SLAM into separate header
|
2011-06-03 21:32:27 +00:00 |
Richard Roberts
|
2c90e3d836
|
Moved the subdirectories that compile into libgtsam.la into a 'gtsam' subdirectory. Hopefully a good fix for the problem we had trying to make a gtsam distribution, that the source directory may not be called 'gtsam'.
|
2010-10-25 20:10:33 +00:00 |