1. 首页
  2. 课程学习
  3. .Net
  4. VBNET图片的黑白处理法二值化

VBNET图片的黑白处理法二值化

上传者: 2019-01-22 00:58:15上传 TXT文件 2.55KB 热度 37次
部分处理代码:   VB.NET code   ……   Dim ts2 As IThresholder = New GlobalMeanThreshold(inbmp)   Dim tsBMP As New Bitmap(PictureBox1.Width, PictureBox1.Height)   ts2.RenderToBitmap(tsBMP)   PictureBox6.Image = tsBMP   PictureBox6.Height = PictureBox1.Height   PictureBox6.Width = PictureBox1.W
用户评论
码姐姐匿名网友 2019-01-22 00:58:15

非源码,不完整。可以看看

码姐姐匿名网友 2019-01-22 00:58:15

有参考价值,不过忒贵了