35#include <visp3/core/vpConfig.h>
37#include <visp3/detection/vpDetectorBase.h>
79 for (
size_t j = 0; j <
m_polygon[i].size(); j++) {
97 for (
size_t j = 0; j <
m_polygon[i].size(); j++) {
std::vector< std::string > m_message
Message attached to each object.
std::vector< std::vector< vpImagePoint > > & getPolygon()
std::vector< std::vector< vpImagePoint > > m_polygon
For each object, defines the polygon that contains the object.
vpRect getBBox(size_t i) const
size_t m_nb_objects
Number of detected objects.
unsigned long m_timeout_ms
Detection timeout.
std::vector< std::string > & getMessage()
vpImagePoint getCog(size_t i) const
error that can be emitted by ViSP classes.
@ badValue
Used to indicate that a value is not in the allowed range.
Class that defines a 2D point in an image. This class is useful for image processing and stores only ...
Defines a rectangle in the plane.