Add missing imports

This commit is contained in:
Johannes Schönberger
2013-11-29 20:42:05 +01:00
parent b0814a527f
commit 02e81acec8
+3 -1
View File
@@ -31,4 +31,6 @@ __all__ = ['daisy',
'match_keypoints_brief',
'keypoints_censure',
'corner_fast',
'corner_orientations']
'corner_orientations',
'structure_tensor',
'hessian_matrix']