Add morphology python test, fix python3 compabtibility in kmeans test

This commit is contained in:
Vladislav Sovrasov
2016-01-29 13:07:08 +03:00
parent 56571561b4
commit aaa43dc84f
4 changed files with 57 additions and 8 deletions

View File

@@ -28,6 +28,7 @@ from test_houghlines import houghlines_test
from test_gaussian_mix import gaussian_mix_test
from test_facedetect import facedetect_test
from test_kmeans import kmeans_test
from test_morphology import morphology_test
# Python 3 moved urlopen to urllib.requests
try: