Merge pull request #539 from alicevision/dev/featuresViewer

Features Viewer
This commit is contained in:
Fabien Castan 2019-07-25 20:58:18 +02:00 committed by GitHub
commit 059ca3685f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 318 additions and 28 deletions

View file

@ -595,6 +595,14 @@ ApplicationWindow {
{
_reconstruction.sfm = node;
}
else if(node.nodeType === "FeatureExtraction")
{
_reconstruction.featureExtraction = node;
}
else if(node.nodeType === "CameraInit")
{
_reconstruction.cameraInit = node;
}
for(var i=0; i < node.attributes.count; ++i)
{
var attr = node.attributes.at(i)