Skip to content

Instantly share code, notes, and snippets.

@nabeelmsft
Created February 23, 2022 20:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nabeelmsft/a6f67ff767e95fb4471b07de29fe32dd to your computer and use it in GitHub Desktop.
Save nabeelmsft/a6f67ff767e95fb4471b07de29fe32dd to your computer and use it in GitHub Desktop.
#pragma once
// Standard library includes
#include <string>
#include <vector>
// Third party includes
#include <opencv2/core.hpp>
namespace ar {
/** Load AR text */
std::string get_ar_label(std::string label);
} // namespace label
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment