Loading autocnet/graph/node.py +1 −1 Original line number Diff line number Diff line Loading @@ -124,7 +124,7 @@ class Node(dict, MutableMapping): array : ndarray kwargs : dict KWargs passed to autocnet.feature_extractor.extract_features kwargs passed to autocnet.feature_extractor.extract_features """ keypoint_objs, descriptors = fe.extract_features(array, **kwargs) Loading Loading
autocnet/graph/node.py +1 −1 Original line number Diff line number Diff line Loading @@ -124,7 +124,7 @@ class Node(dict, MutableMapping): array : ndarray kwargs : dict KWargs passed to autocnet.feature_extractor.extract_features kwargs passed to autocnet.feature_extractor.extract_features """ keypoint_objs, descriptors = fe.extract_features(array, **kwargs) Loading