CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - CSharp 图像

搜索资源列表

  1. ImageProcess.rar

    1下载:
  2. 实现对图像的打开、另存、RGB直方图和灰度直方图的绘制、图像的指数、对数、GAMMA校正,The realization of the image open, save, RGB histogram and histogram drawing, image index, logarithm, GAMMA correction
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-02
    • 文件大小:24.74kb
    • 提供者:诸姣
  1. csharp

    0下载:
  2. 《c#数字图像处理算法典型实例》一书对应的程序,按章节存放。-" C# a typical example of digital image processing algorithms," a book corresponds to the procedure, according to chapter store.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1.02mb
    • 提供者:莲城
  1. image_segmentation

    0下载:
  2. C#实现图像分割,包括图片示例。实现了各种图像分割的算法-C# to write image segmentation system with case images
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:372.78kb
    • 提供者:王飞
  1. MyPhotos

    0下载:
  2. 一个图像处理软件的基本界面,有菜单栏、工具栏、状态栏、快捷菜单等-An image-processing software s basic interface, the menu bar, toolbar, status bar, shortcut menu, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:18.16kb
    • 提供者:dashanda
  1. ImageProcessing-source-code

    0下载:
  2. 负责图像处理的相关操作,如保存、图像关联操作等。功能包括:获取图片信息、 缩放、色彩滤镜、亮度、反向、灰度、转换、裁贴、和插入文字、其它图片或几何图形。 Paint方法使用AutoScoolPosition属性发现滚动位置,使用AutoScrollMinSize属性进行设置。-Responsible for the relevant image processing operations, such as the preservation of image related opera
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:54.62kb
    • 提供者:纪凤伟
  1. 46798096735676798780

    0下载:
  2. Visual C#图像处理程序设计实例,对初学者很有帮助-Visual C# image processing programming examples, very helpful for beginners
  3. 所属分类:Special Effects

    • 发布日期:2017-05-27
    • 文件大小:8.82mb
    • 提供者:郭良
  1. PhotoFactory

    0下载:
  2. 一个简单的图像处理程序,包括二值图像的腐蚀膨胀,两个阈值算法,骨架-A simple image processing procedures, including the corrosion of binary image expansion, the two-threshold algorithm, skeleton, etc., etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:383.02kb
    • 提供者:xuhao
  1. CSharp

    0下载:
  2. 一个C#开发的图像处理 -A C# development of image processing of a C# development of image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3.37mb
    • 提供者:138988400
  1. Pictureprocess

    0下载:
  2. 图形图像的处理操作,界面比较漂亮,功能比较强大,可以作为学习的例子-Graphic image processing operations, the interface more beautiful, more powerful features can be used as examples of learning
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1mb
    • 提供者:lh
  1. CsharpEdison

    0下载:
  2. 基于均值漂移(mean shift)算法的图像分割程序,可用于图像特征提取,图像识别等。参考文献:Comaniciu(2002) Mean shift- a robust approach toward feature space analysis.pdf-image segment algorithm based on mean shift, reference Comaniciu(2002) Mean shift- a robust approach toward feature spa
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:114.57kb
    • 提供者:simondu
  1. EdgeTrack

    0下载:
  2. 功能实现:用c#实现数字图像处理中的边缘检测-Function realization: Using c# digital image processing edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:32.64kb
    • 提供者:lp
  1. hough

    0下载:
  2. 功能实现:用c#实现数字图像处理中的hough变换功能-Function realization: Using c# digital image processing of the hough transform function
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:32.63kb
    • 提供者:lp
  1. AGorgePhoto

    0下载:
  2. AGorgePhoto图像特效大师v.2.4.0修正版源码,原作者Andrew Kirillov,本人只是修改了一些已发现的BUG,并保留了原作者的版权信息, 这款软件包含强大的图像处理库和 功能强大的图像滤镜库,还有大量的滤镜特效,采用C#编写,非常适合编写图形处理的开发人员学习! 本软件基于AGorge.NET开放框架。已转为VS2008 SP2环境打开-AGorgePhoto image effects master v.2.4.0 revision source, the o
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1.17mb
    • 提供者:沈剑立
  1. com

    0下载:
  2. 图像处理算法,实现多种对于灰度/二值图像的基本算法,包括灰度直方图,均衡化,门限处理,模糊,锐化,腐蚀,膨胀,掩模过滤,频域转换,边缘检测,梯度检测,二值化等等.实现的方法较多,且均经过一定的优化,效率不错.-Image processing algorithms to achieve a variety of for the gray/binary image of the basic algorithm, including the gray histogram, equalization,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:35.26kb
    • 提供者:李勇
  1. tuxiangchuli

    0下载:
  2. 该图像处理的目的是将一幅彩色图像进行了灰度化处理!该算法处理速度快!处理效果好!-The purpose of the image processing is carried out to a gray color image processing! The algorithm processing speed! Treatment effect is good!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:70.64kb
    • 提供者:jizi
  1. imageprocessing

    0下载:
  2. 第一章 绪论 第二章 C#数字图像处理的3种方法 第三章 点运算及直方图 第四章 几何运算 第五章 数学形态学图像处理 第六章 频率变换 第七章 图像平滑与去燥 第八章 边缘检测 第九章 图像分割 第十章 图像压缩编码 第十一章 彩色图像处理 -Chapter I Introduction Chapter II C# digital image processing methods Chapter 3 point arithmeti
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1.16mb
    • 提供者:xiewei
  1. CSharpimageprocessing

    0下载:
  2. CSharp数字图像处理算法典型实例赵春江编著--源代码这本说里的例子源代码,都是可以运行的。-CSharp typical examples of digital image processing algorithms Chun-Jiang Zhao compiled- source code examples of this in the source code that are to run.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:14.19mb
    • 提供者:cc
  1. cSharp

    0下载:
  2. 数字图像处理中的图像对比系统程序开发 实验-Digital image processing system of image contrast in the experimental program development
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:6.54kb
    • 提供者:zhangsan
  1. C#数字图像处理算法典型

    0下载:
  2. 图像处理的基本算法汇总 , 灰度化 , 点运算 , 几何运算 , 边缘检测 , 平滑去噪 ,图像分割 ,彩色图像处理等 . C#语言编写的图像处理算法集合 .(Image processing of the basic algorithm, summary, grayscale, point calculation, geometric operations, edge detection, smoothing denoising, image segmentation, color image
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-24
    • 文件大小:17.32mb
    • 提供者:无花果周
  1. 51CTO下载-C#图像处理、神经网络、遗传算法集

    0下载:
  2. C#图像处理、神经网络、遗传算法集.对学习CSharp 图像处理的人很有帮助,希望可以帮到(C# image processing, neural network, genetic algorithm set)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-30
    • 文件大小:203kb
    • 提供者:初心&不忘
« 12 3 4 5 »
搜珍网 www.dssz.com