• 大小: 0.71M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-03-28
  • 语言: C#
  • 标签: c#  

资源简介


基于C#的图像变形扭曲程序,包括球形膨胀 极坐标变换 扭曲 透镜等变形方法 4种差值方法(最佳临近 双线性 三次卷积 中值插值)

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Runtime.InteropServices;

namespace 数值
{
    public partial class Form1 : Form
    {
        DirectBitmap rePic;
        public Form1()
        {
            InitializeComponent();
        }

        [DllImport(“Wave.dll“)]
        public static extern int E_WaveInit(IntPtr hwnd string bmpStr);//初始化对象
        [DllImport(“Wave.dll“)]
        public static extern int E_AutoEffects(int type int type1 int type2 int type3);//效果类型
        [DllImport(“Wave.dll“)]
        public static extern int E_WaveDropStone(int x int y int dx int zl);//扔石头
        [DllImport(“Wave.dll“)]
        public static extern void E_WaveFree();//释放对象

        Random r = new Random();//置随机数种子
        private void WavePic_Load(object sender MouseEventArgs e)
        {
            E_WaveInit(pictureBox3.H

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      85238  2009-11-15 19:18  程序\数值\bin\Debug\Airplane.jpg

     文件     179920  2009-11-15 19:18  程序\数值\bin\Debug\Baboon.jpg

     文件      82429  2009-11-15 19:18  程序\数值\bin\Debug\Fruits.jpg

     文件      91814  2009-11-15 19:18  程序\数值\bin\Debug\Lena.jpg

     文件     155496  2009-11-15 21:37  程序\数值\bin\Debug\wave.bmp

     文件       9728  2008-02-17 01:11  程序\数值\bin\Debug\Wave.dll

     文件     167936  2009-11-15 21:43  程序\数值\bin\Debug\数值.exe

     文件      42496  2009-11-15 21:43  程序\数值\bin\Debug\数值.pdb

     文件       5632  2005-11-11 22:25  程序\数值\bin\Debug\数值.vshost.exe

     文件      34954  2009-11-15 21:23  程序\数值\Form1.cs

     文件      28786  2009-11-15 15:19  程序\数值\Form1.Designer.cs

     文件     198992  2009-11-15 15:19  程序\数值\Form1.resx

     文件        842  2009-11-15 21:23  程序\数值\obj\Debug\数值.csproj.GenerateResource.Cache

     文件     167936  2009-11-15 21:43  程序\数值\obj\Debug\数值.exe

     文件     128764  2009-11-15 21:23  程序\数值\obj\Debug\数值.Form1.resources

     文件      42496  2009-11-15 21:43  程序\数值\obj\Debug\数值.pdb

     文件        180  2009-11-15 04:22  程序\数值\obj\Debug\数值.Properties.Resources.resources

     文件       2583  2009-11-15 23:02  程序\数值\obj\数值.csproj.FileListAbsolute.txt

     文件        465  2009-11-11 16:37  程序\数值\Program.cs

     文件       1160  2009-11-11 16:37  程序\数值\Properties\AssemblyInfo.cs

     文件       2868  2009-11-11 16:37  程序\数值\Properties\Resources.Designer.cs

     文件       5612  2009-11-11 16:37  程序\数值\Properties\Resources.resx

     文件       1091  2009-11-11 16:37  程序\数值\Properties\Settings.Designer.cs

     文件        249  2009-11-11 16:37  程序\数值\Properties\Settings.settings

     文件       3219  2009-11-11 16:52  程序\数值\数值.csproj

     文件        907  2009-11-11 16:37  程序\数值.sln

    ..A..H.     11776  2009-11-15 23:26  程序\数值.suo

     目录          0  2009-11-11 16:46  程序\数值\obj\Debug\Refactor

     目录          0  2009-11-11 16:37  程序\数值\obj\Debug\TempPE

     目录          0  2009-11-15 21:43  程序\数值\bin\Debug

............此处省略9个文件信息

评论

共有 条评论