facebookarchive / Surround360

Surround360 is Facebook's open source hardware and software for capturing stereoscopic 3D 360 video for VR. The repo contains hardware designs, as well as software for camera control and rendering.
Other
2.17k stars 581 forks source link

Change errorFunction #256

Closed hyunjinku closed 6 years ago

hyunjinku commented 6 years ago

At surround360_render/source/optical_flow/PixFlow.h line 520, when calculating horizontal RegularizationCoef related error, denominator I0.cols is change to I1.rows. horizontalRegularizationCoef * fabsf(flowDir.x) / float(I0.rows); instead of horizontalRegularizationCoef * fabsf(flowDir.x) / float(I0.cols);

facebook-github-bot commented 6 years ago

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need the corporate CLA signed.

If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks!

facebook-github-bot commented 6 years ago

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!