mirror of
https://github.com/modelec/detection_pot.git
synced 2026-01-19 00:57:28 +01:00
up
This commit is contained in:
@@ -78,12 +78,12 @@ void ArucoDetector::addArucoTag(const ArucoTag& tag)
|
||||
|
||||
std::pair<int, std::vector<std::pair<ArucoTag, std::pair<cv::Mat, cv::Mat>>>> ArucoDetector::detectArucoTags(std::vector<ArucoTag> tags)
|
||||
{
|
||||
if (!started)
|
||||
/*if (!started)
|
||||
{
|
||||
std::pair<int, std::vector<std::pair<ArucoTag, std::pair<cv::Mat, cv::Mat>>>> result;
|
||||
result.first = -2;
|
||||
return result;
|
||||
}
|
||||
}*/
|
||||
|
||||
if (tags.empty())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user