matlabbe
|
f1d96a30a4
|
Export: Added blending option, gain compensation performance increased when exporting with textures
|
2017-04-09 19:16:50 -04:00 |
|
matlabbe
|
b7dbf27931
|
Parameters: added Grid/FullUpdate (default true). Updated how occupancy grid is updated after loop closure. OctoMap: added tree depth argument when creating 2d map, added full update argument on constructor (default false). MainWindow: using OccupancyGrid object instead of keeping in cache local grids (we can have actual time to update the global grid).
|
2017-04-07 18:31:11 -04:00 |
|
matlabbe
|
1d8952867d
|
MainWindow: added timing stats on global map creation. Updated util3d::occupancy2DFromLaserScan() and util3d::create2DMap() interfaces (hit/noHit scans in opencv matrix format). Parameter default: Grid/ProjRayTracing=true, Grid/NormalK=true
|
2017-04-06 12:27:12 -04:00 |
|
matlabbe
|
d68eeada0e
|
Export: Disabled exposure fusion when built with Opencv < 3
|
2017-03-31 18:56:52 -04:00 |
|
matlabbe
|
accbe5a423
|
Export: Added exposure fusion option
|
2017-03-31 18:56:52 -04:00 |
|
matlabbe
|
767b29d5a3
|
Updated detect more loop closures with optimization check to accept (like in dbviewer). DBViewer: added Depth image edition dialog. GainCompensator: now doing it on 3 channels separatly. Export: removed gain's alpha option, added max polygons option, added brightness/contrast auto balance option
|
2017-03-31 18:56:52 -04:00 |
|
matlabbe
|
a928a0b404
|
Moved create occupancy grid parameter to Ocupancy Grid panel
|
2017-03-31 18:56:52 -04:00 |
|
matlabbe
|
2574f3a8ee
|
DatabaseViewer: Added ExportCloudsDialog, added Occupancy Grid View
|
2017-03-31 18:56:52 -04:00 |
|
matlabbe
|
d21ae76fff
|
0.12.3: Increased Tango rendering performance, modified all handleEvent() with new interface (now returning bool)
|
2017-03-12 21:21:09 -04:00 |
|
matlabbe
|
e003fb8d35
|
Texturing: Added min polygon cluster size parameter
|
2017-03-04 18:20:26 -05:00 |
|
matlabbe
|
300e37124c
|
GTSAM: added optimizer approach option #172
|
2017-03-02 16:46:15 -05:00 |
|
matlabbe
|
9b3b7b09a0
|
Projection ray tracing, keep empty cells from projection
|
2017-03-01 17:34:28 -05:00 |
|
matlabbe
|
17121d5861
|
Added parameter "Grid/ProjRayTracing" and renamed "Grid/3DGroundIsObstacle" to "Grid/GroundIsObstacle"
|
2017-03-01 14:06:21 -05:00 |
|
matlabbe
|
b76952f016
|
Export: using color transfer radius to limit texturing far polygons from the orignal cloud
|
2017-02-27 17:31:02 -05:00 |
|
matlabbe
|
2565239a1b
|
Export dialog: hiding not used options, exporting can be now canceled on texturing phase
|
2017-02-26 18:17:00 -05:00 |
|
matlabbe
|
0d0577a886
|
3D Rendering: Added option to show graph's frustums, added option to filter floor and/or ceiling.
|
2017-02-09 18:32:44 -05:00 |
|
matlabbe
|
ce8bd9ac40
|
Export: for min polygon cluster size, added option -1 to just keep the largest cluster
|
2017-02-04 18:28:43 -05:00 |
|
matlabbe
|
bfb9feaf07
|
TextureMapping: added maximum camera distance
|
2017-01-31 23:26:35 -05:00 |
|
matlabbe
|
0f96bf7709
|
Added FREAK detector/descriptor option with OpenCV3
|
2017-01-30 22:24:51 -05:00 |
|
matlabbe
|
4e324e34d8
|
About dialog: Added VTK version and updated copyright year
|
2017-01-30 13:17:03 -05:00 |
|
matlabbe
|
66ee792e8c
|
Export: fixed white squares in exported texture (shifting next tex coords to wrong sub texture). Transfer color radius option use nearest point when =0. Fixed a crash on export dense with texture when last materials are not used (they have no polygons associated).
|
2017-01-26 09:42:52 -05:00 |
|
matlabbe
|
496319a2b0
|
Export: Added merging textures option (default true)
|
2017-01-19 11:20:48 -05:00 |
|
matlabbe
|
0a98df922e
|
Export: added texture format option (jpg, png)
|
2017-01-17 14:57:50 -05:00 |
|
matlabbe
|
8f797e81ae
|
Export: added option to remove not textured/colored polygons. Cloud generation: Black pixels can be projected. Added RoiRatios options to 3D Rendering and Export. Added fill depth holes option to Export.
|
2017-01-16 01:32:53 -05:00 |
|
matlabbe
|
f8ec338fa3
|
Added Poisson surface reconstruction in export options
|
2017-01-15 19:09:37 -05:00 |
|
matlabbe
|
f20cb6ff52
|
Preferences: fixed map opacity limited to 0.75 min. Making sure that normalized variances are set to epsilon if result is 0.
|
2017-01-05 18:08:20 -05:00 |
|
matlabbe
|
6abed48af6
|
0.11.13. OdometryF2M: fixed/improved bundle adjustment option. OptimizerG2O: now doing stereo BA instead of mono BA (interface of Optimizer::optimzeBA() has slightly changed to include depth in word references). Registration and Odometry set angular and linear variances separately. RegistrationVis set x100 smaller variance for rotation. Added keypoints3D member to SensorData. Added Transform::getAngle() for convenience. Odometry normalizes variances. RtabmapThread does variance summation when frames are discarded. Updated how variance is computed by util3d::estimateMotion3Dto2D(), ignoring very large variance from the computation (stereo issue with very far matched features). MainWindow: added option to align with ground truth or not (default true as before), added for odometry statistics (including bundle stuff), update ground truth statistics every time a graph is loaded/optimized. CameraRGB can now load odometry files (to fake an input odometry). PreferencesDialog: Added option to Odometry so it can use a different registration approach than the default one (the one used for loop closure). Parameters: added new g2o/Solver option 3 (Eigen), added g2o/RobustKernelDelta, g2o/Baseline and Odom/VisKeyFrameThr. Database: from 0.11.13, ignoring patch version when comparing is database version is newer than app version used.
|
2017-01-03 21:05:00 -05:00 |
|
matlabbe
|
f2dbfa9b33
|
StereoCameraModel: baseline computed with Tx of left camera too. Fixed QMultiComboBox not showing on windows. Avoid updating grid view if there are no local grids in signatrues. Clear cached data of StatsItem when detecting smaller timestamp than last ones.
|
2016-12-01 21:46:09 -05:00 |
|
matlabbe
|
121446d648
|
Removed parameter "OdomF2M/FixedMapPath". GUI: added odometry disabled option. Rtabmap can now localize even if odometry input is null (only in localization mode).
|
2016-11-27 14:30:11 -05:00 |
|
matlabbe
|
9276607920
|
Added Bundle Adjustment options to OdometryF2M (OdomF2M/BundleAdjustment) and RegistrationVis (Vis/BundleAdjustment). Added logger thread filter. RegistrationVis: Copy back corresponding input word IDs to output words when available. Memory::computeTransform() added option to use already computed corespondences if possible (proximity detection by time uses this). Updated Optimizer::optimizeBA() interface.
|
2016-11-14 19:54:31 -05:00 |
|
matlabbe
|
98851ed686
|
ExportCloudsDialog: decreased minimum triangle size from 2 to 1
|
2016-11-10 09:48:51 -05:00 |
|
matlabbe
|
edcd92fbb7
|
DBViewer: merged Refine (visual) and Refine (ICP) in the same Refine action (registration used is defined by Reg/Strategy value). Updated how detect more loop closures work in MainWindow and DBViewer (using current registration parameters, visual and/or icp)
|
2016-11-09 16:44:08 -05:00 |
|
matlabbe
|
a7971373a6
|
Added bilateral filtering option. CloudViewer: lighting and edge visibility options.
|
2016-11-03 17:04:31 -04:00 |
|
matlabbe
|
2529952982
|
ExportClouds: set minimum K (for normal estimation) to 3. Also added a check if the created cloud is empty.
|
2016-10-31 11:29:07 -04:00 |
|
matlabbe
|
768c864766
|
Image Decimation can now be negative, meaning that decimation is done from RGB size instead of depth. If Depth size is smaller than RGB, it may be upsampled depending on the decimation value. Export Dialog: Fixed MLS not done even when checked.
|
2016-10-30 16:03:23 -04:00 |
|
matlabbe
|
185f03985e
|
Refactored GainCompensator. Export Dialog: Added option to do full gain compensation with all locations.
|
2016-10-26 19:03:44 -04:00 |
|
matlabbe
|
d102c43f9a
|
ZED: Added self calibration option (default false)
|
2016-10-25 16:06:55 -04:00 |
|
matlabbe
|
5a24bcfe51
|
GUI: added option to show octomap as a point cloud (less GPU power required)
|
2016-10-18 13:29:40 -04:00 |
|
matlabbe
|
5f85c2a7a0
|
Fixed missing left/right suffixes when loading stereo calibration files
|
2016-09-20 11:52:06 -04:00 |
|
matlabbe
|
3530da935b
|
0.11.11: changed Statistics table name to Info and added new Statistics table containing detection statistics. StatisticsToolBox can cache statistics (true by default). DatabaseViewer: new Statistics panel to see all statistics contained in the database.
|
2016-09-20 11:19:34 -04:00 |
|
matlabbe
|
a0972158dc
|
PostProcessing, added some processEvents to see updates in progress dialog
|
2016-09-19 17:54:51 -04:00 |
|
matlabbe
|
3434b95d68
|
Integration of CLAMS depth calibration #114
|
2016-09-19 14:01:06 -04:00 |
|
matlabbe
|
acb700bd27
|
Added OpenNI2 and Freenect calibration #115
|
2016-09-13 18:26:18 -04:00 |
|
matlabbe
|
44caa12fa5
|
CameraStereoVideo: added left and right separated video streams. Fixed issue #117
|
2016-09-11 12:45:12 -04:00 |
|
matlabbe
|
4a072b3dfc
|
Tango: Added "Adjust colors" post-processing option. Updated ICP parameters. Added "Mem/LaserScanNormalK" parameter for convenience.
|
2016-09-07 17:19:21 -04:00 |
|
matlabbe
|
ff4300d525
|
Added GainCompensator class. GUI/3D Rendering: added texturing option.
|
2016-09-07 12:15:44 -04:00 |
|
matlabbe
|
7f2c118f8d
|
Added min polygon cluster size option (DbViewer and GUI export)
|
2016-09-03 18:59:43 -04:00 |
|
matlabbe
|
4bd9e4f847
|
OctoMap: Added occupancy threshold to constructor
|
2016-09-01 20:33:05 -04:00 |
|
matlabbe
|
7a4de966d4
|
cloudFromDepth(): fixed roi ratios not used if one value was null. DbViewer: Added occupancy grid clouds to 3d views, add action to regenerate occupancy grids only for the current selected ids.
|
2016-08-31 12:43:54 -04:00 |
|
matlabbe
|
c404234635
|
OccupancyGrid: added Grid/Footprint*** parameters, templated segmentCloud() function, added Grid/ClusterRadius parameter. Parameters: fixed getDefaultParameters(group) function to correctly compare groups.
|
2016-08-31 12:43:54 -04:00 |
|