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