Re: [PATCH 2/2] tests/acceptance/integratorcp: Verify Tux is displayed on framebuffer

2020-02-03 Thread Wainer dos Santos Moschetta
On 1/31/20 7:11 PM, Philippe Mathieu-Daudé wrote: Add a test that verifies the Tux logo is displayed on the framebuffer. We simply follow the OpenCV "Template Matching with Multiple Objects" tutorial, replacing Lionel Messi by Tux: So Tux > Messi??!! I knew that! https://docs.opencv.org/4.

Re: [PATCH 2/2] tests/acceptance/integratorcp: Verify Tux is displayed on framebuffer

2020-01-31 Thread Thomas Huth
On 31/01/2020 22.11, Philippe Mathieu-Daudé wrote: > Add a test that verifies the Tux logo is displayed on the framebuffer. > > We simply follow the OpenCV "Template Matching with Multiple Objects" > tutorial, replacing Lionel Messi by Tux: > https://docs.opencv.org/4.2.0/d4/dc6/tutorial_py_templa

[PATCH 2/2] tests/acceptance/integratorcp: Verify Tux is displayed on framebuffer

2020-01-31 Thread Philippe Mathieu-Daudé
Add a test that verifies the Tux logo is displayed on the framebuffer. We simply follow the OpenCV "Template Matching with Multiple Objects" tutorial, replacing Lionel Messi by Tux: https://docs.opencv.org/4.2.0/d4/dc6/tutorial_py_template_matching.html When OpenCV and NumPy are installed, this t