File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
test/OpenCvSharp.Tests/imgproc Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 1- using System . Diagnostics ;
1+ using System . Diagnostics ;
22using System . Globalization ;
33using OpenCvSharp . Internal . Vectors ;
44using 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 ) ,
You can’t perform that action at this time.
0 commit comments