Skip to content

Commit 13f66e8

Browse files
authored
Merge pull request shimat#1429 from shimat/fix_incorrect_flags
Fix incorrect [Flags] attributes
2 parents df902f4 + 035236d commit 13f66e8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/OpenCvSharp/Modules/core/Enum/GemmFlags.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ namespace OpenCvSharp
77
/// <summary>
88
/// The operation flags for cv::GEMM
99
/// </summary>
10-
[Flags]
1110
public enum GemmFlags
1211
{
1312
/// <summary>

src/OpenCvSharp/Modules/imgproc/Enum/MorphTypes.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ namespace OpenCvSharp
77
/// <summary>
88
/// Type of morphological operation
99
/// </summary>
10-
[Flags]
1110
public enum MorphTypes
1211
{
1312
/// <summary>

0 commit comments

Comments
 (0)