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

搜索资源列表

  1. tuxingtuxiangchuli

    0下载:
  2. 编写了一个用Visual Csharp编写的图形图像编程处理图片
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:14.65kb
    • 提供者:xiaoxiaohui
  1. Graph_Treat.rar

    1下载:
  2. C#图像文件存取、缩放、平移、翻转、剪切、叠加、滤色、灰度、亮度、透明等处理技术示例。,C# Image file access, zoom, pan, flip, shear, overlay, color, gray scale, brightness, transparency, etc. Examples of process technology.
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:11.56kb
    • 提供者:方永忠
  1. digital

    0下载:
  2. C#编写的图像处理程序源码 一共有十二个 包括灰度,二值化,锐化,缩放,旋转,压缩-C# source code written in image-processing program, a total of 12, including grayscale, binary, sharpening, scaling, rotation, compression, etc.
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:1.01mb
    • 提供者:谁啊
  1. CSharp

    0下载:
  2. C#程序实例。image文件夹内存放的是书中的插图,是图像处理领域内的标准测试图像 program文件夹内存放的程序,按照每章的顺序进行分类-C# programming
  3. 所属分类:CSharp

    • 发布日期:2017-06-12
    • 文件大小:18.25mb
    • 提供者:华凤
  1. yanzhengmashibie

    0下载:
  2. Charp验证码识别示例,包括所有CSharp处理图像的函数,包括去噪矫正等过程,对简单验证码可识别,主要是阐述其原理。-Charp sample identification code, including all images CSharp processing function, including correction, such as denoising process, the code can be simple to identify, mainly on its princip
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:733.99kb
    • 提供者:王明明
  1. GAUSS

    0下载:
  2. 图像处理之高斯模糊,较简易方法,共参考,C#-Image processing of the Gaussian blur, a simpler method, a total of reference, C#
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:3.03kb
    • 提供者:pc
  1. CshapeDemo

    1下载:
  2. 这是一个用Cshape图像处理的dem比较基础-This is an image processing with Cshape basis of comparison of dem
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:258.43kb
    • 提供者:wf
  1. ImageProcessing

    0下载:
  2. 用C#实现图像处理,包括一般处理、平滑、锐化、形态学处理以及其他处理,所上传的为完整的工程,可直接运行。-Using C# to achieve image processing, including processing, smoothing, sharpening, morphological processing, as well as other processing, for the integrity of the uploaded works, can be directly ru
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:197.36kb
    • 提供者:
  1. Csharp_Development_Case

    0下载:
  2. VISUAL C#_NET案例开发集锦,包括基础设计、图像处理、多媒体应用、系统文件处理、数据库基本处理、网络处理、网络屿数据床高级应用、综合实例故8个章节-VISUAL C# _NET case highlights the development, including basic design, image processing, multimedia applications, document processing systems, databases, basic processing
  3. 所属分类:CSharp

    • 发布日期:2017-05-25
    • 文件大小:7.89mb
    • 提供者:li
  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-02
    • 文件大小:786.73kb
    • 提供者:高宏伟
  1. TrueColorImageProcess

    0下载:
  2. 基本的图像处理功能都包括了,主要是针对彩色图像的处理,彩色图像处理速度比一般的算法要快得多。-Ture Color image process.
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:150.93kb
    • 提供者:wyl
  1. program

    0下载:
  2. C#语言版数字图像处理算法,适合C#编程学习,经本人阅读,感觉总体还行-C# language version of digital image processing algorithms, suitable for C# programming to learn, after I read, the general feeling is also OK
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1.13mb
    • 提供者:sunjin
  1. Csharp_imageprocessing_

    0下载:
  2. C#语言,winform实现。图像处理程序,实现简单的图像操作,如放缩,平移,旋转等。-C# language, winform implementation. Image processing procedures, perform simple image manipulation, such as scaling, translation and rotation.
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:63.95kb
    • 提供者:奉孝
  1. csharp

    0下载:
  2. 一个c#处理图像的例子,包括三种方法的实现,内存法 ,指针法,像素法。及他们处理速度的比较。-a example used for deal image,provded three methods to implement image read from hard disk
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:2.6kb
    • 提供者:liuyou
  1. cSharp-image-processing

    1下载:
  2. c#图像处理技术,包括gamma校正,对比度亮度调节,缩放和剪裁,任意角度旋转,色彩调整等常用图形处理源代码。-The technique of c# image processing, including the gamma correction, contrast and brightness adjustment, scaling and clipping, arbitrary angle rotation, color adjustment and other commonly used
  3. 所属分类:CSharp

    • 发布日期:2017-10-30
    • 文件大小:36kb
    • 提供者:cgx
  1. CSharp

    0下载:
  2. 田野文物上位机 C#程序,实现图像处理和TCP\/IP建立通信。-The cultural relics in the field of PC C# program, the realization of image processing and TCP\/IP communication.
  3. 所属分类:CSharp

    • 发布日期:2017-11-27
    • 文件大小:459.38kb
    • 提供者:刘志军
  1. cSharp

    0下载:
  2. c#,图像灰度化,对照片的灰色化处理,图像灰度化,变成黑白图像-c#, gray image, the photo processing gray, gray image into black and white images
  3. 所属分类:CSharp

    • 发布日期:2017-11-26
    • 文件大小:2.04kb
    • 提供者:陈浩
  1. CSharp-CADhuitu

    1下载:
  2. 基于C#的高级绘图编辑注册的CAD系统 交互式绘图 制图 图像处理-Interactive graphics drawing image processing based on C# Senior CAD drawing editor registration system
  3. 所属分类:CSharp

    • 发布日期:2017-03-24
    • 文件大小:167.8kb
    • 提供者:往下过
搜珍网 www.dssz.com