This repository was archived by the owner on Jul 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -63,9 +63,7 @@ HEADERS += $$PWD/interfaces/SolAR2D3DcorrespondencesFinderOpencv.h \
63
63
$$PWD /interfaces/SolARUnprojectPlanarPointsOpencv.h \
64
64
$$PWD /interfaces/SolARSVDTriangulationOpencv.h \
65
65
$$PWD /interfaces/SolARVideoAsCameraOpencv.h \
66
- $$PWD /interfaces/SolARYOLACTSegmentationOpencv.h \
67
66
$$PWD /interfaces/SolARMaskOverlayOpencv.h \
68
- $$PWD /interfaces/SolARFCNSegmentationOpencv.h \
69
67
$$PWD /interfaces/features2d_akaze2.hpp \
70
68
$$PWD /src/AKAZE2/AKAZEConfig.h \
71
69
$$PWD /src/AKAZE2/AKAZEFeatures.h \
@@ -142,10 +140,18 @@ SOURCES += $$PWD/src/AKAZE2/akaze.cpp \
142
140
$$PWD /src/SolARUndistortPointsOpencv.cpp \
143
141
$$PWD /src/SolARUnprojectplanarPointsOpencv.cpp \
144
142
$$PWD /src/SolARVideoAsCameraOpencv.cpp \
143
+ $$PWD /src/SolARMaskOverlayOpencv.cpp
144
+
145
+ !android {
146
+
147
+ HEADERS += \
148
+ $$PWD /interfaces/SolARYOLACTSegmentationOpencv.h \
149
+ $$PWD /interfaces/SolARFCNSegmentationOpencv.h
150
+
151
+ SOURCES += \
145
152
$$PWD /src/SolARYOLACTSegmentationOpencv.cpp \
146
- $$PWD /src/SolARMaskOverlayOpencv.cpp \
147
153
$$PWD /src/SolARFCNSegmentationOpencv.cpp
148
154
149
-
155
+ }
150
156
151
157
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ namespace OPENCV {
30
30
31
31
/* *
32
32
* @class SolARFCNSegmentationOpencv
33
- * @brief <B>Perform 2D semantic segmentation based on the FCN network.</B>
33
+ * @brief <B>Perform 2D semantic segmentation based on the FCN network (Not available for Android!) .</B>
34
34
* <TT>UUID: 77a8b776-6b0c-4bc0-b0a8-437a796b8e29</TT>
35
35
*
36
36
* @SolARComponentPropertiesBegin
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ namespace OPENCV {
30
30
31
31
/* *
32
32
* @class SolARYOLACTSegmentationOpencv
33
- * @brief <B>Perform 2D instance segmentation based on the YOLACT network.</B>
33
+ * @brief <B>Perform 2D instance segmentation based on the YOLACT network (Not available for Android!) .</B>
34
34
* <TT>UUID: b6288dde-4e58-4ead-8e41-f2ce98f43626</TT>
35
35
*
36
36
* @SolARComponentPropertiesBegin
You can’t perform that action at this time.
0 commit comments