This repository was archived by the owner on Jul 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathSolARModuleTools.pri
More file actions
73 lines (71 loc) · 2.7 KB
/
SolARModuleTools.pri
File metadata and controls
73 lines (71 loc) · 2.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
HEADERS += interfaces/SolARImage2WorldMapper4Marker2D.h \
interfaces/SolAR2DTransform.h \
interfaces/SolAR3DTransform.h \
interfaces/SolARHomographyValidation.h \
interfaces/SolARSBPatternReIndexer.h \
interfaces/SolARKeypointsReIndexer.h \
interfaces/SolARMapManager.h \
interfaces/SolARMapFilter.h \
interfaces/SolARToolsAPI.h \
interfaces/SolARModuleTools_traits.h \
interfaces/SolARBasicMatchesFilter.h \
interfaces/SolARKeyframeSelector.h \
interfaces/SolARBasicSink.h \
interfaces/SolARBasicSource.h \
interfaces/SolARCameraParametersManager.h \
interfaces/SolARPointCloudManager.h \
interfaces/SolARKeyframesManager.h \
interfaces/SolARCovisibilityGraphManager.h \
interfaces/SolARBoostCovisibilityGraph.h \
interfaces/SolARLoopCorrector.h \
interfaces/SolARLoopClosureDetector.h \
interfaces/SolAR3D3DcorrespondencesFinder.h \
interfaces/SolAR3DTransformEstimationSACFrom3D3D.h \
interfaces/SolARFiducialMarkerPoseEstimator.h \
interfaces/SolARFiducialMarkersDetector.h \
interfaces/SolARMultiFiducialMarkersPoseEstimator.h \
interfaces/SolARSLAMBootstrapper.h \
interfaces/SolARSLAMTracking.h \
interfaces/SolARSLAMMapping.h \
interfaces/SolAROverlapDetector.h \
interfaces/SolARMapUpdate.h \
interfaces/SolARStereoDepthEstimation.h \
interfaces/SolARStereoReprojection.h \
interfaces/SolARStereoFeatureExtractionAndDepthEstimation.h \
interfaces/SolARStereoBootstrapper.h \
interfaces/SolARWorldGraphLoader.h
SOURCES += src/SolARImage2WorldMapper4Marker2D.cpp \
src/SolAR2DTransform.cpp \
src/SolAR3DTransform.cpp \
src/SolARHomographyValidation.cpp \
src/SolARSBPatternReIndexer.cpp \
src/SolARKeypointsReIndexer.cpp \
src/SolARBasicMatchesFilter.cpp \
src/SolARMapManager.cpp \
src/SolARMapFilter.cpp \
src/SolARModuleTools.cpp \
src/SolARKeyframeSelector.cpp \
src/SolARBasicSink.cpp \
src/SolARBasicSource.cpp \
src/SolARCameraParametersManager.cpp \
src/SolARPointCloudManager.cpp \
src/SolARKeyframesManager.cpp \
src/SolARCovisibilityGraphManager.cpp \
src/SolARBoostCovisibilityGraph.cpp \
src/SolARLoopCorrector.cpp \
src/SolARLoopClosureDetector.cpp \
src/SolAR3D3DcorrespondencesFinder.cpp \
src/SolAR3DTransformEstimationSACFrom3D3D.cpp \
src/SolARFiducialMarkerPoseEstimator.cpp \
src/SolARFiducialMarkersDetector.cpp \
src/SolARMultiFiducialMarkersPoseEstimator.cpp \
src/SolARSLAMBootstrapper.cpp \
src/SolARSLAMTracking.cpp \
src/SolARSLAMMapping.cpp \
src/SolAROverlapDetector.cpp \
src/SolARMapUpdate.cpp \
src/SolARStereoDepthEstimation.cpp \
src/SolARStereoReprojection.cpp \
src/SolARStereoFeatureExtractionAndDepthEstimation.cpp \
src/SolARStereoBootstrapper.cpp \
src/SolARWorldGraphLoader.cpp