登录
首页 » matlab » demo_mtjsrc_OxfordFlower_17

demo_mtjsrc_OxfordFlower_17

于 2013-09-16 发布 文件大小:12KB
0 214
下载积分: 1 下载次数: 139

代码说明:

  此程序为袁晓彤CVPR论文“基于多任务联合稀疏表示的的视觉分类”的主代码部分(The program for Yuan Xiaotong CVPR paper " visual classification with Muti-task joint sparse representation" main code of the parts)

文件列表:

demo_mtjsrc_OxfordFlower_17
...........................\data
...........................\....\17_Similarity_Matrices
...........................\....\datasplits
...........................\....\..........\datasplits_1.mat,2459,2009-10-22
...........................\....\..........\datasplits_2.mat,2461,2009-10-22
...........................\....\..........\datasplits_3.mat,2460,2009-10-22
...........................\....\tasks
...........................\HOW_TO_USE.txt,740,2010-06-29
...........................\result
...........................\source code
...........................\...........\Classify.m,491,2010-06-29
...........................\...........\Data_Generation.m,1945,2010-06-29
...........................\...........\Demo_MTJSRC_OxfordFlower_17.m,2144,2010-06-29
...........................\...........\MTJSRC_APG.m,3025,2010-06-25

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

发表评论

0 个回复

  • ex
    运行程序,得到不同伽马因子给图像的整体明暗程度带来的变化(Run the program to get the change of the overall brightness of the image with different gamma factors)
    2019-03-18 15:15:54下载
    积分:1
  • MRI_seg
    说明:  用水平集做的 MRI大脑图像分割 内有用法说明 (带图形界面)(To do with the level set within the MRI brain image segmentation instructions (with graphical interface))
    2010-04-08 13:40:30下载
    积分:1
  • TWITS_vv
    2007年ICIP国际会议论文的源码,用于实现对图像的反卷积恢复。(2007 International Conference on ICIP paper source for the realization of the restoration of image deconvolution.)
    2020-07-03 04:00:01下载
    积分:1
  • DLA
    基于分片重排列技术的维数约简方法,用于特征提取。(Patch Alignment for Dimensionality Reduction,IEEETrans.,2009.)
    2013-08-30 12:39:23下载
    积分:1
  • assignment3
    编制一个通用的边缘提取函数。通过输入不同的参数,能够实现Sobel算子、Prewitt算子、Roberts算子、Marr算子和Canny边缘检测。 实验图像任选 (Preparation of a common edge extraction function. By entering different parameters to achieve the Sobel operator, Prewitt operator, Roberts, operator, operator of Marr and Canny edge detection. Experimental image optional)
    2020-07-02 06:00:02下载
    积分:1
  • Gaussian
    高斯滤波是一种线性平滑滤波,适用于消除高斯噪声,广泛应用于图像处理的减噪过程。通俗的讲,高斯滤波就是对整幅图像进行加权平均的过程,每一个像素点的值,都由其本身和邻域内的其他像素值经过加权平均后得到。高斯滤波的具体操作是:用一个模板(或称卷积、掩模)扫描图像中的每一个像素,用模板确定的邻域内像素的加权平均灰度值去替代模板中心像素点的值。(Gaussian smoothing filter is a linear filter for the elimination of Gaussian noise, the noise reduction process is widely used in image processing. Popular speaking, a Gaussian filter to the whole image is a weighted average of the process, the value of each pixel, both by itself and other neighborhood pixel values obtained after weighted average. The specific operation Gaussian filter is: a template (or a convolution mask) to scan each pixel in the image, a weighted average gray value of the neighborhood is determined using a template to replace the pixel value of the center pixel of the template.)
    2014-10-18 09:00:28下载
    积分:1
  • watermark_dwt
    基于变换域的可逆数字水印系统的设计,是本人的毕业设计,基于整数小波变换的嵌入,加上gui界面,记得自己把自己想用的载体图像放到文件夹中。(Design reversible transform domain watermarking system based on my graduation project is based on integer wavelet transform embedded, plus gui interface, the carrier image into your own folder.)
    2021-03-18 12:09:20下载
    积分:1
  • Project_BFS
    任务:用BFS或是DFS对图进行搜索,实现任何拓扑不连通的块的计算,算法要求写在CBFSSearch类中 工程名:Project_BFS 要求:对于生成的任意拓扑,求出其分枝个数,并输出每个分枝的节点 (Task: Using BFS or DFS for searching the graph to achieve any topology unconnected blocks calculation algorithm requires written in CBFSSearch class project name: Project_BFS Requirements: for generating arbitrary topology, find the number of its branches, and output node of each branch)
    2013-08-21 17:03:04下载
    积分:1
  • jushuSAR
    在分析聚束合成孔径雷j盘(SAR)方位向时频关系的基础上,提出了一种新的全孔径分辨率SAR成像算法。 根据SAR在条带与聚束模式下回波信号之间的差别,利用现有成熟的条带SAR成像算法实现先对聚束SAR各方位向子 孔径成像,而后再将各方位子孔径带宽合成为全孔径带宽,以形成具有全孔径分辨率的SAR图像,极大降低了系统PRF 的要求。(In the analysis of spotlight synthetic aperture radar dish j (SAR) azimuth based on the time-frequency relationship, a new full-aperture resolution SAR imaging algorithm. According to SAR in strip and spotlight mode, the difference between the echo signal, the use of existing mature band SAR imaging algorithm first bit of the spotlight SAR the parties to the sub-aperture imaging, and then place then all the bandwidth synthetic aperture the bandwidth for the full aperture to form a full aperture resolution SAR images, greatly reducing the system PRF requirements.)
    2010-07-07 14:03:19下载
    积分:1
  • 之运动目标检测
    说明:  基于matlab实现对将视频以帧为单位截取为图片,用背景差分法进行比对,实现对运动目标的检测。含代码,运算结果。(Based on MATLAB, the video is captured as a picture by frame, and compared with the background difference method to achieve the detection of moving objects. Including code and operation result.)
    2021-03-21 17:39:17下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载