-
图像处理类的经典之作,适合学习图像处理的同学阅读
图像处理类的经典之作,适合学习图像处理的同学阅读-Image processing of the classic type, suitable for image processing of students learning to read
- 2022-01-25 14:15:44下载
- 积分:1
-
系统约定:行编辑命令由“命令关键字 命令参数”组成。其中,命令关键字都是单一的字母,命令与参数之间使用一个空格进行分割,当命令参数为多个时采用“/”作为参数的分...
系统约定:行编辑命令由“命令关键字 命令参数”组成。其中,命令关键字都是单一的字母,命令与参数之间使用一个空格进行分割,当命令参数为多个时采用“/”作为参数的分隔符,如果在命令的参数中间出现符号“/”,则用“/”表示。我们将“”定义为转义符。
现在,行编辑器具有如下编辑命令:
行插入: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
-
TI DM642开发的实用程序:
包括:YUV视频格式转换成RGB格式C版本程序、ASM版本程序以及有关中值滤波的C程序;
相当有用!...
TI DM642开发的实用程序:
包括:YUV视频格式转换成RGB格式C版本程序、ASM版本程序以及有关中值滤波的C程序;
相当有用!
- 2022-06-13 17:59:44下载
- 积分:1
-
增加了最后一个空间滤波器的平滑,这是模板过滤和医学…
补充上次的空域滤波平滑法,这是模板滤波法和中值滤波法-Added the last spatial filter smoothing, which is the template filtering and median filtering method
- 2022-03-22 04:03:08下载
- 积分:1
-
数字水印,用C++实现的,经过测试,可用
数字水印,用C++实现的,经过测试,可用-WaterMark
- 2022-03-18 13:18:04下载
- 积分:1
-
, One of the digital image encoding Run
数字图像编码方式之一的游程编码实现,利用它可以将灰度矩阵转换成游程编码-, One of the digital image encoding Run-length coding, use it can be converted to grayscale matrix run-length coding
- 2022-08-25 20:25:14下载
- 积分:1
-
可以实现YUV序列转换为RGB格式文件
可以实现YUV序列转换为RGB格式文件-YUV sequence can be converted to RGB format
- 2022-01-26 01:25:41下载
- 积分:1
-
The transformation parameters are specified by the user by editing the
values...
The transformation parameters are specified by the user by editing the
values of the rotation, scale (x and y), and shear (x and y). The
translation is not icluded because it can be easily (normalized or) removed from the image by
subtracting the shape cetroid.
The affine matrix and the affinr transformation are computed using Matlab Image Processing Toolbox
functions: maketform and imtransform. So this program is only demonstrates and facilitates the computation and the applying of these functions to a 2-D image. -The transformation parameters are specified by the user by editing the values of the rotation, scale (x and y), and shear (x and y). The translation is not icluded because it can be easily (normalized or) removed from the image by subtracting the shape cetroid. The affine matrix and the affinr transformation are computed using Matlab Image Processing Toolbox functions: maketform and imtransform. So this program is only demonstrates and facilitates the computat
- 2022-01-24 08:55:33下载
- 积分:1
-
随机信号处理 通信信道仿真 自适应LMS算法 自己编的小程序
随机信号处理 通信信道仿真 自适应LMS算法 自己编的小程序-Adaline
- 2023-05-30 17:45:04下载
- 积分:1
-
自动搜索最佳阈值,对图像进行二值化处理,提取边缘
自动搜索最佳阈值,对图像进行二值化处理,提取边缘-Automatically search the best threshold image binarization processing, extraction of the edge
- 2022-07-17 21:50:10下载
- 积分:1