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

搜索资源列表

  1. 用霍夫曼方法检测圆、直线

    0下载:
  2. matlab程序
  3. 所属分类:其它源码

  1. Hought.rar

    0下载:
  2. 霍夫变换 以及相应的源码 用于图像处理中的 直线检测 参数估计等hough transform,Hough Transform
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:33500
    • 提供者:Jennifer
  1. Houghtransformation.rar

    1下载:
  2.  将霍夫变换与最小二乘法相结合,研究对实验数据和图像处理中的二值边缘图进行直线拟合的方法。 首先,用霍夫变换剔除数据点集中的干扰点或噪声,并将分布在不同直线附近的点分离出来 然后,用最小二乘法 拟合各直线。该方法既解决了直接使用最小二乘法拟合时,拟合直线易受干扰点或噪声的影响和数据点分布在 多条直线附近而无法拟合的两个问题 同时也解决了直接使用霍夫变换时,拟合直线精度不高和直线段有效区间 不容易控制的问题。,The Hough transform and least squares me
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:206977
    • 提供者:李明
  1. suijituoyuanjiancesuanfa

    1下载:
  2. 介绍了一种椭圆检测的方法,该方法,基于霍夫变换,并根据椭圆几何特征可以快速准确的提取出椭圆中心。本论文为收费文献,现共享,希望对研究计算机视觉以及近景摄影测量的朋友,有所帮助。-Introduce a kind of ellipse detection method, based on the Hough transform, and in accordance with the characteristics of elliptical geometry can be extracted qu
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-03-28
    • 文件大小:307777
    • 提供者:刘镖峰
  1. bianma

    0下载:
  2. 基于MATLAB的霍夫曼编码。包括MATLAB界面下生成的结果图。程序较C语言易懂,由于在MATLAB下实现,程序简洁。-Huffman coding based on MATLAB. Including the MATLAB interface to generate the results of Fig. Procedures easy to understand language than C, because under MATLAB, the program simple.
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:65687
    • 提供者:张作
  1. MATLAB_code_of_image_processing

    2下载:
  2. 该gui函数基本上包括图像处理里面的最基本处理,相当于一个小型photoshop。比如读取文件,几何变换中的垂直镜像,平移,旋转,缩放;正交变换的DFT,FFT,DCT,DST,DHT,DWashT;灰度处理中的反色,直方图均衡,全局线性变换,分段线性变换,指数非线性变换,对数非线性变换;图像增强里面的加噪声,平滑,锐化,伪彩色增强;图像分割里面的灰度阈值法,Robert,Laplace,sobel,prewitt,canny算子边缘检测法;图像恢复里面的直接逆滤波,维纳滤波;图像编码里面的霍夫
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:397915
    • 提供者:guhuxiang
  1. HOFFMAN

    0下载:
  2. 霍夫曼编码相关资料及matlab源码实现。又需要的可以参考-Huffman code matlab source relevant information and to achieve. Also can refer to the needs of
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:5217
    • 提供者:邓俊
  1. migration

    7下载:
  2. 地震偏移成像程序,主要用于石油行业的地震资料数字处理,包括克希霍夫偏移和频率波数域偏移-Procedue for seismic data Migration image. mostly used for seismic data processing, include Kirchhoff time migration and FK time migration
  3. 所属分类:能源行业(电力石油煤炭)

    • 发布日期:2013-03-14
    • 文件大小:50927
    • 提供者:songlianxi
  1. DrawCircle

    0下载:
  2. 画圆,,复杂背景下,圆心的中心定位,使用的是霍夫变换-Circle, complex background, the center of the circle' s center position, using a Hough transform
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:561
    • 提供者:陈乔
  1. houghbianhuan

    0下载:
  2. 广义霍夫变换边缘提取代码,目标是针对图像中某一标识,进行识别和提取-Generalized Hough transform edge detection code, the goal is for the image of a logo, to identify and extract
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:3895
    • 提供者:吴安琪
  1. MATLAB

    0下载:
  2. 霍夫曼编码的MATLAB实现运行时需要自己添加变量值-Huffman coding to achieve run-time MATLAB need to add the variable value
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:829
    • 提供者:li
  1. Huffman

    0下载:
  2. 此文件实现了对256*256像素的图片进行霍夫曼编码和解码的过程-This file use Huffman coding method to code and decode any 256*256 picture, turn out the result in binary code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:2213
    • 提供者:alvin
  1. Huffman(s)

    0下载:
  2. 对图像进行霍夫曼编码,然后根据编码还原图像,并对编码质量进行统计评估-Huffman code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1818
    • 提供者:ty
  1. eyesegmentation

    0下载:
  2. 程序可实现人眼虹膜、眼睑及睫毛分割,主要功能有:(1)虹膜内外圆的霍夫圆检测;(2)眼睑检测以及参数方程的求解;(3)睫毛的最优化阈值处理。 vc文件夹下包含以下四个内容:(1)最后编译生成的.exe文件;(2)包含主要算法的.h头文件;(3)两幅原始图像(yangjing1.bmp,yanjing2.bmp);(4)两幅经过MATLAB进行自适应直方图均衡化的图像(yanjing11.bmp,yanjing22.bmp)-Program can achieve human iris, ey
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-31
    • 文件大小:154661
    • 提供者:郭卉
  1. Huffman-Codes-And-Matlab-Simulation

    0下载:
  2. 通过MATLAB仿真来讨论比较二元霍夫曼编码、三元霍夫曼编码以及信源扩展编码的效率,来实现霍夫曼码的优化构造-By MATLAB simulation to compare two yuan Huffman discussed, ternary Huffman coding and source coding efficiency extended to achieve optimization of Hoffman Construction Code
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:53961
    • 提供者:hu diefei
  1. hulfman-matlab

    0下载:
  2. 霍夫曼编码的matlab实现,通信类相关的,可以做个参考-Communication and Information Engineering Huffman encoding using matlab (0,1 encoding), the program is quite useless, you can take a look at
  3. 所属分类:Communication

    • 发布日期:2017-11-13
    • 文件大小:839
    • 提供者:lanpengpeng
  1. matlab-huffman

    0下载:
  2. 霍夫曼编码过程和编码过程中一些步骤的思想及其含义-Huffman coding process and the number of steps in the encoding process ideas and their meanings
  3. 所属分类:software engineering

    • 发布日期:2017-11-16
    • 文件大小:38808
    • 提供者:张亚杰
  1. MATLAB-Huffman-GUI-design

    1下载:
  2. MATLAB霍夫曼Huffman编码译码GUI界面设计 源程序代码-MATLAB Huffman Huffman coding and decoding GUI interface design source code
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:15158
    • 提供者:杨肖
  1. Iris-recognition-matlab-source-code

    0下载:
  2. 利用MATLAB的虹膜识别例程,霍夫变换。-Iris recognition using MATLAB routines, Hough transform.
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:449217
    • 提供者:董振
  1. MATLAB-tuxiangchuli-Hough-jaince-

    0下载:
  2. MATLAB图像处理 Hough霍夫曼直线检测 源程序代码,欢迎大家下载-MATLAB image processing Hough line detection Huffman source code, welcome to download
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-28
    • 文件大小:190316
    • 提供者:
« 1 2 3 45 6 7 8 9 10 11 »
搜珍网 www.dssz.com