Re: [PATCH] tests/acceptance: Count multiple Tux logos displayed on framebuffer

2020-02-24 Thread Philippe Mathieu-Daudé
Hi Aleksandar, On 2/24/20 9:54 PM, Aleksandar Markovic wrote: On Sat, Feb 1, 2020 at 9:48 PM Philippe Mathieu-Daudé wrote: Add a test that verifies that each core properly displays the Tux logo on the framebuffer device. Philippe, I would like to select this patch for the next MIPS queue,

Re: [PATCH] tests/acceptance: Count multiple Tux logos displayed on framebuffer

2020-02-24 Thread Aleksandar Markovic
On Sat, Feb 1, 2020 at 9:48 PM Philippe Mathieu-Daudé wrote: > > Add a test that verifies that each core properly displays the Tux > logo on the framebuffer device. > Philippe, I would like to select this patch for the next MIPS queue, scheduled in next few days. It looks to me there are no pre

Re: [PATCH] tests/acceptance: Count multiple Tux logos displayed on framebuffer

2020-02-18 Thread Aleksandar Markovic
On Tuesday, February 18, 2020, Philippe Mathieu-Daudé wrote: > Hi Aleksandar, > > On Tue, Feb 18, 2020 at 7:07 PM Aleksandar Markovic > wrote: > > On Saturday, February 1, 2020, Philippe Mathieu-Daudé > wrote: > >> > >> Add a test that verifies that each core properly displays the Tux > >> logo

Re: [PATCH] tests/acceptance: Count multiple Tux logos displayed on framebuffer

2020-02-18 Thread Philippe Mathieu-Daudé
Hi Aleksandar, On Tue, Feb 18, 2020 at 7:07 PM Aleksandar Markovic wrote: > On Saturday, February 1, 2020, Philippe Mathieu-Daudé wrote: >> >> Add a test that verifies that each core properly displays the Tux >> logo on the framebuffer device. >> >> We simply follow the OpenCV "Template Matching

Re: [PATCH] tests/acceptance: Count multiple Tux logos displayed on framebuffer

2020-02-18 Thread Aleksandar Markovic
On Saturday, February 1, 2020, Philippe Mathieu-Daudé wrote: > Add a test that verifies that each core properly displays the Tux > logo on the framebuffer device. > > We simply follow the OpenCV "Template Matching with Multiple Objects" > tutorial, replacing Lionel Messi by Tux: > https://docs.op

Re: [PATCH] tests/acceptance: Count multiple Tux logos displayed on framebuffer

2020-02-01 Thread Philippe Mathieu-Daudé
On 2/1/20 9:58 PM, Aleksandar Markovic wrote: > 21:48 Sub, 01.02.2020. Philippe Mathieu-Daudé > је написао/ла: >> >> Add a test that verifies that each core properly displays the Tux >> logo on the framebuffer device. >> > > Excellent test! > > Glad that Leon blog post wa

Re: [PATCH] tests/acceptance: Count multiple Tux logos displayed on framebuffer

2020-02-01 Thread Aleksandar Markovic
21:48 Sub, 01.02.2020. Philippe Mathieu-Daudé је написао/ла: > > Add a test that verifies that each core properly displays the Tux > logo on the framebuffer device. > Excellent test! Glad that Leon blog post was the inspiration. I'll email him about this, if I find his address, one of my colegue

[PATCH] tests/acceptance: Count multiple Tux logos displayed on framebuffer

2020-02-01 Thread Philippe Mathieu-Daudé
Add a test that verifies that each core properly displays the Tux logo on the framebuffer device. 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