mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-23 19:47:39 +02:00
Merge pull request #539 from alicevision/dev/featuresViewer
Features Viewer
This commit is contained in:
commit
059ca3685f
9 changed files with 318 additions and 28 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue