fix the perf tests of OpenCV.js so that it can run on Node.js successfully
authorlionkun <871518554@qq.com>
Wed, 24 Mar 2021 08:34:22 +0000 (16:34 +0800)
committerAlexander Alekhin <alexander.a.alekhin@gmail.com>
Sat, 27 Mar 2021 21:52:44 +0000 (21:52 +0000)
commit8d232a63ad64dff30e6586304b42620e703d353d
treea9883df2119d22216b8e0dc9fa6ea7871c68aa16
parentbf03f5fa3a8cb66fce089b3847077fcfcebd08c0
fix the perf tests of OpenCV.js so that it can run on Node.js successfully
17 files changed:
modules/js/perf/base.js
modules/js/perf/perf_helpfunc.js
modules/js/perf/perf_imgproc/perf_blur.js
modules/js/perf/perf_imgproc/perf_cvtcolor.js
modules/js/perf/perf_imgproc/perf_dilate.js
modules/js/perf/perf_imgproc/perf_erode.js
modules/js/perf/perf_imgproc/perf_filter2D.js
modules/js/perf/perf_imgproc/perf_gaussianBlur.js
modules/js/perf/perf_imgproc/perf_medianBlur.js
modules/js/perf/perf_imgproc/perf_pyrDown.js
modules/js/perf/perf_imgproc/perf_remap.js
modules/js/perf/perf_imgproc/perf_resize.js
modules/js/perf/perf_imgproc/perf_scharr.js
modules/js/perf/perf_imgproc/perf_sobel.js
modules/js/perf/perf_imgproc/perf_threshold.js
modules/js/perf/perf_imgproc/perf_warpAffine.js
modules/js/perf/perf_imgproc/perf_warpPerspective.js