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

原有的MN3好像写错了? #15

Open
WangzcBruce opened this issue Jan 11, 2021 · 1 comment
Open

原有的MN3好像写错了? #15

WangzcBruce opened this issue Jan 11, 2021 · 1 comment

Comments

@WangzcBruce
Copy link

MN2 = np.concatenate([missing1[np.newaxis, :], (len(kp2)) * np.ones((1, len(missing1)), dtype=np.int64)])
MN3 = np.concatenate([missing2[np.newaxis, :], (len(kp1)) * np.ones((1, len(missing2)), dtype=np.int64)])

@lmz-whu
Copy link

lmz-whu commented Jan 27, 2021

应该没有,我理解的MN3表示的是将图片二中的遗漏点映射到图片1的最后一个点索引+1的位置,所以MN3和MN2构造是相反的才对

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