a亚洲精品_精品国产91乱码一区二区三区_亚洲精品在线免费观看视频_欧美日韩亚洲国产综合_久久久久久久久久久成人_在线区

首頁 > 編程 > C# > 正文

解析C#彩色圖像灰度化算法的實(shí)現(xiàn)代碼詳解

2020-01-24 03:17:50
字體:
供稿:網(wǎng)友
代碼如下所示:
復(fù)制代碼 代碼如下:

        public static Bitmap MakeGrayscale(Bitmap original)
        {
            //create a blank bitmap the same size as original
            Bitmap newBitmap = new Bitmap(original.Width, original.Height);
            //get a graphics object from the new image
            Graphics g = Graphics.FromImage(newBitmap);
            //create the grayscale ColorMatrix
            System.Drawing.Imaging.ColorMatrix colorMatrix = new System.Drawing.Imaging.ColorMatrix(
               new float[][]
              {
                 new float[] {.3f, .3f, .3f, 0, 0},
                 new float[] {.59f, .59f, .59f, 0, 0},
                 new float[] {.11f, .11f, .11f, 0, 0},
                 new float[] {0, 0, 0, 1, 0},
                 new float[] {0, 0, 0, 0, 1}
              });
            //create some image attributes
            System.Drawing.Imaging.ImageAttributes attributes = new System.Drawing.Imaging.ImageAttributes();
            //set the color matrix attribute
            attributes.SetColorMatrix(colorMatrix);
            //draw the original image on the new image
            //using the grayscale color matrix
            g.DrawImage(original, new Rectangle(0, 0, original.Width, original.Height),
               0, 0, original.Width, original.Height, GraphicsUnit.Pixel, attributes);
            //dispose the Graphics object
            g.Dispose();
            return newBitmap;
        }
發(fā)表評論 共有條評論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 久久艹99 | 久久视频在线 | 91精品国产乱码久久久久久 | 日本特黄特色aaa大片免费 | 一区免费在线观看 | 青娱乐在线播放 | 色片在线看 | 丰满少妇久久久久久久 | 国产成人精品免高潮在线观看 | 欧美一区二区在线观看 | 成人精品视频在线观看 | 久久69| 天堂一区二区三区 | 亚洲国产精品女人久久久 | 99国产精品| 蜜桃comaaa| 九九人人| 一区二区三区高清 | 久久国产香蕉视频 | 亚洲精品乱码久久久久久蜜桃91 | 国产精品久久久久久久久免费软件 | 国产精品国产三级国产专业不 | 91精品国产91久久久久久密臀 | 国产精品不卡视频 | 狠狠躁夜夜躁人人爽天天高潮 | 色综合区| 国产免费黄色 | 日韩欧美在线中文字幕 | 欧美亚洲国产一区 | 一级黄色片子看看 | 一区二区三区视频在线观看 | 免费www xxx| 欧美精品久久久 | 欧美日韩精品免费 | 日韩视频在线观看一区二区 | 国产美女视频黄a视频免费 国产美女在线播放 | 无套内谢孕妇毛片免费看红桃影视 | 成人精品视频一区二区三区 | www.五月婷婷 | 国产天天操天天干 | 操久久 |