From b34fc422a2f7924b60e77daf224f9bbcfd999ce8 Mon Sep 17 00:00:00 2001 From: Zwyx <29386932+Zwyx@users.noreply.github.com> Date: Sun, 2 Apr 2023 23:00:21 +0800 Subject: [PATCH] Switch `rows` and `cols` in call to Mat.zeros The correct order is rows then cols: https://docs.opencv.org/4.x/d3/d63/classcv_1_1Mat.html#a56daa006391a670e9cb0cd08e3168c99 --- doc/js_tutorials/js_assets/js_contours_begin_contours.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/js_tutorials/js_assets/js_contours_begin_contours.html b/doc/js_tutorials/js_assets/js_contours_begin_contours.html index 8efd3298a5..09e6ec44e1 100644 --- a/doc/js_tutorials/js_assets/js_contours_begin_contours.html +++ b/doc/js_tutorials/js_assets/js_contours_begin_contours.html @@ -41,7 +41,7 @@