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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user