Make structure tensor function public and add function to compute hessian matrix

This commit is contained in:
Johannes Schönberger
2013-11-29 20:42:05 +01:00
parent 0e920315f1
commit b0814a527f
3 changed files with 112 additions and 29 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ from .texture import greycomatrix, greycoprops, local_binary_pattern
from .peak import peak_local_max
from .corner import (corner_kitchen_rosenfeld, corner_harris,
corner_shi_tomasi, corner_foerstner, corner_subpix,
corner_peaks, corner_fast)
corner_peaks, corner_fast, structure_tensor,
hessian_matrix)
from .corner_cy import corner_moravec, corner_orientations
from .template import match_template
from ._brief import brief, match_keypoints_brief