11HEADERS += interfaces/api/display/I2DOverlay.h \
2+ $$PWD /interfaces/api/pipeline/IServiceManagerPipeline.h \
23interfaces/api/pipeline/IAsyncRelocalizationPipeline.h \
34interfaces/api/solver/pose/ITrackablePose.h \
45interfaces/api/input/devices/IDepthCamera.h \
@@ -46,12 +47,16 @@ interfaces/api/input/devices/IDevice.h \
4647interfaces/api/input/devices/IIMU.h \
4748interfaces/api/input/devices/IRGBDCamera.h \
4849interfaces/api/input/devices/IStereoCameraCalibration.h \
50+ interfaces/api/input/files/IMeshLoader.h \
4951interfaces/api/input/files/IPointCloudLoader.h \
5052interfaces/api/input/files/ITrackableLoader.h \
5153interfaces/api/input/files/IWorldGraphLoader.h \
5254interfaces/api/loop/ILoopClosureDetector.h \
5355interfaces/api/loop/ILoopCorrector.h \
5456interfaces/api/loop/IOverlapDetector.h \
57+ interfaces/api/output/files/IMeshExporter.h \
58+ interfaces/api/output/files/IPointCloudExporter.h \
59+ interfaces/api/pipeline/IDenseMappingPipeline.h \
5560interfaces/api/pipeline/IMappingPipeline.h \
5661interfaces/api/pipeline/IPipeline.h \
5762interfaces/api/pipeline/IPoseEstimationPipeline.h \
@@ -62,6 +67,9 @@ interfaces/api/pointCloud/IPCFilterCentroid.h \
6267interfaces/api/reloc/IKeyframeRetriever.h \
6368interfaces/api/reloc/IRelocalizer.h \
6469interfaces/api/reloc/IRegression.h \
70+ interfaces/api/sfm/IMeshing.h \
71+ interfaces/api/sfm/IMultiViewStereo.h \
72+ interfaces/api/sfm/IStructureFromMotion.h \
6573interfaces/api/sink/ISinkPoseImage.h \
6674interfaces/api/sink/ISinkPoseTextureBuffer.h \
6775interfaces/api/sink/ISinkReturnCode.h \
@@ -90,6 +98,7 @@ interfaces/api/source/ISourceImage.h \
9098interfaces/api/source/ISourceReturnCode.h \
9199interfaces/api/storage/ICovisibilityGraphManager.h \
92100interfaces/api/storage/IKeyframesManager.h \
101+ interfaces/api/storage/ICameraParametersManager.h \
93102interfaces/api/storage/IPointCloudManager.h \
94103interfaces/api/storage/IMapManager.h \
95104interfaces/api/tracking/IOpticalFlowEstimator.h \
@@ -101,6 +110,7 @@ interfaces/core/SolARFramework.h \
101110interfaces/core/SolARFrameworkDefinitions.h \
102111interfaces/datastructure/BufferInternal.hpp \
103112interfaces/datastructure/CameraDefinitions.h \
113+ interfaces/datastructure/CameraParametersCollection.h \
104114interfaces/datastructure/CloudPoint.h \
105115interfaces/datastructure/CoordinateSystem.h \
106116interfaces/datastructure/DescriptorBuffer.h \
@@ -115,6 +125,7 @@ interfaces/datastructure/ImageMarker.h \
115125interfaces/datastructure/Keyframe.h \
116126interfaces/datastructure/Keypoint.h \
117127interfaces/datastructure/MathDefinitions.h \
128+ interfaces/datastructure/Mesh.h \
118129interfaces/datastructure/PointCloud.h \
119130interfaces/datastructure/PrimitiveInformation.h \
120131interfaces/datastructure/SquaredBinaryPattern.h \
@@ -134,10 +145,12 @@ interfaces/base/geom/AReprojectionStereo.h \
134145interfaces/base/pipeline/AMappingPipeline.h \
135146interfaces/api/segm/IInstanceSegmentation.h \
136147interfaces/api/segm/ISemanticSegmentation.h \
148+ interfaces/api/segm/IPanopticSegmentation.h \
137149interfaces/api/display/IMaskOverlay.h
138150
139151SOURCES += src/core/Log.cpp \
140152src/core/SolARFramework.cpp \
153+ src/datastructure/CameraParametersCollection.cpp \
141154src/datastructure/CloudPoint.cpp \
142155src/datastructure/CoordinateSystem.cpp \
143156src/datastructure/DescriptorBuffer.cpp \
@@ -159,6 +172,7 @@ src/datastructure/CovisibilityGraph.cpp \
159172src/datastructure/KeyframeRetrieval.cpp \
160173src/datastructure/KeyframeCollection.cpp \
161174src/datastructure/Map.cpp \
175+ src/datastructure/Mesh.cpp \
162176src/base/features/ADescriptorMatcher.cpp \
163177src/base/features/ADescriptorMatcherGeometric.cpp \
164178src/base/features/ADescriptorMatcherRegion.cpp \
0 commit comments