登录
首页 » matlab » SaliencyToolbox2.2

SaliencyToolbox2.2

于 2009-05-19 发布 文件大小:5392KB
0 97
下载积分: 1 下载次数: 514

代码说明:

  视觉注意力模型,寻找感兴趣区域,模仿人眼找出最感兴趣的区域,再找出第二感兴趣的区域,以此类推(Visual attention model to find the region of interest, to imitate the human eye to identify the most interesting region, and then find the second region of interest, and so on)

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

发表评论

0 个回复

  • chenggongchengxu
    rgb to HSV,很有用,调试成功,可以应用(rgb to HSV,#include "stdafx.h" #include <iostream.h> void main(float R, float G, float B, float& H, float& S, float&V) { // r,g,b values are from 0 to 1 // h = [0,360], s = [0,1], v = [0,1] // if s == 0, then h =-1 (undefined) float min, max, delta,tmp tmp = R>G?G:R min = tmp>B?B:tmp tmp = R>G?R:G max = tmp>B?tmp:B V = max // v delta = max- min if( max != 0 ) S = delta/max // s else { // r = g = b = 0 // s = 0, v is undefined S = 0 H = 0 return } if (delta == 0){ H = 0 return } else if(R == max){ if (G >= B) H = (G- B)/delta // between yellow & magenta else H = (G- B)/delta+ 6 } else if( G == max ) H = 2+ ( B- R )/delta // between cyan & yellow else if (B == ma)
    2011-12-02 10:09:24下载
    积分:1
  • Qt_RobHess_Sift
    sift算法在cv领域的重要性不言而喻,该作者的文章引用率在cv界是number1.本篇博客只是本人把sift算法知识点整理了下,以免忘记。本文比较早的一篇博文opencv源码解析之(3):特征点检查前言1 中有使用opencv自带的sift做了个简单的实验,而这次主要是利用Rob Hess的sift源码来做实验,其实现在的opencv版本中带的sift算法也是Rob Hess的,只是稍微包装了下。 下面来做下试验,试验sift代码采用Rob Hess的代码,opencv目前版本中的sift源码也是采用Rob Hess的。代码可以在他的主页上下载:http://blogs.oregonstate.edu/hess/code/sift/ 这里我下载的是windows版本的,并采用Qt做了个简单的界面。(sift algorithm is self-evident the importance of the cv field, the author of the article referenced in the cv sector is number1 this blog I just sift algorithm knowledge compiled under, so as not to forget. This article compares the earlier blog post opencv source code analysis (3): check the preface of the feature points 1 the opencv bring their own sift to do a simple experiment, but this time Rob Hess' s sift source to experiment. In fact, with the opencv version sift algorithm is Rob Hess, only slightly packing the next. Below to do the next test, test sift code using the code of Rob Hess, sift source opencv version of Rob Hess. The code can be downloaded on his home page: http://blogs.oregonstate.edu/hess/code/sift/ here I downloaded the windows version, and using Qt to do a simple interface.)
    2021-04-20 21:28:50下载
    积分:1
  • LBF_v0.1
    用水平集和形态学结合的方法分割图像,主要用于对比度低的医学图像,效果较好(Using level set and morphological segmentation with the method of combining images, mainly for low-contrast medical images, better)
    2008-07-31 16:10:05下载
    积分:1
  • fingerprint_match
    指纹识别系统,包括指纹图像预处理,特征点提取,采用点模式匹配。(Fingerprint identification systems, including fingerprint image preprocessing, feature extraction, using point pattern matching.)
    2020-12-21 11:29:08下载
    积分:1
  • fbp
    ct 平行束滤波反投影重建算法matlab 分为创建原始图像 投影 滤波重建三个文件(matlab fbp reconstruction algorithm which can be used for CT image reconstruction)
    2012-08-14 11:40:02下载
    积分:1
  • compare_pcl_gpucpu-master
    对比CPU和GPU加速,pcl::cuda的使用教程,利用随机采样一致(RANSAC)去除地平面等例子。(Compare CPU and GPU acceleration, pcl::cuda tutorial, using random sampling consistency (RANSAC) to remove ground plane and other examples.)
    2021-02-28 20:49:36下载
    积分:1
  • fuse
    基于肤色的图像分割,是用matlab实现的,希望大家有用(Image segmentation based on skin color is achieved with matlab, I hope it would be useful)
    2011-06-08 21:21:50下载
    积分:1
  • ssim
    SSIM函数。一种衡量两幅图像相似度的新指标,其值越大越好,最大为1。(SSIM function. A measure of image similarity two new indicators, the greater its value better, a maximum of 1.)
    2013-10-14 09:51:31下载
    积分:1
  • 改进Retinex
    对Retinex算法进行修正,提高去雾效果(Amend the Retinex algorithm to improve the effect of fog removal)
    2020-10-07 14:07:37下载
    积分:1
  • ncorr_2D_matlab-master
    可以非常有效地判断裂纹及其延展情况记号笔会uefnhnwefnv看文嵘胡江(cracksfs jefo jfowejfojslf vvojfowjfo klm waefwfea)
    2020-07-02 23:00:01下载
    积分:1
  • 696518资源总数
  • 104226会员总数
  • 47今日下载