登录
首页 » matlab » Ncut_9

Ncut_9

于 2012-12-13 发布 文件大小:7259KB
0 180
下载积分: 1 下载次数: 42

代码说明:

  NCUT切割,对源码进行了改进,改进后取消了只能压缩到160*160才能切割的限制(NCUT cutting, source code improvements, improved to cancel restrictions can only be compressed to 160* 160 to cut)

文件列表:

Ncut_9
......\._affinityic.cpp,70,2010-01-21
......\._a_times_b_cmplx.cpp,70,2010-01-21
......\._build_scene.m,70,2005-03-21
......\._cimgnbmap.cpp,70,2010-01-21
......\._compileDir_simple.m,70,2010-01-21
......\._computeEdges.m,70,2004-06-18
......\._computeW.m,70,2004-06-18
......\._compute_relation.m,70,2006-05-04
......\._compute_relation2.m,70,2005-03-21
......\._demoNcutClustering.m,70,2010-01-22
......\._demoNcutImage.m,70,2010-01-22
......\._discretisation.m,70,2004-06-18
......\._discretisationEigenVectorData.m,70,2004-06-18
......\._doog1.m,70,2004-06-18
......\._doog2.m,70,2004-06-18
......\._eigs_new.m,70,2009-10-30
......\._fft_filt_2.m,70,2004-06-18
......\._gaussian.m,70,2004-06-18
......\._ICgraph.m,70,2004-06-18
......\._imread_ncut.m,70,2004-09-15
......\._make_filterbank_even2.m,70,2004-06-18
......\._make_filterbank_odd2.m,70,2004-06-18
......\._mex_w_times_x_symmetric.cpp,70,2010-01-21
......\._ncut.m,70,2010-01-21
......\._NcutImage.m,70,2004-06-18
......\._ncutW.m,70,2004-06-18
......\._quadedgep.m,70,2004-06-18
......\._README.txt,70,2010-01-22
......\._showmask.m,70,2004-06-18
......\._sparsifyc.cpp,70,2010-01-21
......\._spmtimesd.cpp,70,2010-01-21
......\._X2distances.m,70,2006-05-04

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

发表评论

0 个回复

  • ForensiDetectionofImageManipulationUsing
    Image Pixel Value mapping for Forensic images
    2010-12-10 12:18:44下载
    积分:1
  • EdgeColor
    说明:  很好的图像边缘检测程序,MATLAB环境,里面的程序我都试过了,无报错,并附带图片,可直接运行。(Good edge detection procedure, MATLAB environment, which I have tried the procedure, and without error, and attached picture, can be directly run.)
    2020-10-12 23:27:32下载
    积分: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
  • funqei
    能量熵的计算,FMCW调频连续波雷达的测距测角,完整的图像处理课设,包含所有源代码,汽车图像。( Energy entropy calculation, FMCW frequency modulated continuous wave radar range and angular measurements, Complete class-based image processing, contains all of the source code, auto image.)
    2017-03-13 13:48:12下载
    积分:1
  • watermark
    数字水印嵌入、提取算法(Digital watermark embedding, extraction algorithm)
    2008-05-29 10:50:39下载
    积分:1
  • image_matching
    基于角点信息和透视变换的图像镶嵌 matlab ()
    2021-03-04 11:49:32下载
    积分:1
  • shadow-removal
    该代码用于在视觉智能监控/视频监控/视觉监控/视频智能监控中,消除阴影。阴影消除对视频监控具有重要的意义,能够有效地降低阴影对目标检测的影响,减小误检率和漏检率,提高对目标的识别效率以及监控系统的稳定性和可靠性。(This code is used to remove shadow in visual intelligent surveillance/video surveillance/visual surveillance/video intelligent surveillance. Shadow removal plays a important role in video surveillance. It reduce the affection of shadow in object detection, decrease false detection rate and missing rate, and improve the stability and reliability of surveillance system.)
    2011-07-02 07:28:36下载
    积分:1
  • 车牌识别
    利用MATLAB编程实现车牌号识别并显示,并对出入库时的车辆时间进行记录,计算车辆在停车场的时间(The license plate number is identified and displayed by MATLAB programming, and the vehicle time is recorded and the time of vehicle in the parking lot is calculated.)
    2018-03-10 10:30:27下载
    积分:1
  • HDR_Toolbox_current
    应用Matlab写的HDR图像处理完整工具,包括:合成HDR图像、TMO等,路径完整,亦包括示例、例图。非常有用的学习工具。(It s a totally codes of HDR image processing, including HDRI generation, TMO, etc. Very useful tool for study.)
    2021-01-11 21:58:48下载
    积分:1
  • image-enlarge
    数字图像处理课程期终项目,对图像进行放大,并进行滤波,达到一定的信噪比。(The final project of the digital image processing lesson, which is programmed for enlarging a image into demanding size.)
    2011-12-08 17:06:54下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载