登录
首页 » C++ » 图割算法源码分享-网上大神之作

图割算法源码分享-网上大神之作

于 2022-06-26 发布 文件大小:2.10 MB
0 138
下载积分: 2 下载次数: 1

代码说明:

这是网上找到的一个图割算法。 分割过程需要分别对分割目标和背景选取种子点。 分割结果对前背景差异较大情况实用。 复杂场景效果不是很好。不过做个参考是可以的。

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

发表评论

0 个回复

  • BPANN
    基于BP神经网络的字符识别算法源代码,包括网络仅值训练方法,训练是通 过调用34个字符文件夹,识别率达到99.8 。(BP neural network-based character recognition algorithm source code, including the value of the network only training methods, training is by calling the 34-character file folders, the recognition rate of 99.8 .)
    2015-01-10 22:59:33下载
    积分:1
  • firstp
    opencv环境下,系统能够在窗口抓捕获图像并保存为灰度格式或者真彩格式,并且存储下来。(Set up your system to capture and display live video in a window. Access each frame and do any operations you want to the frame pixels.)
    2015-10-20 19:33:59下载
    积分:1
  • sa+ga
    采用遗传算法和模拟退火算法解决VLSI中的布局优化问题()
    2020-12-23 20:09:06下载
    积分:1
  • multi654654654
    说明:  This program is for division of natural semiconductor
    2019-04-14 05:28:43下载
    积分:1
  • B04283_02_code
    说明:  使用c++语言、opencv采集相机图像,并且显示在框里。(Using c plus plus language,and the software of opencv ,showing them in the screen.)
    2019-12-19 17:45:46下载
    积分:1
  • 是一个个人资料管理的例程,将个人的一些简单资料输入便可管理
    是一个个人资料管理的例程,将个人的一些简单资料输入便可管理-is a personal information management routines, some simple personal information management can be imported
    2022-05-04 22:37:32下载
    积分:1
  • AD9851
    AD9851中文资料,为pdf格式,资料比较详细,希望对需要者有所帮助。(AD9851 Chinese data)
    2013-10-26 14:11:10下载
    积分:1
  • matlabfft
    可实现FFT功能的MATLAB源代码,具有应用背景,也可方便初学者学习FFT的原理及实践(FFT function can be realized MATLAB source code, with the application of the background can also be convenient for beginners to learn and practice the principles of FFT)
    2009-04-22 13:44:31下载
    积分:1
  • quadTreeMortCode
    编写求取下述矩阵四叉树四进制M码和十进制码程序,并将运算结果返回。 1, 1, 1, 1, 2, 2, 3, 3, 1, 1, 1, 1, 2, 2, 3, 3, 1, 1, 1, 1, 4, 4, 5, 5, 1, 1, 1, 1, 4, 4, 5, 5, 6, 6, 7, 8,13,13,14,14, 6, 6, 9,10,13,13,14,14, 11,11,12,12,15,16,19,19, 11,11,12,12,17,18,19,19 (Prepared to strike the following matrix quadtree quaternary M code decimal code and procedures, and the operation result returned. 1, 1, 1, 1, 2, 2, 3, 3, 1, 1, 1, 1, 2, 2, 3, 3, 1, 1, 1, 1, 4, 4, 5, 5, 1, 1, 1, 1, 4, 4, 5, 5, 6, 6, 7, 8,13,13,14,14, 6, 6, 9,10,13,13,14,14, 11, 11, 12,12,15,16,19,19, 11,11,12,12,17,18,19,19)
    2020-11-21 12:19:35下载
    积分:1
  • C# 在LINQ to DataSet中对分组操作执行子查询
    C# 在LINQ to DataSet中对分组操作执行子查询,相关代码:   private void button1_Click(object sender, EventArgs e)   {//在LINQ to DataSet中对分组操作执行子查询    SqlConnection MyConnection = new SqlConnection();    MyConnection.ConnectionString = @"Data Source =.SQLEXPRESS;Initial Catalog=Northwind;Integrated Security=True";    MyConnection.Open();    SqlCommand MyCommand = new SqlCommand("Select * From Orders ", MyConnection);    DataSet MySet = new DataSet();    SqlDataAdapter MyAdapter = new SqlDataAdapter(MyCommand);    MyAdapter.Fill(MySet);    DataTable MyQueryTable = MySet.Tables[0];    var MyQuery = from MyOrder in MyQueryTable.AsEnumerable()    orderby MyOrder.Field("ShipCity")    group MyOrder by MyOrder.Field("ShipCity") into g    select new    {    MyCity = g.Key,    MyMaxFreight = (from MyData in g select MyData.Field("Freight")).Max()   
    2022-01-27 20:20:32下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载