-
哈尔小波变换
基于haar小波变换的快速指纹识别算法的设计与实现。-Haar wavelet transform-based fingerprint recognition algorithm for the rapid design and implementation.
- 2022-08-02 19:53:57下载
- 积分:1
-
一个vc编的八叉树算法,八叉树常用于3维图形的之间的干涉问题,...
一个vc编的八叉树算法,八叉树常用于3维图形的之间的干涉问题,-A vc series octree algorithm, Octree commonly used in the 3-dimensional graphics of the interference between the issues,
- 2022-02-12 09:02:04下载
- 积分:1
-
Kinect同时获取场景彩色图像和深度图像并保存
Kinect同时获取场景彩色图像和深度图像并保存,可将同一场景的图像对齐并保存到制定的文件目录
- 2023-09-01 14:25:03下载
- 积分:1
-
自己做的一个屏幕保护程序
自己做的一个屏幕保护程序-have done a screen saver
- 2022-06-19 18:11:25下载
- 积分:1
-
03 VC图像分割与边缘检测源代码,用不同方法实现图像分割
03 VC图像分割与边缘检测源代码,用不同方法实现图像分割-03 VC image segmentation and Edge Detection source code, using different methods of image segmentation
- 2022-02-06 15:04:18下载
- 积分:1
-
叫你如何用halcon处理图像,资料介绍和很多函数的用法
叫你如何用halcon处理图像,资料介绍和很多函数的用法-Tell you how to use halcon image processing, data presentation and use of many functions
- 2023-09-03 21:45:05下载
- 积分: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
-
DCT 数字水印 VC源代码 DCT 数字水印 VC源代码
DCT 数字水印 VC源代码 DCT 数字水印 VC源代码--DCT digital watermarking VC source code DCT digital watermarking VC source code
- 2023-06-26 00:35:04下载
- 积分:1
-
这是一个png文件的编辑码程序。可以在bmp和png之间相互转化
这是一个png文件的编辑码程序。可以在bmp和png之间相互转化- This is a png document edition code procedure. May mutually
transforms between bmp and png
- 2022-03-30 06:30:24下载
- 积分:1
-
二十面体的显示
二十面体的显示-Icosahedral display
- 2023-05-29 06:05:04下载
- 积分:1