登录
首页 » 界面开发 » on segmentation Operator Operator inverse pixel Gaussian operator of Image Proce...

on segmentation Operator Operator inverse pixel Gaussian operator of Image Proce...

于 2022-03-13 发布 文件大小:31.77 kB
0 170
下载积分: 2 下载次数: 1

代码说明:

关于sobel算子 逆sobel算子 高斯算子等图像处理算子 和大家共享,谢谢1-on segmentation Operator Operator inverse pixel Gaussian operator of Image Processing Operator and share Thank you, a

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • tekt示波器通讯程序,通过串口对tekt示波器实时读取数据;
    tekt示波器通讯程序,通过串口对tekt示波器实时读取数据;-tekt oscilloscope communication process through serial real-time oscilloscope tekt to read data;
    2022-11-15 21:55:03下载
    积分:1
  • 基于wince的输入法
    基于wince的输入法源码,可以实现输入法的调用,他可以用于wince系统的各种需要在编辑框输入字符及汉字的地方,支持字母,数字,标点符号,拼音,还有手写输入等等。是一个难得的输入法,其界面漂亮,使用简单,欢迎下载。。。。。。。。。。。。
    2022-03-22 04:54:36下载
    积分:1
  • 我们经常会使用到组合框,而组合框是是有2种功能的
    我们经常会使用到组合框,而组合框是是有2种功能的--下拉和列表。一般情况下,列表框的宽度和选择框是一样宽的,但是我们有些时候确实很需要把列表框的宽度变大,一便让我们能更好的看我们要选的东西。   为了能有这个功能,我写了下面的这个函数。首先得在你的对话框中添加一个的WM_CTLCOLOR的消息句柄,或者使用CComboBox的继承类,而且在其中添加下面的代码:-we often use to mix frame, and frames are combinations are two kinds of functions-- and the drop-down list. Under normal circumstances, the list box and the width of the selection box is the same width, but sometimes we need to do is list the width of the frame, one will enable us to better do our election of the things. To have this function, I wrote the following this function. First of all in your dialog box to add one of the news WM_CTLCOLOR handle, or use the inheritance CComboBox category, but which add the following code :
    2022-08-02 15:44:40下载
    积分:1
  • self
    自编的一些实用8279显示程序及DAC0832波形产生程序,低频相位测量仪设计及相关程序-self-programming pratical programs which includes: - 8279 displaying - DAC0832 wave generating - Low-frequency-phase meter designing - others related
    2022-01-21 06:20:08下载
    积分:1
  • 学生信息中心
    应用背景这是因为学生的过程gfdhf jhfdbjh cbjhcxhbc显宰chjkchjvk jkhjsdhjknc CNB VBN数据全部学生信息系统中的应用关键技术ASP.NET是一个在线应用程序,保持关于studebnts nmbcvmnc cvnbcvx  信息;cxjcvxbcv cxbcvx vcjhccx
    2022-01-22 01:37:07下载
    积分:1
  • 不好没什么是个游戏不是我编的挺好玩的
    不好没什么是个游戏不是我编的挺好玩的-nothing bad is not my game very well, playing the part of
    2022-03-17 12:28:34下载
    积分:1
  • The use of GDI+ technology to draw a curve. This is a good curve, a friend in ne...
    使用GDI+技术画出一条曲线。这是比较好的曲线,需要的朋友可以下载来参考一下。-The use of GDI+ technology to draw a curve. This is a good curve, a friend in need can be downloaded for reference.
    2022-05-28 10:38:36下载
    积分:1
  • 具有立体边框的虚拟仪器,同时可以动态显示两路仿真信号,可以实时改变仿真信号的参数...
    具有立体边框的虚拟仪器界面,同时可以动态显示两路仿真信号,可以实时改变仿真信号的参数-frame with a three-dimensional virtual instrument interface, which can be both dynamic display signal simulation, Real-time simulation can change the parameters of signal
    2022-04-27 21:38:04下载
    积分:1
  • VC++ menu code. Using VC++ to achieve a custom menu to produce different effects...
    VC++菜单编码。用VC++实现菜单的自定义,制作出不同效果的菜单。-VC++ menu code. Using VC++ to achieve a custom menu to produce different effects menu.
    2022-10-11 09:35:03下载
    积分:1
  • 基于c#的时钟
    资源描述本源程序是基于C#的时钟设计,能为初学者提供参考价值,为初学者提供基本的编写代码思路, namespace Clock { public partial class MainForm : Form { private PointF center; private float r; private Pen hourPen; private Pen minutePen; private Pen secondPen; private Thread timeThread; public MainForm() { InitializeComponent(); ShowInTaskbar = false;//不在任务栏中显示 SetStyle(ControlStyles.DoubleBuffer, true); SetStyle(ControlStyles.UserPaint,true); SetStyle(ControlStyles.AllPaintingInWmPaint,true); center = new PointF(ClientSize.Width/ 2.0f, ClientSize.Height/ 2.0f); r = Math.Min(ClientSize.Width / 2.0f, ClientSize.Height / 2.0f); hourPen = new Pen(Color.Black, 2.5f); minutePen = new Pen(Color.Black, 1.5f); secondPen = new Pen(Color.Black, 0.5f); timeThread=new Thread(new ThreadStart(DrawTime)); timeThread.Start(); } protected override void OnPaint(PaintEventArgs e) { Graphics g = e.Graphics; g.Clear(BackColor); //g.SmoothingMode =
    2022-01-26 05:22:52下载
    积分:1
  • 696518资源总数
  • 106227会员总数
  • 11今日下载