made hessian_det_appx public

This commit is contained in:
Vighnesh Birodkar
2014-04-09 10:33:24 +05:30
parent a15c5fac87
commit 61a8a78657
3 changed files with 5 additions and 3 deletions
+2
View File
@@ -15,6 +15,7 @@ from .orb import ORB
from .match import match_descriptors
from .util import plot_matches
from .blob import blob_dog, blob_log, blob_doh
from ._hessian_det_appx import hessian_det_appx
__all__ = ['daisy',
@@ -44,4 +45,5 @@ __all__ = ['daisy',
'plot_matches',
'blob_dog',
'blob_doh',
'hessian_det_appx',
'blob_log']