This commit is contained in:
junhuanchen
2022-07-14 09:47:10 +08:00
parent 383ac0db16
commit 8821f160e0

View File

@@ -3,11 +3,11 @@
<head>
<meta charset="utf-8">
<title>https://github.com/junhuanchen/thresholding-filter-browser-html</title>
<title>thresholding-filter-browser-html</title>
<script type="text/javascript">
var DISABLE_EXCEPTION_CATCHING = 2;
</script>
<script src="https://en.wiki.sipeed.com/static/js/opencv.js" type="text/javascript"></script>
<script src="https://docs.opencv.org/4.1.0/opencv.js" type="text/javascript"></script>
<link rel="stylesheet" href="https://apps.bdimg.com/libs/jqueryui/1.10.4/css/jquery-ui.min.css">
<script src="https://apps.bdimg.com/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="https://apps.bdimg.com/libs/jqueryui/1.10.4/jquery-ui.min.js"></script>
@@ -18,7 +18,7 @@
border-left:0px;
border-right:0px;
width:200px;
color:#f6931f;
font-weight:bold;
}