登录
首页 » matlab » cscameradata

cscameradata

于 2014-06-29 发布 文件大小:16204KB
0 193
下载积分: 1 下载次数: 52

代码说明:

  rice大学单像素相机测试系统的测试数据与算法源代码,可用于压缩传感技术的学习与研究。(rice university single-pixel camera test system test data and algorithm source code can be used to compress the learning and research sensing technology.)

文件列表:

cscameradata
............\ball64.fig,32502,2014-06-22
............\Ball_128.mat,29656,2006-11-15
............\Ball_32.mat,8429,2006-11-15
............\Ball_64.mat,30027,2006-11-15
............\cscamera_test.m,1606,2014-06-22
............\cscamera_test_hang.asv,1316,2014-06-22
............\cscamera_test_hang.m,1316,2014-06-22
............\Dice_128.mat,29716,2006-11-15
............\Dice_32.mat,8457,2006-11-15
............\Dice_64.mat,30658,2006-11-15


............\Logo_128.mat,1346,2006-11-15
............\Logo_32.mat,8241,2006-11-15
............\Logo_64.mat,29783,2006-11-15
............\Mug_128.mat,33542,2006-11-15
............\Mug_32.mat,8003,2006-11-15
............\Mug_64.mat,30163,2006-11-15
............\pathdef.m,9673,2006-11-15
............\Phi_128.mat,13061523,2006-11-15
............\Phi_32.mat,237246,2006-11-15
............\Phi_64.mat,2936553,2006-11-15
............\R_128.mat,29775,2006-11-15
............\R_32.mat,8221,2006-11-15
............\R_64.mat,30768,2006-11-15
............\tvqc_logbarrier.m,2880,2006-04-21
............\tvqc_newton.m,5563,2006-04-21

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

发表评论

0 个回复

  • Wavelet-transform-edge
    基于小波变化的边缘检测程序 matlab的m代码 效果不错(Wavelet transform edge)
    2011-05-19 21:56:42下载
    积分:1
  • K-means
    按照最邻近原则把待分类样本点分到各个簇。然后按平均法重新计算各个簇的质心,从而确定新的簇心。一直迭代,直到簇心的移动距离小于某个给定的值。(According to the nearest neighbor principle, the sample points to be classified are divided into clusters. Then the centroid of each cluster is recalculated according to the average method to determine the new cluster center. Iterate until the moving distance of the cluster center is less than a given value)
    2020-06-19 03:00:01下载
    积分:1
  • jiebian_jiami_K
    雷达波形捷变联合数字水印单目标抑制算法研究(Radar jamming, radar waveform modulation frequency-agile multi-target anti-interference)
    2021-03-08 16:29:28下载
    积分:1
  • threhold-dealt
    关于阈值处理的一部分参考文献,对于图像的二值化等很有帮助,是经过精心选择的参考文件。(References on the part of the processing threshold for image binarization helpful, is carefully selected reference files.)
    2014-08-25 12:03:43下载
    积分:1
  • Plot_PreRecallThousand
    在进行图像显著性分析时,要通过PR曲线进行比较不同方法的好坏,这个源码可以实现此功能。(Significantly during image analysis, through PR curves comparing different methods is good or bad, this source can achieve this functionality.)
    2013-05-24 10:47:12下载
    积分:1
  • Img_compress
    用奇异值分解的方法实现图像压缩,有助于初学者了解奇异值分解的应用(Using singular value decomposition method to achieve image compression will help beginners understand the application of singular value decomposition)
    2007-07-12 19:40:42下载
    积分:1
  • Hilbert-transform
    基于Hilbert变换的相位差测量法分析及改进 (Based on the analysis phase measurement and improvement of the Hilbert transform)
    2013-12-20 13:27:48下载
    积分:1
  • deblur_code_1_2(1-19)
    去模糊的算法,有MIT做的,参考文献是siggraph06的文章,效果很好(Go fuzzy algorithms, MIT has to do the references are siggraph06 the article, very good)
    2009-03-22 19:54:37下载
    积分:1
  • Graphics
    一个集成的图形界面的程序,可调用每一次作业子程序。 一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。 二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。 三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪按钮(或命令),按下“上边裁剪”按钮(或执行“上边裁剪”命令),多边形相对裁剪窗口的上边进行裁剪,显示上边裁剪后的多边形,依此进行其它各边裁剪。 四、用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括类似自行车行走和绕固定点旋转的自旋转物体动画。) 五、简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。 六、交互式Bezier曲线的输入绘制程序实现 (An integrated graphical interface of the program, each operation subroutine callable. One call a function of the point of the painting, with the DDA, the midpoint algorithm for drawing a straight line and the midpoint algorithm circle and oval. Second, the polygon scan conversion algorithm and region filling algorithm (scan line algorithm for must fill and edge flag algorithm based on the edge of the modulo operator is optional using the 4 regional connectivity recursive seed filling algorithm based on the area of seed filling, or scan line seed filling algorithm requires the seed point (x, y) can be entered interactively). Line Clipping polygon clipping algorithm animation achieved. (Two Line Clipping Algorithm and HS polygon-by-side clipping algorithm) polygon clipping algorithm animation requires draw a closed polygon, rectangle and then draw the crop window, and then select the the cropped button (or command), press the "on top of cutting "button (or the implementation of)
    2020-06-30 08:20:02下载
    积分:1
  • PC20121224
    先进行图像的预处理,采用中值滤波,梯度增强。基于边缘帧差法实现前景检测(first image preproceing,the median filtering,grdient enhancement。based on edge detection method of frame to realiase prospect)
    2012-12-25 17:28:48下载
    积分:1
  • 696518资源总数
  • 106245会员总数
  • 18今日下载