資源簡介
基于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?數(shù)值
{
????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();//置隨機數(shù)種子
????????private?void?WavePic_Load(object?sender?MouseEventArgs?e)
????????{
????????????E_WaveInit(pictureBox3.H
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????85238??2009-11-15?19:18??程序\數(shù)值\bin\Debug\Airplane.jpg
?????文件?????179920??2009-11-15?19:18??程序\數(shù)值\bin\Debug\Baboon.jpg
?????文件??????82429??2009-11-15?19:18??程序\數(shù)值\bin\Debug\Fruits.jpg
?????文件??????91814??2009-11-15?19:18??程序\數(shù)值\bin\Debug\Lena.jpg
?????文件?????155496??2009-11-15?21:37??程序\數(shù)值\bin\Debug\wave.bmp
?????文件???????9728??2008-02-17?01:11??程序\數(shù)值\bin\Debug\Wave.dll
?????文件?????167936??2009-11-15?21:43??程序\數(shù)值\bin\Debug\數(shù)值.exe
?????文件??????42496??2009-11-15?21:43??程序\數(shù)值\bin\Debug\數(shù)值.pdb
?????文件???????5632??2005-11-11?22:25??程序\數(shù)值\bin\Debug\數(shù)值.vshost.exe
?????文件??????34954??2009-11-15?21:23??程序\數(shù)值\Form1.cs
?????文件??????28786??2009-11-15?15:19??程序\數(shù)值\Form1.Designer.cs
?????文件?????198992??2009-11-15?15:19??程序\數(shù)值\Form1.resx
?????文件????????842??2009-11-15?21:23??程序\數(shù)值\obj\Debug\數(shù)值.csproj.GenerateResource.Cache
?????文件?????167936??2009-11-15?21:43??程序\數(shù)值\obj\Debug\數(shù)值.exe
?????文件?????128764??2009-11-15?21:23??程序\數(shù)值\obj\Debug\數(shù)值.Form1.resources
?????文件??????42496??2009-11-15?21:43??程序\數(shù)值\obj\Debug\數(shù)值.pdb
?????文件????????180??2009-11-15?04:22??程序\數(shù)值\obj\Debug\數(shù)值.Properties.Resources.resources
?????文件???????2583??2009-11-15?23:02??程序\數(shù)值\obj\數(shù)值.csproj.FileListAbsolute.txt
?????文件????????465??2009-11-11?16:37??程序\數(shù)值\Program.cs
?????文件???????1160??2009-11-11?16:37??程序\數(shù)值\Properties\AssemblyInfo.cs
?????文件???????2868??2009-11-11?16:37??程序\數(shù)值\Properties\Resources.Designer.cs
?????文件???????5612??2009-11-11?16:37??程序\數(shù)值\Properties\Resources.resx
?????文件???????1091??2009-11-11?16:37??程序\數(shù)值\Properties\Settings.Designer.cs
?????文件????????249??2009-11-11?16:37??程序\數(shù)值\Properties\Settings.settings
?????文件???????3219??2009-11-11?16:52??程序\數(shù)值\數(shù)值.csproj
?????文件????????907??2009-11-11?16:37??程序\數(shù)值.sln
????..A..H.?????11776??2009-11-15?23:26??程序\數(shù)值.suo
?????目錄??????????0??2009-11-11?16:46??程序\數(shù)值\obj\Debug\Refactor
?????目錄??????????0??2009-11-11?16:37??程序\數(shù)值\obj\Debug\TempPE
?????目錄??????????0??2009-11-15?21:43??程序\數(shù)值\bin\Debug
............此處省略9個文件信息
評論
共有 條評論