You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <param name="image">The image the bars are removed from.</param>
14
+
/// <param name="threshold">The threshold of "blackness" used to detect black bars. (e. g. Threshold 5 will consider a pixel of color [5,5,5] as black.)</param>
15
+
/// <param name="removeTop">A bool indicating if black bars should be removed at the top of the image.</param>
16
+
/// <param name="removeBottom">A bool indicating if black bars should be removed at the bottom of the image.</param>
17
+
/// <param name="removeLeft">A bool indicating if black bars should be removed on the left side of the image.</param>
18
+
/// <param name="removeRight">A bool indicating if black bars should be removed on the right side of the image.</param>
19
+
/// <returns>The image with black bars removed.</returns>
/// <param name="image">The image the bars are removed from.</param>
102
+
/// <param name="threshold">The threshold of "blackness" used to detect black bars. (e. g. Threshold 5 will consider a pixel of color [5,5,5] as black.)</param>
103
+
/// <param name="removeTop">A bool indicating if black bars should be removed at the top of the image.</param>
104
+
/// <param name="removeBottom">A bool indicating if black bars should be removed at the bottom of the image.</param>
105
+
/// <param name="removeLeft">A bool indicating if black bars should be removed on the left side of the image.</param>
106
+
/// <param name="removeRight">A bool indicating if black bars should be removed on the right side of the image.</param>
107
+
/// <returns>The image with black bars removed.</returns>
0 commit comments