Commit graph

93 commits

Author SHA1 Message Date
Fabien Castan
4a7c47a258 [nodes] Meshing: new filtering parameters 2018-02-22 12:46:52 +01:00
Fabien Castan
edcf72445b [nodes] new meshFiltering node 2018-02-22 12:46:21 +01:00
Yann Lanthony
d5f2ac76bc [nodes] FeatureMatching: improve description layout 2018-02-05 19:18:12 +01:00
Yann Lanthony
839d8c5fb6 [nodes] fix savePutativeMatch default value 2018-02-02 17:50:56 +01:00
Fabien Castan
290acfe3ad [nodes] MeshResampling: expose flipNormals param 2018-02-01 11:53:53 +01:00
Gregoire De Lillo
28832593bb [nodes] FeatureExtraction : forceCpuExtraction true by default 2018-01-30 17:26:54 +01:00
Gregoire De Lillo
66b15e171b [nodes] StructureFromMotion : Local Bundle Adjustment true by default 2018-01-30 17:26:07 +01:00
Gregoire De Lillo
8dc3096181 [nodes] new node SfMTransform 2018-01-25 17:09:46 +01:00
Gregoire De Lillo
b8799bb9f0 [nodes] new node SfMAlignment 2018-01-25 17:09:20 +01:00
Gregoire De Lillo
4ca1e9387e [nodes] CameraInit : Add hidden flags allowSingleView and allowIncompleteOutput 2018-01-25 17:06:23 +01:00
Gregoire De Lillo
9689b4709f [nodes] FeatureExtraction : add forceCpuExtraction param 2018-01-25 17:04:00 +01:00
Gregoire De Lillo
41945158a1 [nodes] StructureFromMotion : add localizerEstimator param 2018-01-25 17:03:16 +01:00
Fabien Castan
87b9562623 [nodes] SfM: rename outputViewsAndPoses filename 2018-01-22 12:26:35 +01:00
Fabien Castan
fff7809fd3 [nodes] SfM: add minNumberOfObservationsForTriangulation param 2018-01-22 12:26:35 +01:00
Yann Lanthony
c53c0ae8d2 [ui] display reconstruction status on Images
* add the notion of a current SfM node in the Reconstruction
* retrieve views and poses from this node when selected or when its status changes
* use this information to display a status on Images in ImageGallery
2018-01-15 21:45:15 +01:00
Yann Lanthony
197f92382d [nodes] fix ImageMatchingMultiSfm node size
use MultiDynamicNodeSize with both SfM inputs to get the correct size
2018-01-10 11:34:19 +01:00
Yann Lanthony
de49c00e26 Merge branch 'develop' into dev_augmentIncrementalSfM 2018-01-09 10:46:39 +01:00
Fabien Castan
9e144a52b6 [nodes] CameraInit: rebuild cmdVars at the end 2018-01-08 21:50:52 +01:00
Fabien Castan
7629236731 [nodes] CameraInit: fix quotes 2018-01-08 21:50:14 +01:00
Gregoire De Lillo
4d5636ab47 [nodes] new IncrementalSfM augmentation 2018-01-05 18:55:14 +01:00
Gregoire De Lillo
09904f1a33 [nodes] CameraInit: fix when metadata param is empty 2018-01-05 18:52:01 +01:00
Fabien Castan
8e1452d5bc [core] add quotes on strings
to deal with space characters on command line
2018-01-05 16:59:31 +01:00
Fabien Castan
ec69efbb89 [nodes] new node CameraRigLocalization 2018-01-02 15:09:06 +01:00
Fabien Castan
d584283dac [nodes] new node CameraRigCalibration 2018-01-02 15:09:05 +01:00
Fabien Castan
1b5f3ef818 [nodes] new node CameraCalibration 2018-01-02 15:09:04 +01:00
Fabien Castan
7f1c617c6d [nodes] New node ConvertSfMFormat 2018-01-01 20:29:18 +01:00
Fabien Castan
5049a9b36e [nodes] New node KeyframeSelection 2018-01-01 20:28:54 +01:00
Fabien Castan
32e94d27b7 [nodes] New node ConvertAnimatedCamera 2018-01-01 20:28:27 +01:00
Fabien Castan
0291033b85 [nodes] New node CameraLocalization 2018-01-01 20:27:58 +01:00
Fabien Castan
7cdac6b260 [nodes] meshResampling: multiple copy/paste errors fixed 2017-12-20 16:16:09 +01:00
Fabien Castan
74fac6143e [nodes] cameraInit: principal point is float 2017-12-20 16:14:56 +01:00
Fabien Castan
545fca5a3d [nodes] new ExportMayaMVG node 2017-12-19 10:38:39 +01:00
Yann Lanthony
8b58cd259b [nodes] CameraInit: store image metadata in Viewpoint
* store image metadata in StringParam 'metadata' on Viewpoints
* filter it out from viewpoints.sfm file (not needed)
2017-12-14 19:20:46 +01:00
Fabien Castan
6b222e124d [nodes] DepthMap: clean param labels 2017-12-12 19:52:46 +01:00
Gregoire De Lillo
a7cd42a140 [nodes] DepthMap: expose algo parameters 2017-12-12 16:44:43 +01:00
Fabien Castan
8f693e31d2 [nodes] depthMapFilter: expose new parameters 2017-12-11 21:00:59 +01:00
Fabien Castan
8d0d69f438 [nodes] MVS: support multiple image file formats 2017-12-11 20:36:04 +01:00
Fabien Castan
c26bb5be7a [nodes] MVS: export data per node folder 2017-12-11 20:35:35 +01:00
Fabien Castan
a82fdb5b88 [nodes] prepareDenseScene: no more _tmp_scaleX 2017-12-11 17:12:33 +01:00
Fabien Castan
65b7bd74ab [nodes] featureMatching: remove useless parameters 2017-12-11 17:11:45 +01:00
Fabien Castan
6aa980b07b [nodes] sfm: expose localBA graph distance param 2017-12-11 17:11:08 +01:00
Yann Lanthony
d334b38f50 [nodes] SfM: disable userInteraction + disable localBA by default
+ reformat descriptions
2017-11-28 20:49:05 +01:00
Fabien Castan
5e17b12df1 [nodes] SfM: add new parameters localBA and maxNumberOfMatches 2017-11-27 16:21:55 +01:00
Fabien Castan
0bb05e99e7 [nodes] meshing/texturing: expose parameters 2017-11-27 16:20:27 +01:00
Yann Lanthony
2f63d5b010 [nodes] CameraInit: change viewpoints file extension to .sfm
+ remove old method
2017-11-27 13:55:01 +01:00
Fabien Castan
d5714a4e18 [nodes] add meshResampling node 2017-11-22 15:19:18 +01:00
Yann Lanthony
a92a6f6df9 [nodes] Texturing: textureSide invalidates uid 2017-11-20 19:01:14 +01:00
Yann Lanthony
2db26314f8 [nodes] fix Publish node
incorrect iteration over resolved paths
2017-11-20 14:39:27 +01:00
Yann Lanthony
cdcc8df33e [nodes] Publish: move filepaths resolution into a method 2017-11-17 18:59:27 +01:00
Yann Lanthony
7631a824f1 [nodes] Texturing: turn downscale into a ChoiceParam 2017-11-17 18:57:00 +01:00