未验证 提交 49f214b2 编写于 作者: A Alexander Alekhin 提交者: GitHub

Merge pull request #10031 from meganetaaan:doc-typo-js

Fix typo in js_tutorials
......@@ -22,7 +22,7 @@ Image properties include number of rows, columns and size, depth, channels, type
let src = cv.imread("canvasInput");
console.log('image width: ' + src.cols + '\n' +
'image height: ' + src.rows + '\n' +
'image size: ' + src.size().width + '*' src.size().height + '\n' +
'image size: ' + src.size().width + '*' + src.size().height + '\n' +
'image depth: ' + src.depth() + '\n' +
'image channels ' + src.channels() + '\n' +
'image type: ' + src.type() + '\n');
......@@ -263,4 +263,4 @@ Try it
<iframe src="../../js_basic_ops_copymakeborder.html" width="100%"
onload="this.style.height=this.contentDocument.body.scrollHeight +'px';">
</iframe>
\endhtmlonly
\ No newline at end of file
\endhtmlonly
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册