Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

in generateNovelViewSimpleCvRemap,why imageL use flowRtoL?thanks! #274

Open
douzimm opened this issue Nov 13, 2019 · 1 comment
Open

Comments

@douzimm
Copy link

douzimm commented Nov 13, 2019

        outNovelViewFromL = NovelViewUtil::generateNovelViewSimpleCvRemap(
                                imageL, flowRtoL, shiftFromL);
@aparrapo
Copy link
Contributor

Hi @douzimm, flowRtoL tells us where pixels from the right view end up on the left view. We use it to know where to place new pixels in the left image, i.e.

warpMap(y, x) = (x + flowRtoL(y, x).x * shiftFromL, y + flowRtoL(y, x).y * shiftFromL);

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

No branches or pull requests

2 participants