-
实现在图像任意角度的旋转,平移。以及图像的镜像,扭曲。波浪效果,缩小放大裁剪,以及对图像的裁剪。...
实现在图像任意角度的旋转,平移。以及图像的镜像,扭曲。波浪效果,缩小放大裁剪,以及对图像的裁剪。-achieve arbitrary angle images in the rotation and movement. Mirror Image and distorted. The wave effect, narrow Large cutting, and cutting the right image.
- 2023-04-12 00:30:04下载
- 积分:1
-
Matlab环境下的基于独立分量分析(ICA)算法的图像混合与分离仿真程序....
Matlab环境下的基于独立分量分析(ICA)算法的图像混合与分离仿真程序.-Matlab environment based on the independent component analysis (ICA) algorithm for image simulation mixed with the separation process sequence.
- 2022-06-29 09:45:29下载
- 积分:1
-
% 采用数字分段匹配的方式,将数字分为横、竖、左半弧、右半弧、上半弧、下半弧、
% S、反S、环 共9种元素,数字的元素间按照上、下、左、右、中5种相对关系...
% 采用数字分段匹配的方式,将数字分为横、竖、左半弧、右半弧、上半弧、下半弧、
% S、反S、环 共9种元素,数字的元素间按照上、下、左、右、中5种相对关系进行定义。
% 此时不采用绝对位置,而用相对关系的位置更具有鲁棒性,这样一共是45个维度。- Using digital sub-matching methods, the number is divided into horizontal, vertical, the left arc, right arc, arc the first half, second half of arc, S, anti-S, ring a total of nine kinds of elements, the number of elements in accordance with the upper and lower, left, right, in the relative relationship between the five kinds of definition. At this time do not use absolute position, and relative position with a more robust, so that a total of 45 dimensions.
- 2022-02-20 07:22:07下载
- 积分:1
-
TPicShow是171过渡效果纯Delphi图像滑块控制…
TPicShow is an image slider control with 171 transitional effects in pure Delphi code. The major characteristics of TPicShow are:
Image transition can be controlled programmatically
Image can be stretched or centered in the client area of the control
Control can show a background image as centered, stretched, or tiled
Transition process can use a separated thread
New transitional effects can be easily implemented and added to the control
TDBPicShow is the data-aware version of TPicShow with ability to load bitmap, jpeg, and metafile images (natively) from a blob field.
- 2022-08-18 04:29:36下载
- 积分:1
-
OpenCV编写的一个用于YUV格式的视频可以把一个不错的小程序,它是我的…
一个用opencv编写的可以打开YUV格式视频的一个很好的小程序,值得下载哦-Opencv prepared a used YUV format video can turn a good little program, it is worth to download Oh
- 2022-01-25 14:52:54下载
- 积分:1
-
This source contains a binary image, gray
此源码包含对图像进行二值化、灰度变换、投影以及图像的灰度直方图显示。-This source contains a binary image, gray-scale transformation, projection and image histogram display.
- 2022-06-13 08:18:02下载
- 积分:1
-
A complete image enhancement tools directly on the image processing and image pr...
完整的图像增强工具可以直接对图像处理并将图像保存下来,包括线性拉伸,直方图匹配,特别是可以对大图像进行处理。-A complete image enhancement tools directly on the image processing and image preservation, including the linear stretching, histogram matching, in particular, can handle large images.
- 2022-04-30 22:31:02下载
- 积分:1
-
采用颜色丰富的水果图onion进行测试。
分别采用“邻近行插值”、“邻近列插值”、“均值插值”三种插值方法进行图像旋转后的处理。
并附有注释、程序清晰、...
采用颜色丰富的水果图onion进行测试。
分别采用“邻近行插值”、“邻近列插值”、“均值插值”三种插值方法进行图像旋转后的处理。
并附有注释、程序清晰、易于阅读。
可以看到图像旋转的过渡过程。
相信图像初学者阅读后应该有很大的收益。-linjinhangchazhi, linjinliechazhi, junzhichazhi.
- 2023-08-28 16:45:03下载
- 积分:1
-
有关彩色图像分割与复杂场景下目标跟踪方法研究的一篇博士论文...
有关彩色图像分割与复杂场景下目标跟踪方法研究的一篇博士论文-On the color image segmentation and complexity of the scene target tracking methods under study for a Ph D thesis
- 2022-02-09 22:31:16下载
- 积分: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