Sha256: c35edecdfab81f85a5eb20f39e95ab853814898c6a0bf6426fea00ac4d9b0ef1

Contents?: true

Size: 861 Bytes

Versions: 13

Compression:

Stored size: 861 Bytes

Contents

// Copyright (C) 2013  Davis E. King (davis@dlib.net)
// License: Boost Software License   See LICENSE.txt for the full license.
#undef DLIB_DRAW_SURf_POINTS_ABSTRACT_H_
#ifdef DLIB_DRAW_SURf_POINTS_ABSTRACT_H_

#include "surf_abstract.h"
#include "../gui_widgets.h"

namespace dlib
{

// ----------------------------------------------------------------------------------------

    void draw_surf_points (
        image_window& win,
        const std::vector<surf_point>& sp
    );
    /*!
        ensures
            - draws all the SURF points in sp onto the given image_window.  They
              are drawn as overlay circles with extra lines to indicate the rotation
              of the SURF descriptor.
    !*/

// ----------------------------------------------------------------------------------------

}

#endif // DLIB_DRAW_SURf_POINTS_ABSTRACT_H_

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
dlib-1.2.2 ext/dlib-19.4/dlib/image_keypoint/draw_surf_points_abstract.h
dlib-1.2.1 ext/dlib-19.4/dlib/image_keypoint/draw_surf_points_abstract.h
dlib-1.2.0 ext/dlib-19.4/dlib/image_keypoint/draw_surf_points_abstract.h
dlib-1.1.5 ext/dlib-19.4/dlib/image_keypoint/draw_surf_points_abstract.h
dlib-1.1.4 ext/dlib-19.4/dlib/image_keypoint/draw_surf_points_abstract.h
dlib-1.1.3 ext/dlib-19.4/dlib/image_keypoint/draw_surf_points_abstract.h
dlib-1.1.2 ext/dlib-19.4/dlib/image_keypoint/draw_surf_points_abstract.h
dlib-1.1.1 ext/dlib-19.4/dlib/image_keypoint/draw_surf_points_abstract.h
dlib-1.1.0 ext/dlib-19.4/dlib/image_keypoint/draw_surf_points_abstract.h
dlib-1.0.3 ext/dlib-18.13/dlib/image_keypoint/draw_surf_points_abstract.h
dlib-1.0.2 ext/dlib-18.13/dlib/image_keypoint/draw_surf_points_abstract.h
dlib-1.0.1 ext/dlib-18.13/dlib/image_keypoint/draw_surf_points_abstract.h
dlib-1.0.0 ext/dlib-18.13/dlib/image_keypoint/draw_surf_points_abstract.h