removed mains

This commit is contained in:
Olivier Debeir
2012-10-29 17:04:10 +01:00
parent 1d1696f11d
commit 528718bb6d
2 changed files with 0 additions and 12 deletions
-6
View File
@@ -179,9 +179,3 @@ def bilateral_pop(image, selem, out=None, mask=None, shift_x=False, shift_y=Fals
None, _crank16_bilateral.pop, image, selem, out=out, mask=mask, shift_x=shift_x, shift_y=shift_y,
s0=s0, s1=s1)
if __name__ == "__main__":
import sys
sys.path.append('.')
import doctest
doctest.testmod(verbose=True)
-6
View File
@@ -918,9 +918,3 @@ def tophat(image, selem, out=None, mask=None, shift_x=False, shift_y=False):
return _apply(_crank8.tophat, _crank16.tophat, image, selem, out=out, mask=mask, shift_x=shift_x, shift_y=shift_y)
if __name__ == "__main__":
import sys
sys.path.append('.')
import doctest
doctest.testmod(verbose=True)