1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Fixed pendantic warnings

This commit is contained in:
gineshidalgo99
2018-11-07 11:23:21 -05:00
parent 3c99dc96b1
commit b5248da826
3 changed files with 17 additions and 17 deletions
@@ -1199,7 +1199,7 @@ enum struct DrawMatchesFlags
DRAW_RICH_KEYPOINTS = 4 //!< For each keypoint the circle around keypoint with keypoint size and
//!< orientation will be drawn.
};
CV_ENUM_FLAGS(DrawMatchesFlags);
CV_ENUM_FLAGS(DrawMatchesFlags)
/** @brief Draws keypoints.