搜索资源列表
-
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
-
-
0下载:
this VB code for image processing-this is VB code for image processing
-
-
0下载:
基于vb语言的傅里叶变换 ,数字图像处理的实验课代码-Vb language-based Fourier transform, digital image processing experimental course code
-
-
0下载:
VB编的源码,可以对图像进行特殊处理,如效果的改变,颜色的调整等-VB compiled source code, can undertake special processing of image, such as the effect of change, color adjustment, etc
-
-
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 *
-
-
0下载:
VB编写的图像轮廓的处理,对学习轮廓处理有一定的帮助。(The processing of the outline of the image written by VB has some help to the learning contour processing.)
-