畫我用這個例子: http://www.aforgenet.com/framework/features/blobs_processing.html 我用最後一個例子,並顯示在圖片框輸出按鈕,點擊後嘗試: using AForge;
using AForge.Imaging;
using AForge.Imaging.Filters;
using AForge.Math.Geometry;
我正在嘗試使用AForge旋轉圖像。下面是代碼(Paint事件方法的圖片框): int radius = 10;
Image img = new Bitmap("file_path.png");
Bitmap image = new Bitmap(img, radius, radius);
//arbitrary angle of 67
RotateBilinear ro = new R