From 8d8a69c775018553b6df0465d69b4540f6eeb64b Mon Sep 17 00:00:00 2001 From: Nikolaus Demmel Date: Fri, 15 Oct 2021 14:51:02 +0200 Subject: [PATCH] Reference granite for multi-flow implementation --- README.md | 3 +++ .../optical_flow/multiscale_frame_to_frame_optical_flow.h | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 900cd72..e3e8582 100644 --- a/README.md +++ b/README.md @@ -69,3 +69,6 @@ make -j8 ## Licence The code is provided under a BSD 3-clause license. See the LICENSE file for details. Note also the different licenses of thirdparty submodules. + +Some improvements are ported back from the fork +[granite](https://github.com/DLR-RM/granite) (MIT license). diff --git a/include/basalt/optical_flow/multiscale_frame_to_frame_optical_flow.h b/include/basalt/optical_flow/multiscale_frame_to_frame_optical_flow.h index 8fdabff..5fda7f8 100644 --- a/include/basalt/optical_flow/multiscale_frame_to_frame_optical_flow.h +++ b/include/basalt/optical_flow/multiscale_frame_to_frame_optical_flow.h @@ -33,6 +33,9 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +// Original source for multi-scale implementation: +// https://github.com/DLR-RM/granite (MIT license) + #pragma once #include