-
该函数实现的是文章New edge
该函数实现的是文章New edge-directed interpolation中的算法-it implements the method in new edge-directed interpolation
- 2022-01-31 07:56:39下载
- 积分:1
-
A small remote sensing image processing procedures, including image enhancement...
一个小型遥感图象处理程序,包括图象增强锐化、快速傅立叶变换等。-A small remote sensing image processing procedures, including image enhancement sharpening, such as Fast Fourier Transform.
- 2022-05-30 21:13:26下载
- 积分:1
-
由AT98C51单片机硬件电路,用C51编写的LCD320240显示程序.
由AT98C51单片机硬件电路,用C51编写的LCD320240显示程序.
-AT98C51 single-chip hardware circuit by using C51 prepared LCD320240 display program.
- 2022-04-22 02:27:34下载
- 积分:1
-
用于图像分割的matlab程序工具包!!里边有很多种方法
用于图像分割的matlab程序工具包!!里边有很多种方法-Matlab program for image segmentation tool kit! ! There are many ways inside。。
- 2022-08-03 05:35:06下载
- 积分:1
-
这是有关数字图像处理的几篇论文,涉及到Matlab 和Labview,学习图像的同学可以参考一下。...
这是有关数字图像处理的几篇论文,涉及到Matlab 和Labview,学习图像的同学可以参考一下。-It is about digital image processing of several papers related to Matlab and Labview, students study the image for reference.
- 2023-01-24 16:05:04下载
- 积分:1
-
VC++ 实现mirror、flip、grayscale、negative、psudo colors、psudo threshold、lighten、darke
VC++ 实现mirror、flip、grayscale、negative、psudo colors、psudo threshold、lighten、darken、contrast、sharpen等功能。-VC++ Realize mirror, flip, grayscale, negative, psudo colors, psudo threshold, lighten, darken, contrast, sharpen functions.
- 2022-08-18 05:41:11下载
- 积分: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
-
基于特征点检测匹配的运动补偿方法,然后通过补偿的差分图像法来检测移动平台下的运动目标...
基于特征点检测匹配的运动补偿方法,然后通过补偿的差分图像法来检测移动平台下的运动目标-Based on feature point detection method of matching motion compensation, and then through the compensation differential image method to detect the mobile platform under the moving target
- 2023-04-11 19:10:04下载
- 积分:1
-
程序代码说明
P0701:细胞边缘检测
P0702:癌细胞形态学分析
P0703:癌细胞颜色分析...
程序代码说明
P0701:细胞边缘检测
P0702:癌细胞形态学分析
P0703:癌细胞颜色分析-Procedure Code Description P0701: cell edge detection P0702: morphological analysis of cancer cells P0703: color analysis of cancer cells
- 2022-02-01 02:23:58下载
- 积分:1
-
object removal in image processing means that users can remove images of an obje...
object removal在图像处理中的意思是用户可以随意擦去图像中的一个物体,算法可以自动的用背景中的信息补去空洞,达到看不出来是处理过的效果,又叫inpainting,该程序由matlab写成,效果非常好,文档、演示、测试图像均齐全-object removal in image processing means that users can remove images of an object, the algorithm can automatically use the background information to fill empty, reaching out is not to look over the effectiveness of treatment, also known as inpainting, the program by matlab languages, has very good results, documents, presentations, test images have complete
- 2022-08-16 20:06:38下载
- 积分:1