资源简介
图片取点获取对应坐标参数工具,适用于根据给定坐标图曲线来获取精确曲线上点的x、y坐标,适用于学校或科研机构逆向从曲线上扒参数
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Threading;
using System.IO;
using System.Drawing.Imaging;
using System.Runtime.InteropServices;
using System.Drawing.Drawing2D;
namespace 图片识坐标工具
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
string file = ““;
string fnm = ““;
string geshi = ““;
int huichecount = 0;
Bitmap b1;
float[] cunchuX = new float[5000];
float[] cunchuY = new float[5000];
float[] jieguoX = new float[5000];
float[] jieguoY = new float[5000];
public static int xuanzequxian = 0;
int cunchukaiguan = 0;
int shu = 0;
float fenge=10;
float picW;
float picH;
float picWb;
float picHb;
float WX;
float HX;
float XZBC;
float YXBC;
float Xsj;
float Ysj;
int col = 0;
int cu = 0;
public static float xiux=0;
public static float xiuy=0;
public static int xinhao = 0;
public static int xinhao2 = 0;
float Xzy=0;
float Yzy=0;
public static float zengx = 0;
public static float zengy = 0;
int seleti = 1;
public static System.Data.DataTable ds1 = new System.Data.DataTable();
public static System.Data.DataTable ds2 = new System.Data.DataTable();
public static System.Data.DataTable ds3 = new System.Data.DataTable();
public static System.Data.DataTable ds4 = new System.Data.DataTable();
public static System.Data.DataTable ds5 = new System.Data.DataTable();
public static System.Data.DataTable ds6 = new System.Data.DataTable();
public static System.Data.DataTable ds7 = new System.Data.DataTable();
public static System.Data.DataTable ds8 = new System.Data.DataTable();
private void pictureBox1_DragDrop(object sender DragEventArgs e)
{
string str = ((System.Array)e.Data.GetData(DataFormats.FileDrop)).GetValue(0).ToString();
if (System.IO.File.Exists(str))
{
file = str;
if (file.Contains(“.png“) || file.Contains(“.PNG“))
{
geshi = “.png“;
}
else if (file.Contains(“.bmp“) || file.Contains(“.BMP“))
{
geshi = “.bmp“;
}
else if (file.Contains(“.jpg“) || file.Contains(“.JPG“))
{
geshi = “.jpg“;
}
int IndexofA = file.LastIndexOf(“\\“);
int IndexofB = file.LastIndexOf(“.“);
fnm = file.
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 67646 2018-08-28 19:22 图片识坐标工具\图片识坐标工具\access_point_128px_1175495_easyicon.net.ico
文件 399360 2018-10-15 16:45 图片识坐标工具\图片识坐标工具\bin\Debug\图片识坐标工具.exe
文件 101888 2018-10-15 16:45 图片识坐标工具\图片识坐标工具\bin\Debug\图片识坐标工具.pdb
文件 11608 2019-06-06 00:59 图片识坐标工具\图片识坐标工具\bin\Debug\图片识坐标工具.vshost.exe
文件 490 2013-03-18 17:00 图片识坐标工具\图片识坐标工具\bin\Debug\图片识坐标工具.vshost.exe.manifest
文件 62940 2018-10-15 16:45 图片识坐标工具\图片识坐标工具\Form1.cs
文件 62812 2018-09-28 17:58 图片识坐标工具\图片识坐标工具\Form1.Designer.cs
文件 107956 2018-09-28 17:58 图片识坐标工具\图片识坐标工具\Form1.resx
文件 1474 2018-08-30 17:03 图片识坐标工具\图片识坐标工具\HotKey.cs
文件 1229 2019-06-06 00:59 图片识坐标工具\图片识坐标工具\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
文件 6398 2019-06-06 00:59 图片识坐标工具\图片识坐标工具\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 3889 2019-06-06 00:59 图片识坐标工具\图片识坐标工具\obj\x86\Debug\图片识坐标工具.csproj.FileListAbsolute.txt
文件 1173 2018-09-28 17:58 图片识坐标工具\图片识坐标工具\obj\x86\Debug\图片识坐标工具.csproj.GenerateResource.Cache
文件 1757 2018-09-28 18:13 图片识坐标工具\图片识坐标工具\obj\x86\Debug\图片识坐标工具.csprojResolveAssemblyReference.cache
文件 399360 2018-10-15 16:45 图片识坐标工具\图片识坐标工具\obj\x86\Debug\图片识坐标工具.exe
文件 68212 2018-09-28 17:58 图片识坐标工具\图片识坐标工具\obj\x86\Debug\图片识坐标工具.Form1.resources
文件 101888 2018-10-15 16:45 图片识坐标工具\图片识坐标工具\obj\x86\Debug\图片识坐标工具.pdb
文件 180 2018-09-28 13:11 图片识坐标工具\图片识坐标工具\obj\x86\Debug\图片识坐标工具.Properties.Resources.resources
文件 68212 2018-09-28 13:11 图片识坐标工具\图片识坐标工具\obj\x86\Debug\图片识坐标工具.参考点输入.resources
文件 68212 2018-09-28 13:11 图片识坐标工具\图片识坐标工具\obj\x86\Debug\图片识坐标工具.结果增益.resources
文件 68212 2018-09-28 13:11 图片识坐标工具\图片识坐标工具\obj\x86\Debug\图片识坐标工具.选择曲线.resources
文件 502 2018-08-28 18:48 图片识坐标工具\图片识坐标工具\Program.cs
文件 1392 2018-08-28 18:48 图片识坐标工具\图片识坐标工具\Properties\AssemblyInfo.cs
文件 2894 2018-08-28 18:48 图片识坐标工具\图片识坐标工具\Properties\Resources.Designer.cs
文件 5612 2018-08-28 18:48 图片识坐标工具\图片识坐标工具\Properties\Resources.resx
文件 1108 2018-08-28 18:48 图片识坐标工具\图片识坐标工具\Properties\Settings.Designer.cs
文件 249 2018-08-28 18:48 图片识坐标工具\图片识坐标工具\Properties\Settings.settings
文件 1510 2018-08-30 18:44 图片识坐标工具\图片识坐标工具\参考点输入.cs
文件 5278 2018-08-30 18:42 图片识坐标工具\图片识坐标工具\参考点输入.Designer.cs
文件 107589 2018-08-30 18:42 图片识坐标工具\图片识坐标工具\参考点输入.resx
............此处省略21个文件信息
- 上一篇:纯色背景透明化/替换色工具(C# 源码)
- 下一篇:C# 取色工具源代码(RGB)
相关资源
- C# 获取文件夹内所有文件名工具
- C# 实时获取股票数据
- 坐标转换 WGS84 GCJ02 Webmercator 坐标相互
- 调用百度地图API进行批量经纬度获取
- WinAPI 获取光标形状
- C#调用delphi生成的dll获取CPU序列号
- 大图找小图 C#图片对比高速找图源码
- 根据出生日期获取星座和生肖,农历
- 微信公众平台网页授权获取用户基本
- C# 计算机软硬件信息获取
- 基于C#和OpenTK的3D坐标系演示
- c# GPS坐标与火星坐标互转
- C#生成PDF 读取PDF文本内容 获取PDF内图
- 天气预报源码、包括从IP获取天气预报
- C#生成PDF 读取PDF文本内容 获取PDF内图
- C#图片对比高速找图源码20131021
- C#实时获取CPU温度及其它硬件信息非
- c# 鼠标在窗体PictureBox上的十字光标
- C# NTP 时钟同步 获取指定IP系统时间
- c#联合halcon编程,鼠标获取图像灰度值
- C#图片加文字水印和图片水印源码DE
- c# 采集核心源码 获取超连接
- 通过PJL协议,获取惠普USB打印机状态
- C#图片预览插件源码
- c#Winform获取摄像头扫描各种码
- C#图片颜色比例分布
- C# 类似PS的魔棒工具漫水加边缘获取
- C#生成PDF 读取PDF文本内容 获取PDF内图
- C#获取视频时长,并且视频截图
- C# 获取MAC地址 硬盘ID IE火狐谷歌 带
评论
共有 条评论