-
各种曲线的算法和代码.
各种曲线的算法和代码.-curve of various algorithms and code.
- 2022-09-05 14:55:03下载
- 积分:1
-
TLD 目标跟踪 vs2012+opencv2.410
资源描述
资源描述
这个代码不能再VS工具上直接运行,要在cmd里传参
例:cmd里切到C:UsersAdministratorDocumentsVisual Studio 2012ProjectsTLDDebug ld.exe -p parameters.yml 等
这个C++程序巨慢,只适合理解原理。实验还是MATLAB版的。
- 2022-07-17 22:21:01下载
- 积分:1
-
这是Ganzalez书上的一个示例程序,用来实现直方图的线性运算处理。...
这是Ganzalez书上的一个示例程序,用来实现直方图的线性运算处理。-This is a book Ganzalez sample procedures used for linear histogram processing.
- 2022-03-29 21:21:15下载
- 积分:1
-
round
这是一个里用计算机图形学画圆的C语言算法,-round
- 2023-01-23 01:50:04下载
- 积分:1
-
人脸识别系统,可以识别出人的眼睛,以及人的脸部轮廓
人脸识别系统,可以识别出人的眼睛,以及人的脸部轮廓-Face Recognition System
- 2023-05-11 05:10:03下载
- 积分:1
-
A new algorithm for determining the arbitrary convex and concave vertices of the...
任意多边形顶点凸凹性判定的一种新算法的MFC程序实现,效果还不错-A new algorithm for determining the arbitrary convex and concave vertices of the polygon
- 2022-10-04 10:45:03下载
- 积分:1
-
呵呵,自己下载后打开看看,粒子效果真的不错,是本人以前收集的!...
呵呵,自己下载后打开看看,粒子效果真的不错,是本人以前收集的!-Oh, they look at the downloaded and opened, the particle effects really Yes, I used to collect!
- 2022-02-27 03:29:56下载
- 积分:1
-
一个分形方面的小程序
一个分形方面的小程序- A shape aspect script
- 2022-03-17 18:19:51下载
- 积分: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
-
三维科学图形包括三维网线图形;三维线状图形;三维坐标设置;填充网状图形;填充颜色的层数;颜色分层的数值条;向顶部和底部投影;边框设置;背景颜色设置;实体图形;等...
三维科学图形包括三维网线图形;三维线状图形;三维坐标设置;填充网状图形;填充颜色的层数;颜色分层的数值条;向顶部和底部投影;边框设置;背景颜色设置;实体图形;等高线图形。给定zij=f(xi,yj)离散数据点,三维图形控件可以绘制出各种精美的图形。三维 图形控件包含的文件有:mesh45.ocx,olch3d32.dll,meshxyz.dll。-Three-dimensional graphics, including three-dimensional network of scientific line graphics linear three-dimensional graphics three-dimensional coordinates set filled mesh graphics fill color layers color layering Numerical Article to the top and bottom of the projector border settings background color settings graphical entities contour graphics. Given zij = f (xi, yj) of discrete data points, three-dimensional graphics can control a variety of beautifully drawn graphics. Three-dimensional graphical controls contained in the documents: mesh45.ocx, olch3d32.dll, meshxyz.dll.
- 2022-09-07 05:25:02下载
- 积分:1