CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - CSharp 像素

搜索资源列表

  1. quezhi

    0下载:
  2. 实际使用中最简单的二值化算法就是根据每个像素的灰度值做舍入处理,下面的算法是根据图像的直方图求取阀值,-Actual use of the most simple binarization algorithm based on gray value of each pixel to do round-off processing, the following algorithm is based on the histogram image to strike a threshold,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1202
    • 提供者:haiyan
  1. DrawDragRect_12-30

    0下载:
  2. 图像修复。先用鼠标选中范围,再点一点区域中你想修复的颜色,那么就会针对该颜色进行修复。修复采用的方法是根据周围像素的颜色取平均值。-inpainting.
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:724103
    • 提供者:小明
  1. ImageSplitProject_Console

    0下载:
  2. 有的游戏要求图片是固定大小并且是索引格式的图片,据此写了本软件,控制台界面运行 本软件功能: 把一张bmp,png图片拆成16X16索引格式的png图片,并且调色板大小是按其像素个数来自动获得。图片名以0开始递增。例:0.png-Some games require the size of image is fixed and is an index format, the picture accordingly to write this software, the console i
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-31
    • 文件大小:768929
    • 提供者:jorn ham
  1. KyodaiPlugin

    0下载:
  2. 用C#写的一个QQ连连看的外挂工具,通过 识别比较固定位置像素点来判断方块是否相同,并判断两方块间是否有通路,可以单消,定时消,随机间隔消和秒杀-Written in C# using a QQ Lianliankan plug tool, identify the location of relatively fixed pixel to determine whether the same box, and determine whether there is access between
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-03-31
    • 文件大小:354523
    • 提供者:huang yufei
  1. Image_Processor

    0下载:
  2. 打开图片,针对图片进行放大、缩小、翻转、平滑、锐化等功能,还可以查看关于图片的一些统计信息,例如单通道的图片、所有点的像素,直方图等-This program implements the basic image processing functions. For example, it can enlarge, shrink, flip, smooth, sharpen an image. It can also show some statistical information about
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:86954
    • 提供者:Harry
  1. textboxScroller

    0下载:
  2. richtextbox内文字自动滚动(像素)的例子-richtextbox auto scroll within the text (pixels) example
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:33414
    • 提供者:zystory
  1. ImageMatrix

    0下载:
  2. 图像的矩阵运算 用于图像像素的尺度变换,归一化;图像读取,阈值分割,矩阵的加减乘数运算,以及图像的读写;数据类型支持int,double,以及复数complex类型-Image matrix operations for image pixels scale transformation, normalization image reads, threshold segmentation, the multiplier matrix addition and subtraction opera
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:126810
    • 提供者:Jack
  1. YBMapView

    0下载:
  2. 主要功能有: 1、可以浏览Google网站的三种图:交通、地势、卫星图。同样实现多级缩放功能(双击或鼠标轮操作) 2、可以在浏览的同时,保存到本地磁盘上(非IE缓存),按照金字塔图方式多级存储,以便于用于自己的系统中。 3、可以本地浏览、联机浏览、联机查错三种方式运行,分别用于脱机、联机、检查错误 4、 实现了屏幕像素转经纬度、经纬度转墨卡托坐标、经纬度计算瓦片图编号、根据范围计算瓦片图库等功能,以方便做定位和投影变换。 5、批量下载功能,除联机浏览时自动保存功能外
  3. 所属分类:Browser Client

    • 发布日期:2017-04-03
    • 文件大小:189595
    • 提供者:元宝
  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
    • 文件大小:2667
    • 提供者:liuyou
  1. CSharp-Access-to-sql-server-database

    0下载:
  2. 数据库文件为ImageDatabase,其中表名为:Image,里面已有5组图像信息的数据,包括图像序号,图像名称 图像宽度,图像高度和像素深度。 ConnectionDemo文件夹里面是C#源程序 双击第二个生成好的solution文件,然后可以打开项目文件,点击“解决方案资源管理器”的“Form1.cs”文件可以 看到winform界面。 实现了以下几个功能: 1)."连接数据库测试",即c#和数据库连接,如果连接成功,则会显示“连接数据库成功”的显示框。
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:1450566
    • 提供者:ssaye
  1. CSharp

    0下载:
  2. 在底图上填充不规则区域:逐个判断绘图窗口中的每一个像素,确定它是否在多边形区域内,从而求出们于多边形内的像素。-use C# TO fill unregular area
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-14
    • 文件大小:4540
    • 提供者:lch
  1. Image1

    0下载:
  2. 用csharp实现将图片转为灰度图像的3种方法,分别为像素提取法,内存法和指针法-Three kinds of methods to achieve the image into a grayscale image using csharp, respectively, for pixel extraction, memory, France and pointer France
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:43531
    • 提供者:YQ
搜珍网 www.dssz.com