-
extraction object
单主机多摄象机的捕获并提取出前景物体,利用背景差的方法-extraction object
- 2022-06-16 15:33:05下载
- 积分:1
-
Fractal mapping turbidity curve, Julia sets, Mandelbrot sets and source code, th...
绘制分形混浊曲线、Julia集、和Mandelbrot集的程序源代码,程序运行后,分别选择菜单“分形”下的子菜单“混沌曲线”、“Julia集”或者“Mandelbrot集”,将分别绘制这几种分形图案。对于Mandelbrot集,可以用托动鼠标选择一矩形框,然后点击鼠标右键对所选择的区域进行放大。-Fractal mapping turbidity curve, Julia sets, Mandelbrot sets and source code, the program running, respectively, select menu
- 2022-11-20 01:50:03下载
- 积分:1
-
这些都是指纹
这些内容是一些与指纹识别有关的东西,全是从国外的网站上找的。-These are some of fingerprint-related things, all of the site from abroad looking for.
- 2022-08-14 02:44:47下载
- 积分:1
-
English OCR recognition controls, can be identified on the Verification Code. De...
英文OCR识别控件,可对验证码进行识别。带有演示源码。 int startX = 0
int startY = 0
int width = -1
int height = -1
try
{
startX = Convert.ToInt32(textStartX.Text)
startY = Convert.ToInt32(textStartY.Text)
width = Convert.ToInt32(textWidth.Text)
height = Convert.ToInt32(textHeight.Text)
}
catch (Exception ex)
{
Console.WriteLine(ex.StackTrace)
}
String result = Marshal.PtrToStringAnsi(OCRpart(textImage.Text, -1, startX, startY, width, height))
textResults.Text = result -English OCR recognition controls, can be identified on the Verification Code. Demonstration with source code. int startX = 0 int startY = 0 int width =-1 int height =-1 try (startX = Convert.ToInt32 (textStartX.Text) startY = Convert.ToInt32 (textStartY.Text) width = Convert. ToInt32 (textWidth.Text) height = Convert.ToInt32 (textHeight.Text) ) catch (Exception ex) (Console.WriteLine (ex.StackTrace) ) String result = Marshal.PtrToStringAnsi (OCRpar
- 2023-04-27 23:15:04下载
- 积分:1
-
关键帧提取 欧拉距离方法
matlab语言,基于测算视频帧之间欧拉距离的方法来进行关键帧提取操作
- 2023-08-21 13:50:03下载
- 积分:1
-
人脸检测与识别
主要介绍人脸的检测和识别原理及其编程实现方法;人脸检测及定位技术和人脸识别技术。人脸检测及定位技术就是判断图像中是否存在人脸。如果存在,则需要确定人脸的位置和大小等,并将人脸区域从图像背景中分离出来。
- 2022-08-18 17:22:05下载
- 积分:1
-
GaAs导带和价带附近的等能面的计算程序
GaAs导带和价带附近的等能面的计算程序-GaAs渭 录
- 2022-09-12 07:50:03下载
- 积分:1
-
XWindows下的看图软件,类似ACDsee
XWindows下的看图软件,类似ACDsee -Graph browsing software in Xwindows as ADCS
- 2022-08-15 03:17:27下载
- 积分:1
-
color image processing results
图像颜色处理效果-color image processing results
- 2022-12-13 06:25:03下载
- 积分:1
-
计算模型OBB的8个点
本源码完整给出了一个接口函数;
用户只需要给出一个模型文件名称,函数返回需要的8个OBB的顶点;
算法使用开源osg作为基础库函数,先抽取模型的所有的点,接着计算协方差矩阵,继而求解三个特征向量作为OBB的三个轴;在此基础上给出模型OBB的八个顶点;
- 2023-07-28 11:10:03下载
- 积分:1