搜索资源列表
ZoomImageDemo
- Jquery+.net实现图像缩放截取(类似开心网) 好不容易完成了一个基于web2.0概念的项目管理系统,在系统的实现过程中用到了头像的缩放裁剪的功能模块,而且我发现在网络上很少有讨论这方面的文章,所以把我的实现方式贴出来,和大家分享一下,写的不好还请多多海涵。-Jquery+. Net image scaling to achieve the interception of (similar to Happy Network) finally completed a projec
eye_pos
- visual c++.net编写的mfc程序。选择一副人脸图像并显示在窗体中,鼠标点击人眼,会显示该点坐标,以查看两眼是否对齐在同一水平线。运行时,系统需要安装opencv,并配置-visual c++. net write a mfc program. Choose a facial image and displayed in the form, the mouse clicks the human eye, it displays the point coordinates to see
GDAL_ReadWrite_Picture_Code
- 在NET环境下,使用GDAL1.6以上版本,对图像的读取和写入操作。代码使用简洁并有详细的注释。代码均在VS2008下运行通过。-In. NET environment, using GDAL1.6 above, the image read and write operations. Code uses the simple and detailed notes. Code were run through VS2008.
ip_net
- 随着浏览器安全性的提高,要实现图片预览也越来越困难。 不过群众的智慧是无限的,网上也有很多变通或先进的方法来实现。 在研究了各种预览方法后,作为总结,写了这个程序,跟大家一起分享。 上次写的简便无刷新文件上传系统最初的目的就是用来实现这个图片预览效果。 兼容:ie6/7/8, firefox 3.5.5 后台支持下还兼容:opera 10.10, safari 4.0.4, chrome 3.0-With the improvement of the browser secu
MiniFlight
- 我为飞控写的vb.net电脑端上位机,实现串口数据读写、飞机图片旋转显示姿态,没有数据处理,需要根据具体通信协议添加。-I write for the flight control the vb.net PC host computer, the serial data read and write, the airplane image rotating display posture, data processing, need to add a specific communication
Delaunay
- 一个比较经典的Delaunay图像三角网格化的c sharp 控制台程序,自己写的,调试过没问题。-A more classic image Delaunay triangular mesh of c sharp console program, write your own, no problem debugging.
Poj
- 1、载入图片 2、获得鼠标位置 3、获得鼠标在图片位置处的灰度值 4、获得鼠标在图片位置21*21范围为中心的灰度直方图 非本人编写-1, 2 load image, get the mouse position 3, mouse gray value images obtained at the position 4, to get the mouse position in the picture 21* 21 as the center of the range of non-
QR.NET-master
- 这是一个DOME,直接下载使用,仅实现二维码生成功能,如要增加二维码打印功能可以参考以下代码,如要增加其他功能请自行开发。 Image image = qrCodeEncoder.Encode(strData); Bitmap printPicture = new Bitmap(image.Width+20, image.Height + 40); Graphics g = Graphics.FromImage(printPicture); Rectangle destRect = ne