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

搜索资源列表

  1. 20060816

    2下载:
  2. 图像处理算法源程序.pdf,包含: 利用Visual C++实现AVI文件的图像截取 Visual C++中实现对图像数据的读取显示 Visual C++实现视频图像处理技术 VC编程中如何操作数据库中的图像字段 Visual C++实现数字图像增强处理 Visual C++6.0开发灰度位图处理 VC++开发腐蚀运算源程序 VC++开发膨胀运算源程序 VC++开发细化源程序 VC++开发Hough变换的源程序 VC++开发轮廓提取源程序 堆
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:274436
    • 提供者:pudn_dxg001
  1. Hough_Transform

    0下载:
  2. hough tramsform written in C -hough tramsform written in C.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:573869
    • 提供者:ken
  1. yuanxin

    1下载:
  2. C#.NET下编写的基于霍夫变换的圆心检测算法,数字图象处理-C#.NET prepared based on the Hough transform algorithm for the detection center, digital image processing
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:25141
    • 提供者:1111111
  1. edge_extraction

    0下载:
  2. 边缘提取的算子,如hough变换,robert算子等的实现,c++源码-edge extraction Operator, hough transform, robert the operator realized, c FOSS
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:10851
    • 提供者:yiting
  1. detectingedge

    1下载:
  2. C#语言开发的图像处理的源代码,实现边缘提取,HOUGH变换等功能-C# language development of image processing of source code, achieving edge extraction, transformation, and other functions HOUGH
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:50030
    • 提供者:李坤
  1. hafuman13526

    0下载:
  2. 着是一个关于哈夫漫算法的c++程序 如果有兴趣 请下载-with Hough is a diffuse algorithm on the c procedures If interested please download
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2555
    • 提供者:yjw
  1. HoughTransfo

    0下载:
  2. 一个处理hough变换的源码,希望大家能有点用,不过是一个matlab的源码,一会再传一个C的
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1665
    • 提供者:小冯
  1. mypolygon

    2下载:
  2. 图像处理算法源程序.pdf,包含: 利用Visual C++实现AVI文件的图像截取 Visual C++中实现对图像数据的读取显示 Visual C++实现视频图像处理技术 VC编程中如何操作数据库中的图像字段 Visual C++实现数字图像增强处理 Visual C++6.0开发灰度位图处理 VC++开发腐蚀运算源程序 VC++开发膨胀运算源程序 VC++开发细化源程序 VC++开发Hough变换的源程序 VC++开发轮廓提取源程序 堆栈的数据结构和操作 VC++开发轮廓跟踪源程序 VC+
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:2062
    • 提供者:吳郭魚
  1. shape-detect

    0下载:
  2. 用emgucv结合c#编写 包括hough线变换 hough圆变换 基于vs2010开发环境-With c# prepared with emgucv including hough line transform hough circle transform Development environment based on vs2010
  3. 所属分类:OpenCV

    • 发布日期:2014-10-20
    • 文件大小:435200
    • 提供者:ZZT
  1. houghlines

    0下载:
  2. 用hough变换拟合直线,开发环境为C++,利用工具opencv,希望对大家有用-Fitting a straight line with the hough transform, the development environment for C++, use of tools opencv, we hope to be useful
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1489435
    • 提供者:刘雷
  1. 24680

    0下载:
  2. 图像处理基本小程序:C语言包含HOUGH变换,图像缩放,去指数,方块编码,对比度拉伸-Basic image processing applet: C language contains HOUGH transform, image scaling, to index, code box, contrast stretch
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:1218020
    • 提供者:李辉
  1. compressor

    0下载:
  2. 本程序使用C++编写,在VC2005上调试,完成了文件的读取,文件字符的统计以及压缩率的显示,哈夫曼树的建立,哈夫曼编码的实现,文件转换为哈夫曼编码成为压缩文件以及文件从压缩状态进行解码。并且以对话框的形式和用户交流,程序方便实用,既可以对文本进行压缩,有可以对图像进行压缩,效果都不错。-This procedure using C++ Prepared in VC2005 debug completed documents to read, document characters as wel
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-03-06
    • 文件大小:3865152
    • 提供者:罗天银
  1. HoughLine

    0下载:
  2. 本人亲自改写的Hough变换,获得直线方程的Visual C++文件,直接把文件导入到工程就可以使用。-I personally rewrite the Hough transform, to obtain a straight line equation of Visual C++ documents, directly to the file into the project can use.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4125
    • 提供者:xieyilin
  1. HoughTransform

    0下载:
  2. 数字图像处理中的Hough变换的C++源代码-Digital image processing in the Hough Transform C++ source code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:12009
    • 提供者:madsam
  1. xinjiajiahoughline

    0下载:
  2. 成功的HOUGH的直线提取C语言程序,在C2000\C6000下编译无误-HOUGH the success of C-line extraction procedures, the C2000 \ C6000 compile correctly
  3. 所属分类:DSP program

    • 发布日期:2017-04-07
    • 文件大小:74141
    • 提供者:辛佳佳
  1. 5-14-houghlines

    0下载:
  2. Hough变化,数字图像处理的hough变换C++代码-houghHough transform generized by C++ detects Lines in a image.
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:1981828
    • 提供者:张坤峰
  1. datastructures

    0下载:
  2. 各种数据结构的实现 包括顺序表、单链表、双向链表、循环链表、顺序栈、链式栈、顺序队列、链式队列、优先级队列、串、二叉树、线索二叉树、哈夫曼树、B+树、图的c++实现-Implementation of the various data structures, including order forms, a single linked list, doubly linked lists, circular list, the order of the stack, the stack chain
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:68873
    • 提供者:ninja
  1. imageBasicProcess

    0下载:
  2. 这是一个用C++编程的图像基本处理算法的总汇,其中含有hough变换,灰度均衡,图像增强等图像基本算法的C++源代码,为txt存储格式。-this is C++ code embrace hough transform,Gray balance,Image Enhancement and so on.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:22854
    • 提供者:张伟
  1. circularHough

    1下载:
  2. Circular Hough transform using OpenCV: C++ version of the popular (best accurate I think) Matlab function CircularHough_Grd.m of Tao-Peng. Note: the user should know how to use OpenCV first.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:6408
    • 提供者:Phan
  1. hough_code

    0下载:
  2. Hough Transform code using c-Hough Transform code using c++
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:7094
    • 提供者:Rajath.A.N
« 1 2 3 45 6 »
搜珍网 www.dssz.com