Location:
Search - image CSharp
Search list
Description: Pocket Image Editor v0.1源码(.NET源码)-Pocket Image Editor v0.1 source (.NET source)
Platform: |
Size: 1039360 |
Author: 无名 |
Hits:
Description: 演示如何将image植入datagrid,并且拥有丰富的实用封装-demonstrate how the image will be implanted datagrid, has a wealth of practical Packaging
Platform: |
Size: 75776 |
Author: jewelry |
Hits:
Description: c#制作的对sql数据库进行,图象文件的写入,的一个例子,-produced by the right sql database, image documents write, in one example,
Platform: |
Size: 11264 |
Author: gu |
Hits:
Description: C#开发频域图象处理,其中小波变换,K_L变换有待调整.-C# development of frequency-domain image processing, which wavelet transform, K_L transform subject to adjustments.
Platform: |
Size: 88064 |
Author: qqq |
Hits:
Description: 这是一个用GDI+实现的图象放大程序.可以对图象的局部进行放大.-This is a GDI achieved with the image amplification procedures. Images can be enlarged for the local.
Platform: |
Size: 407552 |
Author: yangzheng |
Hits:
Description: c#编写的图像浏览小软件,和windows中的功能相同,注释较详细-c# prepared by the small image browser software, and the windows of the same functions, a more detailed Notes
Platform: |
Size: 77824 |
Author: 徐轶尊 |
Hits:
Description: 用csharp写的莱访问sql的图片,是个极好的学习代码。-with csharp write Visits sql photographs, is a terrific learning code.
Platform: |
Size: 12288 |
Author: uml_rose |
Hits:
Description: 数字图像处理 特征检测与匹配 SIFT特征检测匹配 C#编写-digital image processing and feature detection matching metabolism feature detection prepared matching C#
Platform: |
Size: 67584 |
Author: wangkai |
Hits:
Description: C#的图像按钮实现。通过C#实现图像按钮。按钮上面有图像显示。-C# Realize the image button. Through C# Realize image button. Has image display button above.
Platform: |
Size: 40960 |
Author: 张敏 |
Hits:
Description: 在VisualStudio2008下编写的视频采集程序,能够录像以及按照每秒15帧的速率将图像保存为BMP图像,基于VFW编写-VisualStudio2008 prepared in the video capture process, to video as well as the rate of 15 frames per second image saved as a BMP image, based on the VFW prepared
Platform: |
Size: 48128 |
Author: xxm.nevaeh |
Hits:
Description: C# 操作OpenCVDotNet的实例,包括一些图像处理的算法.-C# Operation OpenCVDotNet examples, including some image processing algorithms.
Platform: |
Size: 420864 |
Author: likunbao |
Hits:
Description: 识别图片上的文字,识别率有80%
附加c#调用
[DllImport("AspriseOCR.dll")]
static extern string craboOCR(string file, int type)
private void GetVeryfyCode()
{
if(File.Exists(_imgPath))//ok now?
{
try
{
this.picbVeryfyCode.Image=System.Drawing.Bitmap.FromFile(_imgPath)
_veryfyCode=craboOCR(_imgPath,-1)
_veryfyCode=_veryfyCode.Substring(0,4)
this.txtVeryfyCode.Text=_veryfyCode
}
catch(Exception e)
{
this.lblResult.Text+=e.Message
}
}
}-The text on the picture identification, identification rate of 80 surcharge c# Calls [DllImport ( AspriseOCR.dll )] static extern string craboOCR (string file, int type) private void GetVeryfyCode () (if (File.Exists (_imgPath) )// ok now? (try (this.picbVeryfyCode.Image = System.Drawing.Bitmap.FromFile (_imgPath) _veryfyCode = craboOCR (_imgPath,-1) _veryfyCode = _veryfyCode.Substring (0,4) this.txtVeryfyCode.Text = _veryfyCode) catch (Exception e) (this.lblResult.Text+ = e.Message)))
Platform: |
Size: 6479872 |
Author: 似的 |
Hits:
Description: OCR算法的 BPN ,学习c#处理图像应该必备的东西,,以前我都是手写的,现在我把一个成品给大家,希望大家珍惜-OCR algorithm of BPN, learning c# Image should be necessary to deal with things, I always handwritten, and now I have a finished product to the U.S., I hope everyone Value
Platform: |
Size: 49152 |
Author: Xuezhe Liu |
Hits:
Description: 简单的图像浏览器,实现图片文件的打开保存另存为退出等-Simple image browser, image files to achieve the preservation of the open exit, such as Save As
Platform: |
Size: 40960 |
Author: Wangjun |
Hits:
Description: 指纹图像增强 指纹图像增强 指纹图像增强-Fingerprint Image Enhancement
Platform: |
Size: 38912 |
Author: sadasd |
Hits:
Description: Image_Processing
Created on MS Visual C# 2008.
In this program localization and recognition of textures on images with using two-dimensional fourie transformation was made. In compiled program of this project you must open your image and then doing the commands in Transformation menu.-Image_Processing
Created on MS Visual C# 2008.
In this program localization and recognition of textures on images with using two-dimensional fourie transformation was made. In compiled program of this project you must open your image and then doing the commands in Transformation menu.
Platform: |
Size: 295936 |
Author: gonsales11 |
Hits:
Description: Csharp数字图像处理算法典型实例 对于图像视频处理的有一定参考价值-Digital image processing algorithms Csharp classic example of video processing for the image of a certain reference value
Platform: |
Size: 1006592 |
Author: qyh |
Hits:
Description: 这是基于ASP.NET的图片管理系统,根据需要,可以实现图片上传,加水印,图片管理,图片下载,图片查询等功能。-This is based on the image management system for ASP.NET, if necessary, can upload pictures, add watermarks, image management, image download, image query functions.
Platform: |
Size: 2643968 |
Author: 李浩泉 |
Hits:
Description: 自己在学习C#过程中随手写的代码,主要为了练手.
实现的功能为一个类似医学图像MPR处理的简单浏览器,其中以自制的色块代替了医学影像数据方便测试,实现了鼠标的移动,旋转,缩放以及mpr三方向定位等基本功能,相信能为大家提供一点帮助.
本来做的是个类库,请以另一个项目TestApplication启动-C# in the process of learning to write code easily, the main hands in order to practice. To achieve a similar function for the MPR to deal with medical images of a simple browser, which made the color instead of the medical image data to facilitate testing, the achievement of the movement of the mouse, rotation, scaling and orientation mpr three basic functions, I believe we can provide that help. have to do is a class library, please start another project TestApplication
Platform: |
Size: 191488 |
Author: 李勇 |
Hits:
Description: 一个C#开发的图像处理 -A C# development of image processing of a C# development of image processing
Platform: |
Size: 3529728 |
Author: 138988400 |
Hits:
« 12
3
4
5
6
7
8
9
10
...
28
»