Skip to content

Commit 7b1a53d

Browse files
committed
remove comment
1 parent 25d26f1 commit 7b1a53d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/OpenCvSharp.Tests/imgproc/ImgProcTest.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Diagnostics;
1+
using System.Diagnostics;
22
using System.Globalization;
33
using OpenCvSharp.Internal.Vectors;
44
using Xunit;
@@ -175,7 +175,6 @@ public void ConvexHull()
175175
{
176176
var contour = new[]
177177
{
178-
// ��
179178
new Point(0, 0),
180179
new Point(0, 10),
181180
new Point(3, 10),
@@ -199,7 +198,6 @@ public void ConvexHullIndices()
199198
{
200199
var contour = new[]
201200
{
202-
// ��
203201
new Point(0, 0),
204202
new Point(0, 10),
205203
new Point(3, 10),
@@ -220,7 +218,6 @@ public void ConvexityDefects()
220218
{
221219
var contour = new[]
222220
{
223-
// ��
224221
new Point(0, 0),
225222
new Point(0, 10),
226223
new Point(3, 10),
@@ -245,7 +242,6 @@ public void IsContourConvex()
245242
{
246243
var contour1 = new[]
247244
{
248-
// ��
249245
new Point(0, 0),
250246
new Point(0, 10),
251247
new Point(3, 10),

0 commit comments

Comments
 (0)