登录
首页 » matlab » Parcial-II

Parcial-II

于 2013-10-11 发布 文件大小:127KB
0 245
下载积分: 1 下载次数: 3

代码说明:

  Segmentation Algorithm

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

发表评论

0 个回复

  • bw_fragile_robust_cross
    matlab编写的对二值图像的数字水印添加与提取程序。压缩包中有示例图片。可以添加水印,结果肉眼不易分辨出变化,不影响使用。可加入信息长度达100个字节。提取时可验证是否被修改过,如未修改,可提取隐藏信息。当有修改发生时,可以定位修改的位置,并在图上标出。标识面积占修改面积的75%,一般修改都能标出(matlab prepared binary image of the digital watermark added and extraction procedures. Compression package has sample images. Can add watermarks, the results of the changes are not easily distinguishable from the naked eye, does not affect use. Can be added to the information length of 100 bytes. Verifiable extraction has been modified, if modified, can extract hidden information. When a modification occurs, you can modify the location of positioning and marked maps. Logo area accounted for 75 to amend the area generally can be identified modifications)
    2008-02-20 13:32:56下载
    积分: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
  • project
    Finding MSER regions and Canny edges in natural images
    2015-02-10 02:21:40下载
    积分:1
  • harris-match
    harris角点检测,并且实现两幅图像特征点的匹配,最终完成图像的拼接(harris corner detection, and realize two image feature point matching, the final completion of image stitching)
    2013-07-21 10:52:13下载
    积分:1
  • C-SCAN
    说明:  用于处理超声波相控阵C扫描的数据文件和图片处理,采用的是Matlab语言(the code of Matlab is used to process the data file and picture of ultrasonic phased array C scan)
    2020-01-08 11:07:03下载
    积分:1
  • PAPER11
    一种基于惯导信息的多普勒波束锐化图像拼接算法(A Doppler beam sharpening image stitching algorithm based on inertial navigation information)
    2012-12-27 23:45:23下载
    积分:1
  • Triangle_Renderer_Project
    老外写的程序,可对三角形进行渲染,有详细的算法介绍。非常棒(A good Triangle Renderer Project,with detailed introduction.)
    2011-04-22 09:18:28下载
    积分:1
  • KSVD-for-SAR_LOG
    用基于稀疏表示和KSVD字典学习去噪方法在对数域对SAR图像抑斑,本方法相对于一些经典的SAR图像抑斑方法,抑斑效果大大提高。(Based on the sparse representation and KSVD dictionary learning denoising method in the logarithmic domain,we despeckle SAR image, compared with some of the classic SAR image speckle suppression method, this method is much more effective.)
    2012-03-16 22:26:44下载
    积分:1
  • MATLAB
    实验2绿叶变色,实验3图像数字化显示,实验4图像类型转换,实验5对比度增强,实验6直方图均衡化和规定化,实验7噪声添加和空域滤波,实验8边缘增强和边缘检测,实验9彩色图像增强,fft,dct,dwt变化及压缩,滤波器,实验20运动退化和维纳波复原,实验21图像的几何畸形校正等实验的代码和报告(Experiment 2 leaves change color, 3 digital image display, the image type conversion, 4 5 contrast enhancement experiment, the experiment 6, histogram equalization and regulations 7 noise adding and spatial filtering experiment, experiment and edge enhancement and edge detection, the experiments of 9 color image enhancement, FFT and DCT, DWT and compression, filter, degradation experiment of 20 movement and wiener recovery, experiment 21 image geometric deformity correction code and report)
    2016-05-11 21:12:47下载
    积分:1
  • MATLAB的中值滤波?
    说明:  基于matlab的中值滤波算法,对图像进行去噪处理(median filtering algorithm based on matlab)
    2020-05-06 16:53:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载