mirror of
https://github.com/modelec/detection_pot.git
synced 2026-03-19 05:50:39 +01:00
default value
This commit is contained in:
@@ -62,7 +62,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
while (true) {
|
||||
|
||||
std::pair<int, std::vector<std::pair<ArucoTag, std::pair<cv::Mat, cv::Mat>>>> r;
|
||||
std::pair<int, std::vector<std::pair<ArucoTag, std::pair<cv::Mat, cv::Mat>>>> r = std::make_pair(-1, std::vector<std::pair<ArucoTag, std::pair<cv::Mat, cv::Mat>>>());
|
||||
|
||||
try {
|
||||
r = detector.detectArucoTags({whiteFlower, purpleFlower, solarPanel});
|
||||
|
||||
Reference in New Issue
Block a user