[ui] Viewer: Use MFeatures to manage feature information & update FeaturesViewer

This commit is contained in:
Grégoire De Lillo 2021-06-09 18:19:54 +02:00
parent d3cb164316
commit f44a9eda94
4 changed files with 194 additions and 47 deletions

View file

@ -0,0 +1,7 @@
import QtQuick 2.11
import AliceVision 1.0 as AliceVision
// Data from the View / Features.
AliceVision.MFeatures {
id: root
}