CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - image algorithm

搜索资源列表

  1. 图像彩色转黑白r

    0下载:
  2. 关于图像处理,彩色图像转化成黑白图像的算法-on image processing, color images into black-and-white image algorithm
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2595
    • 提供者:李萍
  1. 数字水印技术

    0下载:
  2. 包含了基于可移植的C语言的数字水印算法的代码。这些代码具有示范性的意义,且有一定的鲁棒性。需要安装NetPGM的程序包(用来存取pgm格式图像),然后才能在linux下面编译。NetPGM是图像文件的输入/输出软件包。可以在网上搜索得到。如果需要读取其它格式的图像,读者可以修改程序中图像存取部分的代码。对于Linux下编译程序不熟悉的可以参考相关的Linux编程书籍。-contains transplantation based on the C language digital waterma
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:20007
    • 提供者:樊志华
  1. hausdorrmatching

    0下载:
  2. haussdorf匹配加遗传算法, 采用遗传算法提高速度,用haussdorf算法进行图像的匹配-haussdorf matching increase genetic algorithm, using genetic algorithms to improve the speed with haussdorf algorithm for image matching
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:518488
    • 提供者:奕竹
  1. Arithmeticccc

    0下载:
  2. 主要用于图像处理的核心算法,用于图像的变换-mainly used for the core image processing algorithm for image transformation
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:25288
    • 提供者:张晓炜
  1. PCA+LDAVC

    0下载:
  2. 结合PCA+LDA的图像识别算法VC封装类,可以运行,效果还可以-combination of image recognition algorithm VC Packaging categories, can run, the effect could also
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3816
    • 提供者:武彪
  1. ml

    0下载:
  2. 是进行JPEG图形压缩算法的代码,对图形进行DCT变换-is JPEG image compression algorithm code, the graphics DCT
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:16496
    • 提供者:chenji
  1. c04

    0下载:
  2. 这个程序将图像变为二值化图像,然后对图像进行形状的特征提取,算法很全,包含多种图像形状提取方式。-image of this procedure into two binary images, and then to shape the image feature extraction algorithm is very full, Shape mixture of images extraction methods. -This process the image into a binary
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:65055
    • 提供者:宇文龍
  1. GraphicsHomework2

    0下载:
  2. gui绘图程序:在1的基础之上,实现了三位图像的旋转等算法以及消隐算法的具体实现-gui drawing program: 1 basis to achieve the three image rotation algorithm and blanking in the proposed algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:68533
    • 提供者:chenxinyue
  1. 图形学填充算法 (2)

    0下载:
  2. 这是图形学填充实验的一些算法思想,里面还有 关于用VC对图像进行裁剪,希望这些对大家有用 -filled some experimental algorithm thinking, there is also right on the VC cut image, we hope that these useful right
  3. 所属分类:CSharp

    • 发布日期:2017-03-26
    • 文件大小:9203
    • 提供者:陈 美
  1. VCthemax_mindistance

    0下载:
  2. 最大最小距离分类算法实现平面点的分类 如果添加文件数据输入数据,可实现对DEM数据或者遥感图像的处理-The largest minimum distance classification algorithm to achieve the classification of planar points, the input data if you add the file data can be realized on the DEM data or remote sensing image
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:1515
    • 提供者:best
  1. NumOCR

    1下载:
  2. 对于利用微软的MODI识别图片的一大弊端就是图片格式的转换问题,对于网上的彩色PNG图片或者多位BMP图片直接利用它都无法识别,项目中的pngcalss类实现了对于图片的色位处理,包括彩色转单色,彩色反相,彩色反相转灰度,彩色转灰度等图像算法。-For the use of Microsoft' s MODI identification pictures is a major flaw of the image format conversion problems, for online
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:805615
    • 提供者:高宏伟
  1. cshrapdevelop

    0下载:
  2. 囊括了sharp诸多技术,例如一些常见算法,八皇后问题,猴子选大王问题,字符及字符串处理技术数据校验、控件数据处理’图片数据处理’日期和时间‘windows控件-Include a sharp many techniques, such as some of the common algorithm, the eight queens problem, the monkey king election issues, character and string processing data va
  3. 所属分类:CSharp

    • 发布日期:2017-11-24
    • 文件大小:59194368
    • 提供者:xiewei
  1. RLEcoding

    0下载:
  2. 本系统是专门处理二值图像压缩的,使用的算法是行程编码(RLE),经实验压缩效率非常的好。在网上基本上没有看见用c#对二值图像用行程编码进行压缩,由于本人在做一个项目正好要用到此算法,想偷懒搜一个源码,遗憾的是没有找到,故只有自己亲手来写一个。程序经过调试完全可以运行。希望对你有帮助-This system is devoted to binary image compression, the use of the algorithm is the length encoding (RLE), t
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:388527
    • 提供者:韦一
  1. 123456789

    0下载:
  2. image segmentation algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:21000
    • 提供者:paulicim
  1. Image-edge-detection

    0下载:
  2. 在DM642的板子上实现图像的边缘检测功能,在检测的过程中采用的是sobel算法-Image edge detection sobel algorithm used in the testing process on the DM642 board
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:1553452
    • 提供者:han bingjie
  1. cfree

    0下载:
  2. 简单算法 基于图像算法类的 模糊c均值算法 运行就可以了-Simple algorithm based on image algorithm class c-means algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-12-08
    • 文件大小:2767
    • 提供者:常凯毅
  1. Median-pyramid-algorithm

    0下载:
  2. 利用中值金字塔算法实现图像的逆半调处理,通过加噪来实现逆半调处理。-The median pyramid algorithm the inverse halftoning processing of the image by adding noise to achieve inverse halftoning processing.
  3. 所属分类:CSharp

    • 发布日期:2017-11-21
    • 文件大小:713
    • 提供者:唐晓明
  1. read-image

    0下载:
  2. 本算法是用于halcon软件,专门用于图像处理的软件,本代码用于读取图像和选择感兴趣的区域-This algorithm uses halcon software,which designed for image processing , the code is used for reading images and select interestareas
  3. 所属分类:CSharp

    • 发布日期:2017-11-07
    • 文件大小:3238
    • 提供者:zhangchen
  1. image-transform

    0下载:
  2. 本算法采用C#进行界面编程,实现图像的放大缩小和旋转,可自选放大缩小倍数和旋转角度,也可以自行选择插值方式:最近邻插值、双线性插值和双三次插值-The algorithm uses C# for interface programming, image zooming and rotation can be optional zoom factor and the rotation angle can also choose their own interpolation method: nea
  3. 所属分类:CSharp

    • 发布日期:2017-06-13
    • 文件大小:21955767
    • 提供者:方捷睿
  1. opensurfcs

    0下载:
  2. SURF algorithm for Image Processing
  3. 所属分类:C#编程

    • 发布日期:2017-12-23
    • 文件大小:110592
    • 提供者:saminfo
« 12 3 4 »
搜珍网 www.dssz.com