-
随机森林估计算法
头部姿势估计的程序,利用鼻尖确定头部的方向,进而确定姿势,采用随机回归森林算法。
- 2022-07-06 10:00:01下载
- 积分:1
-
远程视频监控客户端窗口的毕业设计
毕业设计时作的有关远程视频监控的客户端窗口-graduation design for the Remote Video Surveillance client window
- 2022-03-26 07:14:16下载
- 积分:1
-
图像处理技术已经渗透到人类生活的各个领域并得到越来越多的应用,图像处理所涉及的图像格式有很多种,如TIF、JEMP、BMP等等,工程应用中经常要处理256级的灰...
图像处理技术已经渗透到人类生活的各个领域并得到越来越多的应用,图像处理所涉及的图像格式有很多种,如TIF、JEMP、BMP等等,工程应用中经常要处理256级的灰度BMP图像,如通过黑白采集卡采集得到的图像-image processing technology has been integrated into all areas of life and to be more and more applications, image processing involved in the format images can take many forms, such as TIF, JEMP, BMP, etc., engineering applications often have to deal with 256 Gray BMP images, such as through black-and-white collection in acquisition card The images
- 2023-01-19 23:10:03下载
- 积分:1
-
用vb写的图形学粒子系统演示软件,可以模拟许多图形。
用vb写的图形学粒子系统演示软件,可以模拟许多图形。-Written with vb graphics particle system demo software, you can simulate a number of graphics.
- 2022-07-04 22:23:50下载
- 积分:1
-
源代码下载网
一个 GIS 程序源代码
转载请注明来源:
开源盛世-源代码下载网
-A GIS program source code is reproduced please specify Source: Open Source Spirit- the source code download network
- 2022-02-25 21:44:29下载
- 积分:1
-
jpeg 连接库源码
jpeg 连接库源码-jpeg library source
- 2022-03-24 18:17:29下载
- 积分:1
-
立体显示地形,效果不错,可以实现程序,看立体的地形图,opengl实现...
立体显示地形,效果不错,可以实现程序,看立体的地形图,opengl实现-Stereoscopic display terrain, good results can be achieved procedures, see three-dimensional topographic map, opengl achieve
- 2022-05-09 02:46:46下载
- 积分:1
-
简单的模式识别的分类算法(K_均值算法),适用于各种识别算法的基础分类算法...
简单的模式识别的分类算法(K_均值算法),适用于各种识别算法的基础分类算法--详细信息见说明-simple pattern recognition classification algorithm (K_ means algorithm), apply to the recognition algorithm based classification algorithm-- detailed information, see Note
- 2022-12-14 00:10:03下载
- 积分:1
-
计算机图形学课程里的相关编程。介绍如何利用计算画图的一些经典画法。...
计算机图形学课程里的相关编程。介绍如何利用计算画图的一些经典画法。-Computer graphics related programming courses. Introduce how to use some of the classic calculation of drawing painting.
- 2023-08-09 20:50:03下载
- 积分: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