-
国外的一个图像K均值聚类的C++源代码,非常容易集成和使用,适合模式识别、图像处理等方面的开发!...
国外的一个图像K均值聚类的C++源代码,非常容易集成和使用,适合模式识别、图像处理等方面的开发!-an image abroad of K-means clustering of C source code, and is easy to integrate and use, suitable for pattern recognition, Image processing, and other aspects of development.
- 2022-01-25 22:12:33下载
- 积分:1
-
LEQM是高
LEQM是一个高级绘图系统,用于显示内存中EverQuest世界的信息。 来源:http://sourceforge.net/projects/leqm/ -LEQM is a high-level cartography system, uses in to demonstrate
in the memory the EverQuest world information. Origin:
Http://sourceforge.net/projects/leqm/
- 2022-02-22 04:32:22下载
- 积分:1
-
用C语言实现对PCX格式图像显示的原码及图像文件
用C语言实现对PCX格式图像显示的原码及图像文件-C language format of PCX images of the original code and image files
- 2023-02-09 23:10:03下载
- 积分:1
-
抓图小精灵(Capture Genius) v1.0,可以捕获整个屏幕、活动窗口、延时捕获窗口、捕获包含标题的窗口、用户窗口、滚动窗口等,捕获的图片并可以保存为...
抓图小精灵(Capture Genius) v1.0,可以捕获整个屏幕、活动窗口、延时捕获窗口、捕获包含标题的窗口、用户窗口、滚动窗口等,捕获的图片并可以保存为BMP、JPGE图片,可以用微软画图工具编辑,可以保存位墙纸.具有打印图片功能.这个小工具还支持多国语言(简体中文、英文)-Little Stars (Capture Genius) v1.0, can capture the entire screen, window activity, delay capture window, capturing the title contains the window, users window, scroll window, and capture images can be saved as BMP, stylish photographs, can be used for paint with editing, wallpaper spaces can be preserved. with Photo Print function. this small tool also supports multiple languages (English, English)
- 2023-01-26 08:15:03下载
- 积分:1
-
Digital image processing a simple example, a simple seal generation software.
数字图像处理的一个简单示例,一个简单的印章生成软件。-Digital image processing a simple example, a simple seal generation software.
- 2022-10-16 13:05:03下载
- 积分:1
-
java3d中碰撞检测源码,可以实现三维空间中两个物体的相交测试...
java3d中碰撞检测源码,可以实现三维空间中两个物体的相交测试-Collision Detection in java3d source can be achieved in three-dimensional space of the intersection of the two test objects
- 2022-02-20 22:20:15下载
- 积分:1
-
H261源代码
里面含有一个ppt-关于H261的详细介绍,另外还有H261的源代码.简介:H.261又称为P*64,其中P为64kb/s的取值范围,是1到30的可变参数,它最初是针对在ISDN上实现电信会议应用特别是面对面的可视电话和视频会议而设计的。
- 2022-04-20 04:37:10下载
- 积分:1
-
Ultimate Face Recognition v 2.0 .1
an excellent face recognition and detection...
Ultimate Face Recognition v 2.0 .1
an excellent face recognition and detection software.
- 2023-07-27 00:30:03下载
- 积分:1
-
图形学扫描线填充算法,具有填充选择功能的代码体,C语言编写,以编译...
图形学扫描线填充算法,具有填充选择功能的代码体,C语言编写,以编译-graphics scanning fill algorithm, filled with choice of body function code, C language, compiler
- 2022-04-10 01:24:21下载
- 积分: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