You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
621 B

<!DOCTYPE html>
<html lang="ch">
<head>
<meta charset="UTF-8">
<title>数字图像处理demo</title>
</head>
<body>
<a href="/rgb">RGB三通道显示</a>
<a href="/hsv">HSV三通道显示</a>
<a href="/un">二值图像取反</a>
<a href="/add">图像叠加</a>
<a href="/subtract">图像相减</a>
<a href="/opandcl">形态学操作(开运算与闭运算)</a>
<a href="/sharp">边缘检测</a>
<a href="/turn">镜像翻转</a>
<a href="/erosion">图像腐蚀</a>
<a href="/dilation">图像膨胀</a>
<a href="/noise">噪声与滤波</a>
</body>
</html>