Skip to content
Snippets Groups Projects
Commit cb6316a2 authored by abda's avatar abda
Browse files

Update local_features.py

parent 7aafa768
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ def get_gauss_feat_im(im, sigma=1, normalize=True):
vector for every pixel in the image.
Author: vand@dtu.dk, 2022
"""
im = im.astype(float)
orders = [0,
[0, 1], [1, 0],
[0, 2], [1, 1], [2, 0],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment