Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 1ae2e37a authored by LEGRAND Jonathan's avatar LEGRAND Jonathan
Browse files

Add 'closing', 'erosion' & 'dilation' operations to cellfilter tests

parent e963133e
Branches
Tags
No related merge requests found
......@@ -27,3 +27,12 @@ class TestCellfilter(unittest.TestCase):
def test_cellfilter_opening_sphere(self):
self._cellfilter("-operation opening -R 2 -no-verbose")
def test_cellfilter_closing_sphere(self):
self._cellfilter("-operation closing -R 2 -no-verbose")
def test_cellfilter_erosion_sphere(self):
self._cellfilter("-operation erosion -R 2 -no-verbose")
def test_cellfilter_dilation_sphere(self):
self._cellfilter("-operation dilation -R 2 -no-verbose")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment