登录
首页 » Special Effects » vb写得关于图像处理方面的内容,可能对大家有所帮助

vb写得关于图像处理方面的内容,可能对大家有所帮助

于 2022-05-17 发布 文件大小:27.54 kB
0 40
下载积分: 2 下载次数: 1

代码说明:

vb写得关于图像处理方面的内容,可能对大家有所帮助-vb written on the image processing aspects, may be helpful to everyone

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 系统约定:行编辑命令由“命令关键字 命令参数”组成。其中,命令关键字都是单一的字母,命令与参数之间使用一个空格进行分割,当命令参数为多个时采用“/”作为参数的分...
    系统约定:行编辑命令由“命令关键字 命令参数”组成。其中,命令关键字都是单一的字母,命令与参数之间使用一个空格进行分割,当命令参数为多个时采用“/”作为参数的分隔符,如果在命令的参数中间出现符号“/”,则用“/”表示。我们将“”定义为转义符。 现在,行编辑器具有如下编辑命令: 行插入:i #/串   在指定行号(>0)插入一个新行,新行的内容就是命令中给出的“串”。若插入的行超过了已有的行数,则在最后一行的后面插入一个新行。 文本替换:c 被替换串/替换串   将整个文本中全部[被替换串]替换为[替换串]。 行删除:d #   其中#为指定的行号 行合并:f #1/#2/#3...   将行号为 #2 和 #3...的行连接到行号为 #1 的行的后面,取消原来的 #2 行和#3等,合并后#2行和#3等原来的内容不存在了,被后面的行抵补替代。若指定行号超出正文的范围,则放弃操作。 输入: 这段文本用[Text]......[/Text]的形式描述,之后是一串操作命令如: [Text] 1 222 33 44 2 333 45 d b g 3 3 444 56 333 54 [/Text] c 333/zhang d 1 -系统约定:行编辑命令由“命令关键字 命令参数”组成。其中,命令关键字都是单一的字母,命令与参数之间使用一个空格进行分割,当命令参数为多个时采用“/”作为参数的分隔符,如果在命令的参数中间出现符号“/”,则用“/”表示。我们将“”定义为转义符。 现在,行编辑器具有如下编辑命令: 行插入:i#/串   在指定行号(>0)插入一个新行,新行的内容就是命令中给出的“串”。若插入的行超过了已有的行数,则在最后一行的后面插入一个新行。 文本替换:c 被替换串/替换串   将整个文本中全部[被替换串]替换为[替换串]。 行删除:d#   其中#为指定的行号 行合并:f#1/#2/#3...   将行号为#2 和#3...的行连接到行号为#1 的行的后面,取消原来的#2 行和#3等,合并后#2行和#3等原来的内容不存在了,被后面的行抵补替代。若指定行号超出正文的范围,则放弃操作。 输入: 这段文本用[Text]......
    2022-03-03 09:48:33下载
    积分:1
  • <visual c++数字图像处理典型算法及实现>的附带程序第一章使用DIB读写BMP文件示例,很好的一本书和例子...
    的附带程序第一章使用DIB读写BMP文件示例,很好的一本书和例子-incidental procedures chapter to read and write BMP files using the DIB example, a good book and examples
    2022-01-26 07:52:07下载
    积分:1
  • delphi图像处理 It was developed using Delphi 5 Pro, but it should work OK with D4...
    delphi图像处理 It was developed using Delphi 5 Pro, but it should work OK with D4 or even D3. It uses 24-bit bitmaps and scanline for speed. I have included the text version of the two forms, hopefully it will enable people with D3 or D4 to use this example.-delphi image processing It was developed using Delphi 5 Pro, but it should work OK with D4 or even D3. It uses 24-bit bitmaps and scanline for speed. I have included the text version of the two forms, hopefully it will enable people with D3 or D4 to use this example.
    2022-05-20 06:54:59下载
    积分:1
  • Some genetic algorithm Matlab examples, I hope all of you to help
    一些遗传算法Matlab算例,希望对大家有所帮助-Some genetic algorithm Matlab examples, I hope all of you to help
    2022-01-27 08:49:56下载
    积分:1
  • c language morphological algorithms, suitable for beginners morphology emotional...
    c语言编写的形态学算法,适合对形态学感性区的初学者和资深编程人员。-c language morphological algorithms, suitable for beginners morphology emotional areas and senior programmers.
    2023-03-12 04:40:03下载
    积分:1
  • 30个图像处理的VC++ 源代码,包括256色转灰度图,Hough变换,image_j1,PCA,Walsh变换,对比度拉伸,二值化变换,反色, 方块编码,...
    30个图像处理的VC++ 源代码,包括256色转灰度图,Hough变换,image_j1,PCA,Walsh变换,对比度拉伸,二值化变换,反色, 方块编码,傅立叶变换,高斯平滑,灰度均衡,均值滤波,拉普拉斯锐化(边缘检测), 离散余弦变换,亮度增减,逆滤波处理,取对数,取指数,梯度锐化,图象处理,图像镜像, 图像平移,图像缩放,图像细化,图像旋转,维纳滤波处理,用Canny算子提取边缘,阈值变换,直方图均衡.-30 image processing VC++ Source code, including 256 colors to grayscale, Hough transform, image_j1, PCA, Walsh transform, contrast stretching, binarization transformation, anti-color, box encoding, Fourier Transform , Gaussian smoothing, gray balance, mean filter, Laplacian sharpening (edge detection), discrete cosine transform, the brightness increases and decreases in inverse filtering deal, check on the number of check index, the gradient sharpening, image processing, mirror image, image translation, image scaling, image thinning, image rotation, Wiener filtering treatment using Canny edge extraction operator, threshold transform, histogram equalization.
    2022-02-12 05:12:39下载
    积分:1
  • with a CV to achieve improvement in the effective side table filled polygon algo...
    一个用CV++实现的改进的有效边表多边形填充算法-with a CV to achieve improvement in the effective side table filled polygon algorithms
    2022-02-26 19:37:16下载
    积分:1
  • Read into the image files, make image inversion and then display the image on th...
    读入图像文件,做图像反转,然后显示图像在屏幕上-Read into the image files, make image inversion and then display the image on the screen
    2022-08-24 06:30:02下载
    积分:1
  • lossless image compression source code, including S P conversion, arithmetic cod...
    图像无失真压缩源代码,包括S+P变换,算术编码,哈夫曼编码-lossless image compression source code, including S P conversion, arithmetic coding, Huffman coding
    2022-07-05 13:51:12下载
    积分:1
  • 现场标识程序可以检测区域Blob算法
    该算法为领域标记程序,可以检测 blob 区域-the algorithm for field marking procedures can detect regional blob
    2022-03-15 21:17:53下载
    积分:1
  • 696522资源总数
  • 104027会员总数
  • 45今日下载