From 6cecbdc7b11836807bb53e6874b08dc06113ba18 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Wed, 15 May 2019 15:21:33 +0300 Subject: Added experimental perform CLAHE on color detector. --- Software/Visual_Studio/Tango.UnitTesting/TCC/TCC_TST.cs | 3 --- 1 file changed, 3 deletions(-) (limited to 'Software/Visual_Studio/Tango.UnitTesting') diff --git a/Software/Visual_Studio/Tango.UnitTesting/TCC/TCC_TST.cs b/Software/Visual_Studio/Tango.UnitTesting/TCC/TCC_TST.cs index 59237b4a0..c4332a146 100644 --- a/Software/Visual_Studio/Tango.UnitTesting/TCC/TCC_TST.cs +++ b/Software/Visual_Studio/Tango.UnitTesting/TCC/TCC_TST.cs @@ -32,7 +32,6 @@ namespace Tango.UnitTesting.TCC { DetectionInput input = new DetectionInput() { - Number = 5, Columns = 10, Rows = 11, TargetIndex = 99, @@ -78,8 +77,6 @@ namespace Tango.UnitTesting.TCC } Helper.ShowInExplorer(benchmarksCsvFile); - - Assert.IsTrue(output.Number == 15); } } } -- cgit v1.3.1