• 大小: 1.36MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-08-30
  • 语言: C#
  • 标签: C#  ImageProcess  

资源简介

这是用C#编写的图像处理源程序,写的非常不错,供有一点编程经验的程序员参考,程序也是比较大,界面做的很不错,有很多值得学习的地方。不会令你失望!

资源截图

代码片段和文件信息

using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;

namespace IPLab
{
    /// 
    /// Summary description for AboutForm.
    /// 

    public class AboutForm : System.Windows.Forms.Form
    {
        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.Button okButton;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.linkLabel mailLabel;
        private System.Windows.Forms.PictureBox pictureBox2;
        private Label label3;
        private linkLabel aforgeLabel;
        /// 
        /// Required designer variable.
        /// 

        private System.ComponentModel.Container components = null;

        public AboutForm( )
        {
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent( );

            //
            mailLabel.links.Add( 0 mailLabel.Text.Length “mailto:andrew.kirillov@gmail.com“ );
            aforgeLabel.links.Add( 0 aforgeLabel.Text.Length “http://code.google.com/p/aforge/“ );
        }

        /// 
        /// Clean up any resources being used.
        /// 

        protected override void Dispose( bool disposing )
        {
            if ( disposing )
            {
                if ( components != null )
                {
                    components.Dispose( );
                }
            }
            base.Dispose( disposing );
        }

        #region Windows Form Designer generated code
        /// 
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// 

        private void InitializeComponent( )
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager( typeof( AboutForm ) );
            this.pictureBox1 = new System.Windows.Forms.PictureBox( );
            this.okButton = new System.Windows.Forms.Button( );
            this.label1 = new System.Windows.Forms.Label( );
            this.label2 = new System.Windows.Forms.Label( );
            this.mailLabel = new System.Windows.Forms.linkLabel( );
            this.pictureBox2 = new System.Windows.Forms.PictureBox( );
            this.label3 = new System.Windows.Forms.Label( );
            this.aforgeLabel = new System.Windows.Forms.linkLabel( );
            ( (System.ComponentModel.ISupportInitialize) ( this.pictureBox1 ) ).BeginInit( );
            ( (System.ComponentModel.ISupportInitialize) ( this.pictureBox2 ) ).BeginInit( );
            this.SuspendLayout( );
            // 
            // pictureBox1
            // 
            this.pictureBox1.Borderstyle = System.Windows.Forms.Borderstyle.Fix

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-09-01 09:13  图像处理\
     目录           0  2018-08-31 17:48  图像处理\.vs\
     目录           0  2018-08-31 17:48  图像处理\.vs\iplab\
     目录           0  2018-08-31 18:24  图像处理\.vs\iplab\v14\
     文件       43520  2018-09-01 17:19  图像处理\.vs\iplab\v14\.suo
     文件        8736  2007-03-08 22:37  图像处理\AboutForm.cs
     文件       13319  2007-03-08 22:35  图像处理\AboutForm.resx
     文件       26694  2004-10-11 08:53  图像处理\App.ico
     文件        2498  2012-04-28 16:32  图像处理\AssemblyInfo.cs
     目录           0  2018-08-31 17:48  图像处理\Backup\
     文件         897  2007-03-04 15:57  图像处理\Backup\iplab.sln
     目录           0  2012-04-28 16:15  图像处理\Controls\
     文件        9821  2007-03-08 08:26  图像处理\Controls\ColorSlider.cs
     文件        5497  2005-02-20 12:19  图像处理\Controls\ColorSlider.resx
     文件        8211  2012-04-28 17:07  图像处理\Controls\FilterPreview.cs
     文件        5499  2005-03-12 14:25  图像处理\Controls\FilterPreview.resx
     文件        6580  2007-03-08 22:21  图像处理\Controls\GridArray.cs
     文件        1733  2001-09-20 07:25  图像处理\Controls\GridArray.resx
     文件        5548  2007-03-08 22:21  图像处理\Controls\GridArrayInt.cs
     文件        1733  2001-09-20 07:25  图像处理\Controls\GridArrayInt.resx
     文件       10174  2012-04-28 16:32  图像处理\Controls\Histogram.cs
     文件        5495  2005-02-20 15:15  图像处理\Controls\Histogram.resx
     文件        9739  2007-03-08 22:21  图像处理\Controls\HuePicker.cs
     文件        5495  2005-06-18 16:45  图像处理\Controls\HuePicker.resx
     文件         430  2007-03-04 15:55  图像处理\Copyright.txt
     目录           0  2012-04-28 16:15  图像处理\Filters Forms\
     文件        8440  2007-03-08 22:22  图像处理\Filters Forms\AdaptiveSmoothForm.cs
     文件       11521  2005-08-19 14:47  图像处理\Filters Forms\AdaptiveSmoothForm.resx
     文件        7997  2007-03-08 22:22  图像处理\Filters Forms\BrightnessForm.cs
     文件       10987  2005-06-14 15:31  图像处理\Filters Forms\BrightnessForm.resx
     文件       13090  2007-03-08 22:22  图像处理\Filters Forms\CannyDetectorForm.cs
............此处省略163个文件信息

评论

共有 条评论