diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-05-15 15:21:33 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-05-15 15:21:33 +0300 |
| commit | 6cecbdc7b11836807bb53e6874b08dc06113ba18 (patch) | |
| tree | eed77ee6b0e47198f7f567ce029751fc8f023f06 /Software/Visual_Studio/Tango.UnitTesting | |
| parent | 2b8937314aef20b7ebec18c9b0f1f3f7f98541c6 (diff) | |
| download | Tango-6cecbdc7b11836807bb53e6874b08dc06113ba18.tar.gz Tango-6cecbdc7b11836807bb53e6874b08dc06113ba18.zip | |
Added experimental perform CLAHE on color detector.
Diffstat (limited to 'Software/Visual_Studio/Tango.UnitTesting')
| -rw-r--r-- | Software/Visual_Studio/Tango.UnitTesting/TCC/TCC_TST.cs | 3 |
1 files changed, 0 insertions, 3 deletions
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); } } } |
