#include <cstdio>#include <vector>#include <sstream>#include <ros/ros.h>#include <boost/thread/mutex.hpp>#include "opencv/cv.h"#include "opencv/highgui.h"#include "cv_bridge/CvBridge.h"#include "sensor_msgs/CameraInfo.h"#include "sensor_msgs/Image.h"#include "posedetection_msgs/ObjectDetection.h"#include "posedetection_msgs/Detect.h"#include "math.h"#include <sys/timeb.h>#include <sys/time.h>
Go to the source code of this file.
Classes | |
| struct | CheckerboardDetector::CHECKERBOARD |
| class | CheckerboardDetector |
Functions | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 504 of file checkerboard_detector.cpp.