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

搜索资源列表

  1. oocr_v2_07252004

    0下载:
  2. sdfa Open OCR (oocr) is a character recognition program used for automatic scanning of documents and forms. oocr is based on the idea of automatic form/document reading, which can create a batch process in recognizing areas of interest for forms or a
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:122491
    • 提供者:苏打发
  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
    • 文件大小:1054590
    • 提供者:谁啊
  1. SimplePhotoShop

    0下载:
  2. 我之前上传的那个是exe文件,对大家都没什么用的,今天我把源码传上来了,所以站长请不要删了这个,这个才是有意义的,这是个最基础的图像处理,20分中内就可以开发完毕。这是一个简易版的图像处理程序,主要用c#开发的,功能很是简单,有几个滤镜功能,文件的打开和保存,透明度的调整,一个简易的画板,和自己开发的一个显示当前进度的一个label控件实现的进度百分比,效果都还不错。 -Before I upload the exe file is, for all no use, and today I
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:167482
    • 提供者:李梓钺
  1. C_Wonderful_programming_examples

    0下载:
  2. 这是《C# 精彩编程实例》一书中第5章关于图像处理的源代码。-This is the c# wonderful programming examples in chapter 5 on image processing of source code.
  3. 所属分类:CSharp

    • 发布日期:2017-05-25
    • 文件大小:8381324
    • 提供者:superww
  1. CSharpFilters_src

    0下载:
  2. Another image processing filter, continue the first file upload. All in C# language
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:64226
    • 提供者:CAChan
  1. SUCCESS

    1下载:
  2. 该程序有很多C#开发的图片处理算法,如阈值,灰度,反色,模糊,锐化等,以及非矩形选框等,在VS2005环境下开发的,所有功能均通过测试,-The program has a lot of C# development of image processing algorithms, such as threshold, grayscale, anti-color, blur, sharpen, as well as non-rectangular box and so on, in the VS2
  3. 所属分类:CSharp

    • 发布日期:2017-05-17
    • 文件大小:4633545
    • 提供者:xiss li
  1. Fast_Fourier_Transform

    0下载:
  2. its source code about image processing using fast fourier transform in C#
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:108303
    • 提供者:dhebys
  1. ImageProcess

    0下载:
  2. ImageProcess——是一款使用C#语言编写的图像批量缩放处理的小工具,可批量打开图片文件,经过一些参数的设置后,可批量转换图片至定义的尺寸,它支持固定宽度、固定高度、指定高度和宽度的批量转换,同时还可设置图像质量为最好、较好、差、标准四个等级。转换速度还是挺快的,软件运行截图如上所示。 -ImageProcess- is a language written using the C# scale image batch processing of small tools, op
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:24325
    • 提供者:卫华
  1. C

    0下载:
  2. In this section i will provide you some basic examples for image processing using C# Example 1: Get the RGB and Luminosity histograms using the default C# classes
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:144610
    • 提供者:ebad
  1. aforge_demo

    0下载:
  2.  AForge.NET 是一个专门为开发者和研究者基于C#框架设计的,他包括计算机视觉与人工智能,图像处理,神经网络,遗传算法,机器学习,机器人等领域。-The article describes an open source C# framework for researchers in the areas of Computer Vision and Artificial Intelligence- image processing, neural networks, genetic alg
  3. 所属分类:CSharp

    • 发布日期:2017-05-07
    • 文件大小:1636080
    • 提供者:rowe
  1. ImageProcessingWPF4

    0下载:
  2. 这是我在C#中的第十条。这个时候,我曾尝试在WPF图像处理。本文的目的是能够建立一个类,它允许任何C#程序员进行图像处理功能。在我以前的类似文章图像处理在Windows应用程序。这一次,目的是尝试由WPF。 ,我们正在做它在C#的原因是,这对我来说非常灵活。我们可以看到,代码变得更加复杂,当我们开始移动像素或改变值的计算方法为基础,同时考虑到所有的像素值。 -This is my tenth article in C#. This time i have tried Image Proces
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:652946
    • 提供者:许慧
  1. Draw_Rectangle

    0下载:
  2. The above code lets you define a region of intrest(ROI) on particular image. Then you can further extract this selected area for futher processing. Code in C#
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:37173
    • 提供者:alien muzik
  1. ImageTest

    0下载:
  2. C#图像处理程序,包涵一些简单的滤镜效果。适合图像处理初学者。-This is a image processing program write in C sharp,It includes some simple image filters,so it is suitable to the Image processing beginners.
  3. 所属分类:CSharp

    • 发布日期:2017-05-26
    • 文件大小:9251772
    • 提供者:genglch
  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
    • 文件大小:470410
    • 提供者:刘志军
  1. ArcGISEngineUsingENVI

    0下载:
  2. c#+idl+ae混合编程实例,在C#搭建界面,AE数据管理,调用ENVI函数做影像处理,经典-c#+idl+ae mixed programming examples, build interfaces, AE data management in C#, do the image processing function is called ENVI, classic
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:146806
    • 提供者:余永安
  1. picture_manager

    0下载:
  2. C#写的图像处理程序,UI界面简洁,提供旋转、灰度、去噪、裁剪等功能,此外还有壁纸设置、图片库分类、导入导出等管理功能。-C# to write the image processing program, UI interface is simple and offers rotate, grayscale, noise removal, cutting and other functions, in addition to wallpaper settings, gallery classif
  3. 所属分类:CSharp

    • 发布日期:2017-06-01
    • 文件大小:14322075
    • 提供者:zxy
  1. AutomaticRadialDistortionEstimation

    0下载:
  2. 图像处理中C#畸变校正程序,针对鱼眼图像的径向畸变校正,利用空间直线在校正图像中仍然为直线的基本原理,且直线在除法模型下为圆弧,从而可以通过检测圆弧对鱼眼图像进行畸变校正。-Image processing program C# distortion correction for radial fisheye image distortion correction, the use of space in a straight line in the corrected image as the
  3. 所属分类:CSharp

    • 发布日期:2017-05-27
    • 文件大小:10448236
    • 提供者:江村
  1. FFT

    0下载:
  2. 用C#编写的代码,实现了FFT和IFFT,方便初学者学习,也适合图像处理和信号分析。-With code written in C#, to achieve FFT and IFFT, easy for beginners to learn, but also for image processing and signal analysis.
  3. 所属分类:CSharp

    • 发布日期:2017-04-27
    • 文件大小:82384
    • 提供者:朱诺
  1. HDisplay

    0下载:
  2. 用c#封装的自定义控件,在halcon原来的图像控件基础上,增加了鼠标自由拖拽移动,滚轮缩放,鼠标实时图像信息显示,基础图像处理等功能。(With c# custom control, in the original Halcon image control, the mouse has increased drag and drop, movement, roller scaling, mouse real-time image information display, basic image
  3. 所属分类:C#编程

    • 发布日期:2017-12-18
    • 文件大小:502784
    • 提供者:pepure
  1. HW_Gamma_Correction

    0下载:
  2. It use to edit the lightness in the image using gamma correction
  3. 所属分类:C#编程

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