1 #include <visp3/detection/vpDetectorAprilTag.h> 5 #include <visp3/gui/vpDisplayGDI.h> 6 #include <visp3/gui/vpDisplayOpenCV.h> 7 #include <visp3/gui/vpDisplayX.h> 9 #include <visp3/core/vpXmlParserCamera.h> 12 #include <visp3/sensor/vpV4l2Grabber.h> 14 #include <visp3/io/vpImageIo.h> 16 int main(
int argc,
const char **argv)
19 #if defined(VISP_HAVE_APRILTAG) && (defined(VISP_HAVE_X11) || defined(VISP_HAVE_GDI) || defined(VISP_HAVE_OPENCV)) && \ 20 (defined(VISP_HAVE_V4L2) || defined(VISP_HAVE_OPENCV)) 26 double tagSize = 0.053;
27 float quad_decimate = 1.0;
29 std::string intrinsic_file =
"";
30 std::string camera_name =
"";
31 bool display_tag =
false;
33 for (
int i = 1; i < argc; i++) {
34 if (std::string(argv[i]) ==
"--pose_method" && i + 1 < argc) {
36 }
else if (std::string(argv[i]) ==
"--tag_size" && i + 1 < argc) {
37 tagSize = atof(argv[i + 1]);
38 }
else if (std::string(argv[i]) ==
"--input" && i + 1 < argc) {
39 opt_device = atoi(argv[i + 1]);
40 }
else if (std::string(argv[i]) ==
"--quad_decimate" && i + 1 < argc) {
41 quad_decimate = (float)atof(argv[i + 1]);
42 }
else if (std::string(argv[i]) ==
"--nthreads" && i + 1 < argc) {
43 nThreads = atoi(argv[i + 1]);
44 }
else if (std::string(argv[i]) ==
"--intrinsic" && i + 1 < argc) {
45 intrinsic_file = std::string(argv[i + 1]);
46 }
else if (std::string(argv[i]) ==
"--camera_name" && i + 1 < argc) {
47 camera_name = std::string(argv[i + 1]);
48 }
else if (std::string(argv[i]) ==
"--display_tag") {
50 }
else if (std::string(argv[i]) ==
"--tag_family" && i + 1 < argc) {
52 }
else if (std::string(argv[i]) ==
"--help" || std::string(argv[i]) ==
"-h") {
53 std::cout <<
"Usage: " << argv[0]
54 <<
" [--input <camera input>] [--tag_size <tag_size in m>]" 55 " [--quad_decimate <quad_decimate>] [--nthreads <nb>]" 56 " [--intrinsic <intrinsic file>] [--camera_name <camera name>]" 57 " [--pose_method <method> (0: HOMOGRAPHY_VIRTUAL_VS, 1: " 58 "DEMENTHON_VIRTUAL_VS," 59 " 2: LAGRANGE_VIRTUAL_VS, 3: BEST_RESIDUAL_VIRTUAL_VS)]" 60 " [--tag_family <family> (0: TAG_36h11, 1: TAG_36h10, 2: " 62 " 3: TAG_25h9, 4: TAG_25h7, 5: TAG_16h5)]" 63 " [--display_tag] [--help]" 73 if (!intrinsic_file.empty() && !camera_name.empty())
76 std::cout <<
"cam:\n" << cam << std::endl;
77 std::cout <<
"poseEstimationMethod: " << poseEstimationMethod << std::endl;
78 std::cout <<
"tagFamily: " << tagFamily << std::endl;
84 #if defined(VISP_HAVE_V4L2) 86 std::ostringstream device;
87 device <<
"/dev/video" << opt_device;
91 #elif defined(VISP_HAVE_OPENCV) 92 cv::VideoCapture cap(opt_device);
93 if (!cap.isOpened()) {
94 std::cout <<
"Failed to open the camera" << std::endl;
105 #elif defined(VISP_HAVE_GDI) 107 #elif defined(VISP_HAVE_OPENCV) 117 dynamic_cast<vpDetectorAprilTag *
>(detector)->setAprilTagPoseEstimationMethod(poseEstimationMethod);
122 std::vector<double> time_vec;
125 #if defined(VISP_HAVE_V4L2) 127 #elif defined(VISP_HAVE_OPENCV) 137 std::vector<vpHomogeneousMatrix> cMo_vec;
141 time_vec.push_back(t);
143 std::stringstream ss;
144 ss <<
"Detection time: " << t <<
" ms for " << detector->
getNbObjects() <<
" tags";
148 for (
size_t i = 0; i < cMo_vec.size(); i++) {
159 std::cout <<
"Benchmark computation time" << std::endl;
160 std::cout <<
"Mean / Median / Std: " <<
vpMath::getMean(time_vec) <<
" ms" 166 std::cerr <<
"Catch an exception: " << e.
getMessage() << std::endl;
void acquire(vpImage< unsigned char > &I)
static bool getClick(const vpImage< unsigned char > &I, bool blocking=true)
static double getStdev(const std::vector< double > &v, const bool useBesselCorrection=false)
static void convert(const vpImage< unsigned char > &src, vpImage< vpRGBa > &dest)
static double getMedian(const std::vector< double > &v)
Display for windows using GDI (available on any windows 32 platform).
static void displayText(const vpImage< unsigned char > &I, const vpImagePoint &ip, const std::string &s, const vpColor &color)
Use the X11 console to display images on unix-like OS. Thus to enable this class X11 should be instal...
void setDevice(const std::string &devname)
static const vpColor none
error that can be emited by ViSP classes.
size_t getNbObjects() const
XML parser to load and save intrinsic camera parameters.
static void flush(const vpImage< unsigned char > &I)
VISP_EXPORT double measureTimeMs()
void initPersProjWithoutDistortion(const double px, const double py, const double u0, const double v0)
static double getMean(const std::vector< double > &v)
static void display(const vpImage< unsigned char > &I)
The vpDisplayOpenCV allows to display image using the OpenCV library. Thus to enable this class OpenC...
Generic class defining intrinsic camera parameters.
void setScale(unsigned scale=vpV4l2Grabber::DEFAULT_SCALE)
const char * getMessage(void) const
Class that is a wrapper over the Video4Linux2 (V4L2) driver.
static void displayFrame(const vpImage< unsigned char > &I, const vpHomogeneousMatrix &cMo, const vpCameraParameters &cam, double size, const vpColor &color=vpColor::none, unsigned int thickness=1, const vpImagePoint &offset=vpImagePoint(0, 0))
int parse(vpCameraParameters &cam, const std::string &filename, const std::string &camera_name, const vpCameraParameters::vpCameraParametersProjType &projModel, const unsigned int image_width=0, const unsigned int image_height=0)