1 #include <visp3/gui/vpDisplayOpenCV.h> 3 #include <visp3/io/vpVideoReader.h> 11 #if defined(VISP_HAVE_OPENCV_NONFREE) && (VISP_HAVE_OPENCV_VERSION < 0x030000) 21 surf.buildReference(I);
36 while (!reader.
end()) {
49 unsigned int nbMatch = surf.matchPoint(I);
54 for (
unsigned int i = 0; i < nbMatch; i++) {
55 surf.getMatchedPoints(i, iPref, iPcur);
static bool getClick(const vpImage< unsigned char > &I, bool blocking=true)
void resize(unsigned int h, unsigned int w)
resize the image : Image initialization
Class that enables to manipulate easily a video file or a sequence of images. As it inherits from the...
static const vpColor green
static void flush(const vpImage< unsigned char > &I)
Class that implements the SURF key points and technics thanks to the OpenCV library.
static void display(const vpImage< unsigned char > &I)
The vpDisplayOpenCV allows to display image using the OpenCV library. Thus to enable this class OpenC...
void acquire(vpImage< vpRGBa > &I)
void insert(const vpImage< Type > &src, const vpImagePoint &topLeft)
unsigned int getHeight() const
void setFileName(const std::string &filename)
Class that defines a 2D point in an image. This class is useful for image processing and stores only ...
static const vpColor white
unsigned int getWidth() const
static void displayLine(const vpImage< unsigned char > &I, const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color, unsigned int thickness=1, bool segment=true)