-
geometry calculation of correlation algorithm can determine the function of the...
计算几何学的相关算法 可以根据这个函数确定两条线段在交点处的转向,比如确定p0 p1和p1 p2在p1处是左转还是右转,只要求(p2-p0)*(p1-p0),若0则右转,=0则共线-geometry calculation of correlation algorithm can determine the function of the two segments to the intersection, such as identifying p0 p1 p1 and p2 p1 is the left or the right, only requirements (p2- p0)* (p1- p0), and if 0 right, a total = 0 line
- 2022-07-13 05:45:28下载
- 积分:1
-
图像处理源代码,一种快速的边缘检测算法。
图像处理源代码,一种快速的边缘检测算法。-Image processing source code, a fast edge detection algorithm.
- 2023-06-07 19:05:04下载
- 积分: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
-
This is a classic for Face Recognition Face database, face recognition and verif...
这是用于人脸识别的经典人脸库,人脸识别的实验和验证都是在这些基础库上完成的,它是yale人脸库,包含不同人脸的各种姿态,对做实验极为有用-This is a classic for Face Recognition Face database, face recognition and verification experiments are those at the finish on the basis of the Treasury, it is yale face database that contains a variety of different people face gesture, to do experiments on very useful
- 2022-04-22 23:39:27下载
- 积分:1
-
On the active contour model of the c++ program, details the snake contour model...
在活动轮廓模型的c++程序中,详细介绍了蛇轮廓模型的内外能量函数打击等。
- 2022-07-23 20:08:00下载
- 积分:1
-
一种特征提取算法,主要特征点可以被检测到…
一个进行特征提取的算法,主要可以进行特征点的检测以及与之相关的边缘检测-a feature extraction algorithm, the main feature points can be detected and the associated Edge Detection
- 2023-02-13 20:15:03下载
- 积分:1
-
犯错
数字图像相关法是对全场位移和应变进行分析的一种新的实验力学方法。图像处理是其核心之一。本文探讨了根据相关技术寻
求位移场的基本原理,并编制了基于Matlab的数字图像相关法程序。程序验证结果表明本程序处理速度快,精度高,可以满足基于相关技
术的图像处理的要求。-err
- 2022-07-28 11:35:36下载
- 积分:1
-
图像处理程序集,欢迎使用,希望大家继续补充
图像处理程序集,欢迎使用,希望大家继续补充-Set of image processing procedures are welcome to use, I hope you will continue to add
- 2023-04-24 01:10:03下载
- 积分:1
-
This is the Eindhoven University of Technology in the Netherlands under the guid...
这是在荷兰埃因霍温科技大学peater教授指导下做得图形识别寻找,在一堆图形中寻找圆形,多边形等图像,理论较为简单,适合与刚开始接触Mathematic的同志们。-This is the Eindhoven University of Technology in the Netherlands under the guidance of Professor peater done looking for pattern recognition, in a pile of graphics look round, polygon, such as images, a relatively simple theory for the beginning of contact with the Mathematic comrades.
- 2022-03-25 20:03:18下载
- 积分:1
-
基于Opencv的图像帧抓取程序,可以从摄像头的连续抓取图像,并动态保存在设定的相应路径下的文件夹中。...
基于Opencv的图像帧抓取程序,可以从摄像头的连续抓取图像,并动态保存在设定的相应路径下的文件夹中。-Based on the image frame Opencv crawl process can be continuous crawl camera images, and dynamic settings stored in the corresponding path under the folder.
- 2022-04-11 17:27:35下载
- 积分:1