- 博客(1)
- 收藏
- 关注
原创 C#实现图像边缘检测算法
C#实现图像边缘检测算法 //定义roberts算子函数 private static Bitmap robert(Bitmap a) { int w = a.Width; int h = a.Height; try { Bitmap dstBitmap = new Bitmap(w, h, System.Drawing.Imaging.PixelFormat.Format24bppRgb); System.Drawing.Imaging.Bi
2020-12-16 16:28:44
1751
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅