• 大小: 0.17M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2024-04-27
  • 语言: C#
  • 标签: C#图片  获取  坐标  工具  C#  

资源简介

图片取点获取对应坐标参数工具,适用于根据给定坐标图曲线来获取精确曲线上点的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个文件信息

评论

共有 条评论