Skip to content

Commit

Permalink
Merge pull request #1429 from shimat/fix_incorrect_flags
Browse files Browse the repository at this point in the history
Fix incorrect [Flags] attributes
  • Loading branch information
shimat committed Jun 8, 2022
2 parents df902f4 + 035236d commit 13f66e8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/OpenCvSharp/Modules/core/Enum/GemmFlags.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ namespace OpenCvSharp
/// <summary>
/// The operation flags for cv::GEMM
/// </summary>
[Flags]
public enum GemmFlags
{
/// <summary>
Expand Down
1 change: 0 additions & 1 deletion src/OpenCvSharp/Modules/imgproc/Enum/MorphTypes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ namespace OpenCvSharp
/// <summary>
/// Type of morphological operation
/// </summary>
[Flags]
public enum MorphTypes
{
/// <summary>
Expand Down

0 comments on commit 13f66e8

Please sign in to comment.