CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 GDI/图象编程 搜索资源 - 算法 C语言

搜索资源列表

  1. 对象定位 C 语言源程序

    1下载:
  2. 机器人视觉控制系统中图像定位算法源程序。图像编程有效工具。-robot control system visual image positioning algorithm source. Image effective programming tools.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:16930
    • 提供者:王红旗
  1. otsu_comp

    0下载:
  2. C语言算法程序,已经过硬件测试,效果很好,用于图象的二值化,自动取得阀值.-C language paper, the hardware has been tested and the results very good for the image of the two values, automatic threshold.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1776
    • 提供者:whale
  1. Ellipticalscanningconversionandachieve

    0下载:
  2. 中点Bresenham画圆算法扫描转换的基本原理,用C语言编程实现这个算法。本算法只讨论圆心位于坐标原点的圆。-midpoint Bresenham algorithm scan conversion Circle to the basic principles C language programming algorithm to achieve this. The algorithm is discussed only at the origin of the center circle.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:6985
    • 提供者:管声俊
  1. RQP

    0下载:
  2. 基于数字水印BMP图象的隐藏信息原始快对检测算法(RQP算法),利用C++语言实现,检测效率得到提高-based on digital watermarking BMP images for hidden messages to the original fast detection algorithm (PROGRAMMING algorithm) the use of C language, improve the efficiency of detection
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:50405
    • 提供者:陶烨
  1. 用C语言实现多边形的种子填充算法

    1下载:
  2. 用C语言实现多边形的种子填充算法。很好用哦。-C language of the seed polygon filling algorithm. Oh well spent.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:3936
    • 提供者:河马
  1. 毕设

    0下载:
  2. 包含了基于可移植的C语言的数字水印算法的代码。这些代码具有示范 性的意义,且有一定的鲁棒性。-contains transplantation based on the C language digital watermarking algorithm code. With the model code of significance, there are certain robustness.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:28964
    • 提供者:ley
  1. INITSVGA

    0下载:
  2. 在TC中,图形都最多只能在640X480的分辩率下编程,本源程序说明如何用C语言编写高分辩率的图形程序!----只说明如何初始化为高分辩率,其它算法功能都是相同的!-in TC, the graphics are only in the most easily visible outdoors under the Resolution Program, the source how to use C language to prepare high-resolution graphics onl
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:812
    • 提供者:李平
  1. dsp_matlab300

    0下载:
  2. 各种图像边缘提取算法的C语言实现及一些测试用图像-It provides abundant c program algorithms for image edge check and pictures for testing.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:2862004
    • 提供者:zhou
  1. 图像检测和模板匹配源码2005518144751

    0下载:
  2. 图象的检测,模板匹配算法代码,c语言开发。-image detection and template matching algorithm code, c-language development.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:24584
    • 提供者:jia
  1. 图像平滑,锐化及双线性内插算法

    0下载:
  2. 用C语言实现图像的平滑,锐化及双线性内插算法的实现,效果很好
  3. 所属分类:GDI/图象编程

    • 发布日期:2009-02-23
    • 文件大小:2165
    • 提供者:yanwang92
  1. LZWCompression

    0下载:
  2. LZW 压缩算法的C语言实现,可以实现对字符串的字典压缩编码。初级程序-LZW compression algorithm of the C language can be achieved on the string dictionary coding. Primary process
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-28
    • 文件大小:16588
    • 提供者:zgf
  1. Geometry

    1下载:
  2. 用C++语言实现的各种计算几何算法, 如判断点是否在多边形内, 多边形凸凹性判断, 寻找点集凸包的卷包裹法,求简单多边形的重心,求从多边形外一点出发到该多边形的切线,判断线段是否相交等等! -Using C++ language implementation of a variety of computational geometry algorithms, such as point to determine whether the polygon, the polygon convexity
  3. 所属分类:GDI-Bitmap

    • 发布日期:2015-06-18
    • 文件大小:13157
    • 提供者:11
  1. BPNet

    0下载:
  2. 几种C++神经模型和算法实例,主要有BP神经网络、BP神经网络解决异或问题、HMM的C语言实现、矢量量化的C语言实现等。-Several C++ examples of neural models and algorithms, there are BP neural network, BP neural network to solve XOR problem, HMM of the C language, vector quantization, such as the C language
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:52932
    • 提供者:153
  1. Bezier123

    0下载:
  2. 贝塞尔曲线,经典图形学算法,用C++语言描述-Bezier curves, classic graphics algorithms
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-31
    • 文件大小:243858
    • 提供者:skyhigh feng
  1. image-scaling-procedure

    0下载:
  2. 用C++语言编写的图像缩放程序,采用双线性插值算法-Written in C++ language, image scaling procedure for the bilinear interpolation algorithm
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-09
    • 文件大小:1221960
    • 提供者:shard
  1. views

    0下载:
  2. 用C语言实现机器视觉的相关算法,对图像进行了精确地匹配-In the C language realization of machine vision algorithms, the image matching precisely
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-28
    • 文件大小:10792301
    • 提供者:开降龙
  1. sift

    0下载:
  2. 这个是基于C语言的SIFT算法图像拼接,基于opencv的。本来是想改进一下嵌入到DSP里面直接实现拼接,但由于后来实在改不动了。就实现了两幅图像的拼接。。CSDN上面有相关的,可以实现更多的图像拼接,可以直接运行,但要配置相关条件,要把那个ann.lib拷贝到opencv库里面,然后再projects-setting-debug里面改一下路径就可以了。。希望有相关的同学可以共同学习。。最后的拼接效果有待改善。-This is based on the C language SIFT algor
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-24
    • 文件大小:8307050
    • 提供者:guolong
  1. Jseg图像分割

    0下载:
  2. Jseg图像分割算法 主要采用C语言, 有良好的分割处理效果 Unsupervised Segmentation of Color-Texture Regions in Images and Video
  3. 所属分类:GDI/图象编程

    • 发布日期:2015-05-27
    • 文件大小:186458
    • 提供者:xuangev5@qq.com
  1. Numerical-Analysis

    0下载:
  2. 数值分析&计算方法常见算法C语言源代码-Numerical Analysis & Calculation common algorithm C language source code
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-30
    • 文件大小:19186
    • 提供者:shijiabin
  1. Cybit

    0下载:
  2. C语言实现的对一个字节循环位移算法,采用移位、掩码等运算实现-C language implementation of a byte circular shift algorithm
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-30
    • 文件大小:8457
    • 提供者:xie6509352
« 12 »
搜珍网 www.dssz.com