Skip to content

Commit

Permalink
Merge pull request #1628 from hiyuh/update-colormaptypes
Browse files Browse the repository at this point in the history
OpenCv 4.8.0 ColormapTypes
  • Loading branch information
shimat authored Jan 2, 2024
2 parents a52ac58 + bb0f15d commit f0f3a52
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/OpenCvSharp/Modules/imgproc/Enum/ColormapTypes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@ public enum ColormapTypes
Viridis = 16,
Cividis = 17,
Twilight = 18,
TwilightShifted = 19
TwilightShifted = 19,
Turbo = 20,
DeepGreen = 21
}
}

Check failure on line 33 in src/OpenCvSharp/Modules/imgproc/Enum/ColormapTypes.cs

View workflow job for this annotation

GitHub Actions / build

Type or namespace definition, or end-of-file expected

Check failure on line 33 in src/OpenCvSharp/Modules/imgproc/Enum/ColormapTypes.cs

View workflow job for this annotation

GitHub Actions / build

Type or namespace definition, or end-of-file expected

0 comments on commit f0f3a52

Please sign in to comment.