Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about vl_dspcovsift.m #2

Open
jizhihang opened this issue Dec 19, 2019 · 1 comment
Open

Question about vl_dspcovsift.m #2

jizhihang opened this issue Dec 19, 2019 · 1 comment

Comments

@jizhihang
Copy link

jizhihang commented Dec 19, 2019

Hi, I have a question about the vl_dspcovsift.m . In the source code
`[~, assign] = sort(f_size);

f_sort = f(:, assign);
[~, assign_back] = sort(assign);
[f_out,d] = extract(im,'sift',f_sort);

f_out = f_out(:, assign_back);
d = d(:, assign_back);`

Why do we need to sort the f and resort f_out back again? Why do we input the f into the function "extract" directly? Sorry for my poor English. Look forward to you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@jizhihang and others