登录
首页 » WINDOWS » SEEDS超像素分割算法的源码

SEEDS超像素分割算法的源码

于 2020-06-27 发布 文件大小:44KB
0 164
下载积分: 1 下载次数: 16

代码说明:

  SEEDS超像素分割算法的源码,C++实现,可运行(The source code of SEEDS Superpixel picture segmentation)

文件列表:

seeds
seeds\CMakeLists.txt, 754, 2014-01-09
seeds\LICENSE.txt, 35821, 2013-04-13
seeds\Makefile, 175, 2014-01-09
seeds\README.txt, 1505, 2014-01-09
seeds\bin
seeds\build
seeds\compile_mex.m, 143, 2014-01-09
seeds\helper.h, 2898, 2013-04-13
seeds\mexSEEDS.cpp, 4473, 2014-01-09
seeds\mexSEEDS.mexa64, 41237, 2013-05-23
seeds\seeds2.cpp, 47493, 2014-01-09
seeds\seeds2.h, 4753, 2014-01-09
seeds\superpixel_test.cpp, 6999, 2014-01-09

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

发表评论


0 个回复

  • sslle
    semi-supervised learning 半监督局部线性嵌入(semi-supervised learning )
    2021-02-08 16:29:54下载
    积分:1
  • particle-filter--algorithm-code
    文件中含有粒子滤波完整代码以及几种改进粒子滤波算法代码,运行主函数可以分别看到粒子滤波算法和改进后的算法运行效果,适合初学者学习应用(The file contains the complete code of particle filter and several improved particle filter algorithm code, run the main function algorithm performs the particle filter algorithm and the improved see respectively, suitable for beginners to learn to use )
    2014-04-21 09:50:17下载
    积分:1
  • 105230290deblur_code_1_2
    Hessian FUNCTION HESSIAN
    2018-07-22 21:52:13下载
    积分:1
  • SIFT_VC.lib
    本系统中VIS欠缺的SIFT_VC.lib文件。。。 http://www.pudn.com/downloads224/sourcecode/math/detail1055031.html(This is lib file, which is used in Video Intelligent System (VIS) based on the Microsoft Visual Studio 2008 compiler environment and OpenCV 2.0 library. It includes foreground detection, motion object detection, motion object tracking, trajectories generation and analysis modules. It realizes a friendly interface based on dialog, which provides a convenient example for new learners. keywords: opencv, mixture of gaussian model, sift feature and ransac method, mean shift, particle filter, kalman filter, object detection and tracking, video intelligent system.)
    2010-11-20 20:29:12下载
    积分:1
  • 加权平均融合算法
    小波融合的加权平均算法,适用于初学者,很好的引入(Weighted average algorithm for wavelet fusion)
    2021-04-17 21:38:53下载
    积分:1
  • chepaidingwei
    使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一定的适应性,能够保证背景基本被置为0,以突出牌照区域。 4.削弱背景干扰。对图像B做简单的相邻像素灰度值相减,得到新的图像G,即Gi,j=|Pi,j-Pi,j-1|i=0,1,…,439 j=0,1,…,639Gi,0=Pi,0,左边缘直接赋值,不会影响整体效果。 5.用自定义模板进行中值滤波 区域灰度基本被赋值为0。考虑到文字是由许多短竖线组成,而背景噪声有一大部分是孤立噪声,用模板(1,1,1,1,1)T对G进行中值滤波,能够得到除掉了大部分干扰的图像C。 6.牌照搜索:利用水平投影法检测车牌水平位置,利用垂直投影法检测车牌垂直位置。 7.区域裁剪,截取车牌图像。()
    2008-06-10 10:17:08下载
    积分:1
  • frft
    矩形信号的frft(分数傅里叶变换wigner_ville_1.m 单分量信号去噪 wigner_ville_2.m 双分量平行信号去噪 wigner_ville_3.m 3分量信号频率检测)分数傅里叶变换是经典傅里叶变换的另一种改进方式。它的主要特点是提供研究对象从时间域到频率域全过程的综合描述,随着阶数从0连续增长到1,分数傅里叶变换展示出研究对象从纯时间域逐步变化到纯频率域的所有变化特征。因此,分数傅里叶变换提供了远比傅里叶变换多得多的可供选择的数据处理和分析方法。(The rectangular signal FRFT (Fractional Fourier Transform) Score Fourier transform is another modification of the classic Fourier transform. Its main feature is a comprehensive description of the study from the time domain to the frequency domain, with the order of continuous growth from 0 to 1, the fractional Fourier transform demonstrate the object of study from a purely time-domain gradually change to a pure frequency domain variation. Thus, the fractional Fourier transform provides data processing and analysis methods than Fourier transform much more to choose from.)
    2012-09-23 11:58:05下载
    积分:1
  • bm3d_src
    这是二维图像去噪算法,C++版本,需自行配置工程使用(Image Denoising Method)
    2017-06-28 14:11:34下载
    积分:1
  • the-second-generation-curvelet-for-multifocus-imag
    第二代曲波多聚焦图像融合的MATLAB源代码(the second generation curvelet for multifocus image fusion)
    2009-10-16 10:25:39下载
    积分:1
  • 15718
    画板素描源码程序,根据画板底色与图像的颜色差异判断,对图像进行轮廓的素描。(Sketchpad sketch source program, according to the background and image color difference Sketchpad judgment sketch the outline of the image .)
    2015-09-12 20:34:02下载
    积分:1
  • 696518资源总数
  • 104607会员总数
  • 44今日下载