搜索资源列表
-
0下载:
实现简单的图象处理功能,如锐化,柔化,马赛克等.可以绘制图象的直方图.由于时间仓促,代码未进行优化,图象处理速度较慢.-simple image processing functions, such as sharpening, soft, such mosaics. mapped image histogram. Because time is so short, not code optimization, image processing speed is slower.
-
-
0下载:
图片处理的效果-Vb.Net制作_学习图形图象处理用的…:)-the results-produced _ Vb.Net learning image processing with graphics ... :)
-
-
1下载:
基于VB的指纹分析程序,可对输入的指纹图像进行黑白二次锐化、平滑图像处理、轮廓显示、特征对比、特殊显示等功能,有些处理功能类似PHOTOSHOP的功能。它的处理速度比较快,算法也值得学习。-VB-based fingerprint analysis, fingerprints can enter the second black-and-white image sharpening, smooth image processing, contour shows that the characte
-
-
0下载:
图像处理 ,vb工程,提高图像的饱和度和对比度。-Image Processing, vb project to improve the image saturation and contrast.
-
-
0下载:
vb 语言处理图像速度很慢,因为采用的是系统的读取函数逐个象元来读取。本程序可以快速的读取多种格式的图像文件,并能快速的绘制。方法是文件操作方法,而非系统函数。-vb language processing images is very slow, because systems are used to read function to read each pixel. This procedure can quickly read the image files in multiple for
-
-
1下载:
VB 360度快速旋转图片,不管图片有多大,它的旋转速度非常快,可以作为你的图片处理软件的一个单元模块,很不错。-VB 360 degrees fast rotating picture, no matter how big picture, its very fast rotation can be used as your image-processing software modules of a module, it is good.
-
-
1下载:
VB仿PhotoShop的图像处理功能之一:进行图像的360度或90度旋转,程序要用到一些控件,在压缩包内已经附加,直接运行工程文件就可以编译。-VB like PhotoShop of image processing functions: the 360-degree image, or a 90-degree rotation, the procedures used in a number of controls, in the compressed packet is added di
-
-
0下载:
VB图片批量转换处理工具源程序代码,可以将BMP转为JPG/GIF,也可以实现这个反过程,转换时可以设定转换品质,自动遍历符合条件的目录,显示转换进度条。这个程序实际上是IJL15.DLL动态库文件的一个应用示例,用IJL15.DLL你还可以编写很多实用的程序。-VB Image batch processing tool for source code conversion can be BMP to JPG/GIF, it can achieve the anti-process, the
-
-
0下载:
一个VB简易图像标记处理程序。
可以载入一个图像后在图像上加入区域分分割、标签等标记,保存成自己的私有格式,可以再载入进行再次修改。-VB marked a simple image processing. Can load an image by adding in the image region segmentation, labeling and other marks, save as their own proprietary formats, you can then re-l
-
-
0下载:
this is image processing project in VB 6.0
-
-
1下载:
对于利用微软的MODI识别图片的一大弊端就是图片格式的转换问题,对于网上的彩色PNG图片或者多位BMP图片直接利用它都无法识别,项目中的pngcalss类实现了对于图片的色位处理,包括彩色转单色,彩色反相,彩色反相转灰度,彩色转灰度等图像算法。-For the use of Microsoft' s MODI identification pictures is a major flaw of the image format conversion problems, for online
-
-
1下载:
给予VB.NET的图像处理程序,VB.net图像处理控件应用实例源代码!-VB.NET programs for image processing, VB.net application of image processing control, an instance of the source code!
-
-
0下载:
vb 图像处理(一些数学图像函数,及图像显示)-vb image processing (some mathematical image functions, and image display)
-
-
0下载:
this VB code for image processing-this is VB code for image processing
-
-
0下载:
VB.NET 使用GDI+绘图,图像处理的相关知识-VB.NET using the GDI+ graphics, image processing knowledge
-
-
0下载:
image processing using retinex method
-
-
0下载:
一般图像处理常使用GDI+,这是一个纯VB库制作的游戏。-The general image processing is often used GDI+, this is a pure VB library production of the game.
-
-
0下载:
基于vb语言的傅里叶变换 ,数字图像处理的实验课代码-Vb language-based Fourier transform, digital image processing experimental course code
-
-
0下载:
VB图像处理给图片上色加蒙版,有需要的就下载吧。-VB image processing to the picture painted Gamon version, there is a need to download it.
-
-
0下载:
用VB实现ARGB,方法很简单。
背景R * (1 - A / 255) + 图像R * (A / 255)
背景G * (1 - A / 255) + 图像G * (A / 255)
背景B * (1 - A / 255) + 图像B * (A / 255)
虽然对于图像的处理较为慢一些...(Using VB to implement ARGB, the method is very simple.
Background R * (1 - A / 255) + image R *
-