CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 像素 matlab

搜索资源列表

  1. matlab

    0下载:
  2. 通过反复从对象中移除边缘像素,直到它们被减少到单像素宽的骨架,二值图像从而被细化得到根中轴(Smucker et al., 1987 Tanaka et al., 1995)。建立在NHI图像上的骨架化命令是用于此过程(见于Fig. 7(ii))和计算骨架像素的数量。-The binary image was thinned to get the medial axis of roots by repeatedly removing edge pixels from the objects un
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:241799
    • 提供者:lcvc
  1. matlab

    0下载:
  2. 光斑定位 逐像素迭代中值法 大家可以进行编辑-Spot location;A case-by-pixel iteration values
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:40458
    • 提供者:晏巍
  1. ExtPhaseCorrelation

    0下载:
  2. matlab平台实现平移的亚像素配准,精度0.03像素-matlab platform translation sub pixel registration accuracy of 0.03 pixels
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:8991
    • 提供者:hanhaitao
  1. Matlab

    1下载:
  2. 图像的采样 • 写程序:以2 为尺度,下采样图像 ,观察不同分辨率下图像的变化情况(a) • 写程序:把(a)中获得的图像,进行上采样处理,可以选择不同的平滑方 法,比如,邻近像素复制,或者线性插值等。讨论上采样后图像的质量变 化。找出相应的改进方法。 -图像的采样 • 写程序:以2 为尺度,下采样图像 ,观察不同分辨率下图像的变化情况(a) • 写程序:把(a)中获得的图像,进行上采样处理,可以选择不同的平滑
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-06
    • 文件大小:898631
    • 提供者:rebecca
  1. matlab-kongyu--shiyu

    0下载:
  2. 空域滤波是在图像空间中借助模板对图像进行领域操作,处理图像每一个像素的取值都是根据模板对输入像素相应领域内的像素值进行计算得到的。空域滤波基本上是让图像在频域空间内某个范围的分量受到抑制,同时保证其他分量不变,从而改变输出图像的频率分布,达到增强图像的目的-failed to translate
  3. 所属分类:source in ebook

    • 发布日期:2017-11-08
    • 文件大小:320615
    • 提供者:广广
  1. matlab-mid_filter

    0下载:
  2. 中值滤波法是一种非线性平滑技术,它将每一像素点的灰度值设置为该点某邻域窗口内的所有像素点灰度值的中值. -The median filter is a nonlinear smoothing technique, the gray value of each pixel is set for all pixels in a neighborhood of the point of the mean value in the window.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:999
    • 提供者:jackchan
  1. Harris-yaxiangsu-Matlab

    0下载:
  2. 基于Harris原理的亚像素角点坐标检测Matlab程序;直接运行click_calib .m文件即可获得亚像素级角点坐标,附录Ⅱ中的其它函数文件均会被click_calib .m文件调用。-Based on the principle of subpixel Harris corner coordinates detection Matlab procedures run directly click_calib. M file to obtain sub-pixel corner coor
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:24471
    • 提供者:李明
  1. matlab-zhongzhilvbo

    0下载:
  2. 中值滤波,去噪 实验原理:中值滤波器是将领域内像素灰度的中值代替该像素的值,对处理脉冲噪声(椒盐噪声)非常有效。为了对一幅图像上的某个点进行中值滤波处理,必须先将掩模内欲求的像素及其领域的像素值排序,确定出中值,主要功能是使拥有不同灰度的点看起来更接近于它的邻近值。-Median filtering and denoising Test principle: median filter is to field pixel gray value instead of the pixel v
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:3026
    • 提供者:1123
  1. LSB-MATLAB

    0下载:
  2. LSB算法简单,实现容易,同时可以保证数字水印的不可见性,由于可以在最低位的每个像素上都插人数字水印信息,因此有较大的信息嵌入量-The LSB algorithm is simple, easy to implement, and can ensure the watermarking invisibility, because can insert watermarking information of each pixel in the low, therefore a high embe
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-09
    • 文件大小:3845
    • 提供者:张鹏飞
  1. bilinear-matlab

    0下载:
  2. 根据全局运动估计参数,也就是模型参数,对于校正后图像的任一像素坐标(x ,y ) 都可以求得它在参考图像中的对应坐标(x,y),此程序完成视频稳定系统中的运动补偿功能.-Global motion estimation parameters, the model parameters is, either the corrected image pixel coordinates (x ' , y' ) can be obtained which corresponds to
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:1443
    • 提供者:zhaoru
  1. Matlab

    4下载:
  2. nonmaxsup——非最大值抑制 hysthresh——设定阈值区间,返回一个二值化图像 canny——边缘探测,图像边缘增强 adjgamma——调整图像的伽马值 findline——利用线性Hough变换和Canny边缘探测得到的线上各点的坐标 circlecoords——返回由圆的半径和圆心坐标决定的圆上各点像素的坐标 houghcircle——取一幅经过canny变换的图像,利用hough变换找到图像中的一个圆 findcircle——计算所得线上各点
  3. 所属分类:software engineering

    • 发布日期:2017-03-04
    • 文件大小:4573184
    • 提供者:廖志伟
  1. chengxu-matlab

    0下载:
  2. 基于像素领域过完备稀疏表示,程序中有解释,很详细,课可作为参考程序-A complete sparse representation based on pixel domain, in the program are explained, very detailed, class program can be used as a reference
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1251
    • 提供者:白燕
  1. matlab

    0下载:
  2. 基于matlab的视频采集及背景处理,将视频分成一帧帧的图片,经数学公式处理统计像素出现的概率,得出背景图片-Processing matlab-based video capture and background
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:9012155
    • 提供者:wangxingwei
  1. Image-encryption---matlab

    0下载:
  2. 首先生成了超混沌序列,通过随机改变像素值,实现了图像的加密与解密,算法运行速度快,秘钥空间大-First ultra-chaotic sequence generated by randomly changing the pixel values, realize image encryption and decryption algorithm is fast, big secret key space
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-28
    • 文件大小:101845
    • 提供者:hhh
  1. Subpixel-Matlab-v2.11

    4下载:
  2. 亚像素边缘提取算法以及实验代码,算法详见Accurate Subpixel Edge Location Based on Partial Area Effect-Sub-pixel edge detection algorithm and test code, algorithms see Accurate Subpixel Edge Location Based on Partial Area Effect
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:286374
    • 提供者:JasonYu
  1. 程序

    0下载:
  2. 智能化窗口实现车牌识别,基本能够识别300万像素的车牌照片(Intelligent window for license plate recognition)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:44032
    • 提供者:SHOYOXA
  1. lzw

    0下载:
  2. 该程序实现了 lzw压缩算法编码,主要基于2、3、4像素序列(The soruce of LZW compression algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:2048
    • 提供者:CHRYSTAL
  1. LKmatlab

    0下载:
  2. 基于光流算法,检测运动物体的光流场,并给出每个像素点的运动状态。程序里面还给出了相关例子。(The optical flow field of moving object is detected)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-20
    • 文件大小:1285120
    • 提供者:347790313
  1. Matlab code

    0下载:
  2. 图像二值化和电润湿像素单元开口率的计算,用于验证电润湿动力学模型是否正确(The calculation of the image two value and the rate of aperture of the electrowetting pixel unit is used to verify whether the electrowetting kinetic model is correct)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:4096
    • 提供者:ALBER
  1. Improvezernike7

    0下载:
  2. 实现亚像素边缘检测 (subpixel edge detection)的程序(a program to achieve subpixel detection)
  3. 所属分类:图形图像处理

« 1 2 3 4 5 6 7 89 10 11 12 13 ... 27 »
搜珍网 www.dssz.com