登录
首页 » matlab » gbvs

gbvs

于 2010-01-19 发布 文件大小:1028KB
0 217
下载积分: 1 下载次数: 301

代码说明:

  二维图像视觉显著性检测,效果非常好。California Institute of Technology的 Jonathan Harel写的,很经典。(Two-dimensional image saliency detection, the effect was very good. California Institute of Technology' s Jonathan Harel written, very classic.)

文件列表:

gbvs

....\algsrc
....\......\connectMatrix.m
....\......\distanceMatrix.m
....\......\formMapPyramid.m
....\......\getDims.m
....\......\graphsalapply.m
....\......\graphsalinit.m
....\......\hs_err_pid6336.log
....\......\indexmatrix.m
....\......\initGBVS.asv
....\......\initGBVS.m
....\......\makeGBVSParams.asv
....\......\makeGBVSParams.m
....\......\makeLocationMap.m
....\......\mexArrangeLinear.cc
....\......\mexArrangeLinear.mexw32
....\......\mexAssignWeights.cc
....\......\mexAssignWeights.mexw32
....\......\mexColumnNormalize.cc
....\......\mexColumnNormalize.mexw32
....\......\mexSumOverScales.cc
....\......\mexSumOverScales.mexw32
....\......\mexVectorToMap.cc
....\......\mexVectorToMap.mexw32
....\......\namenodes.m
....\......\partitionindex.m
....\......\principalEigenvectorRaw.m
....\......\simpledistance.m
....\......\sparseness.m
....\compile
....\.......\cleanmex.m
....\.......\gbvs_compile.m
....\demo
....\....\demonstration.asv
....\....\demonstration.m
....\....\flicker_motion_demo.m
....\....\simplest_demonstration.m
....\gbvs.asv
....\gbvs.m
....\gbvs_install.m
....\readme.txt
....\saltoolbox
....\..........\attenuateBordersGBVS.m
....\..........\makeGaborFilterGBVS.m
....\..........\maxNormalizeStdGBVS.m
....\..........\mexLocalMaximaGBVS.cc
....\..........\mexLocalMaximaGBVS.mexw32
....\..........\mySubsample.cc
....\..........\mySubsample.mexw32
....\..........\safeDivideGBVS.m
....\samplepics





....\..........\5.jpg
....\..........\copy





....\..........\seq




....\util
....\....\areaROC.m
....\....\featureChannels
....\....\...............\C_color.m
....\....\...............\F_flicker.m
....\....\...............\I_intensity.m
....\....\...............\M_motion.m
....\....\...............\O_orientation.m
....\....\...............\R_contrast.m
....\....\getBestRows.m
....\....\getFeatureMaps.m
....\....\getIntelligentThresholds.m
....\....\heatmap_overlay.m
....\....\linearmap.m
....\....\makeFixationMask.m
....\....\mycombnk.m
....\....\myContrast.cc
....\....\myContrast.mexw32
....\....\myconv2.m
....\....\mygetrgb.m
....\....\mymessage.asv
....\....\mymessage.m
....\....\mypath.mat
....\....\padImage.m
....\....\padImageVH.m
....\....\rocSal.m
....\....\rocScoreSaliencyVsFixations.m
....\....\shiftImage.m
....\....\show_imgnmap.m

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

发表评论

0 个回复

  • Myimagesegemention
    VC图像处理中阈值变换,计算图像面积等适合初学者,有一定的指导意义(VC image processing threshold transform, calculating image size suitable for beginners, must have guiding significance)
    2009-03-27 15:39:06下载
    积分:1
  • optical_tools_matlab
    光学组件的matlab工具包,利用它,你可以仿真spot,几何像差,如慧差,球差,还有mtf仿真等(Optical components matlab toolkit, use it, you can simulation spot, geometric aberration, such as the Hui poor, spherical aberration, as well as simulation mtf)
    2021-04-08 14:19:00下载
    积分:1
  • streakline_code_v01
    采用了光流法实现了目标跟踪与分割,用于高精度仿真与模拟(Optical flow method to achieve the target tracking and segmentation for high-precision simulation and modeling)
    2012-05-24 15:31:06下载
    积分:1
  • Ncut_SVM
    说明:  此源码可对图像进行Ncut分割,并且集成了特征提取和SVM分类的功能。(This source can be Ncut image segmentation, and integrates the feature extraction and SVM classification function.)
    2008-11-11 15:20:18下载
    积分:1
  • wode1
    是一个很好的图像拼接程序,先用sift算法提取两幅图片的特征点再用算法筛去错配点,把匹配点用线连接起来,注意:主函数是match.m,运行主函数后在命令框输入运行match( image1.jpg , image2.jpg )(Is a good image stitching program, the first two pictures with the sift algorithm feature extraction algorithm and then weed out the wrong point with point, the match point with a line linking Note: The main function is match.m, after running the main function Enter the run command box match (' image1.jpg' , ' image2.jpg' ))
    2011-10-17 16:07:23下载
    积分:1
  • 24BMP256ColorGray
    本代码实现的功能:24位位图(BMP)的灰度化。具体实现过程:打开图像文件,找到数据区(每3个字节代表一个象素的R,G,B值),循环扫描,根据RGB的权重,计算出灰度值. 如果要得到256色灰度图,则要新建一个调色板,修改信息头和文件头.(Realize the function of the code: 24-bit bitmap (BMP) of the gray. Concrete realization of the process: Open the image file, locate the data area (3 bytes per pixel on behalf of a R, G, B values), cyclic scan, according to the weight of RGB, gray value is calculated. If you want to get 256 colors grayscale, would create a new palette, modify the header and file header information.)
    2020-07-01 01:20:02下载
    积分:1
  • KNearestclass
    使用K近邻算法对一个2维德样本集进行分类,样本集的分布为混合高斯分布。(K nearest neighbor to use a 2 Verde sample set for classification, the distribution of sample set for mixed Gaussian distribution.)
    2008-06-25 04:50:13下载
    积分:1
  • 1760668_deblur_tv_fista
    说明:  利用fista算法进行图像复原的matlab源码。(The matlab source code of image restoration using the fista algorithm.)
    2020-04-12 23:45:17下载
    积分:1
  • Opencv3.0 手写数字识别(Hog特征+SVM分类器)
    基于Hog特征 SVM分类器,利用Opencv3.0进行手写数字识别的源代码及所需资源文件(训练图片、测试图片)
    2019-06-04下载
    积分:1
  • DRR_registration
    通过将三维图像投影成2维ddr图像来实现2D-3D图像配准(By three-dimensional image projection into 2-D images ddr to achieve 2D-3D Image Registration)
    2008-01-17 18:34:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载