-
经典的特征点匹配算法sift算法的实现程序,具有一定的参考价值...
经典的特征点匹配算法sift算法的实现程序,具有一定的参考价值-sift
- 2022-05-27 18:19:37下载
- 积分:1
-
Kinect同时获取场景彩色图像和深度图像并保存
Kinect同时获取场景彩色图像和深度图像并保存,可将同一场景的图像对齐并保存到制定的文件目录
- 2023-09-01 14:25:03下载
- 积分:1
-
离线汉字识别系统。基于特征检测的汉字识别系统,何以识别汉字/字符数字等。很适合学习基本原理的研究者使用。...
离线汉字识别系统。基于特征检测的汉字识别系统,何以识别汉字/字符数字等。很适合学习基本原理的研究者使用。-offline Chinese character recognition system. Feature-based detection of Chinese character recognition system, why is recognition of Chinese characters/character statistics. Very suitable for studying the basic tenets of researchers.
- 2022-11-23 04:15: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
-
一个画图的基本框架原代码,对图形学的初学者应该有一定的用处...
一个画图的基本框架原代码,对图形学的初学者应该有一定的用处-a drawing of the basic framework of the original code, the right graphics beginners should have a certain usefulness
- 2023-07-17 13:05:03下载
- 积分:1
-
将一幅图像旋转任意角度,手动输入角度,通过调试
将一幅图像旋转任意角度,手动输入角度,通过调试-To an arbitrary image rotation angle, manually enter the angle, through the debug
- 2022-11-14 06:30:03下载
- 积分:1
-
2004年5月的一次图形学讲义
2004年5月的一次图形学讲义-May 2004 a graphics lectures
- 2023-04-07 04:00:03下载
- 积分:1
-
本代码类似于spy++,可以自动锁定窗口区域进行抓图,并具有保存功能。
本代码类似于spy++,可以自动锁定窗口区域进行抓图,并具有保存功能。- This code is similar to spy, may automatically lock the window
region to carry on grasps the chart, and has the preserved function.
- 2022-03-31 11:53:08下载
- 积分:1
-
c#实现获得图像上任意一点的颜色值,一个很好的例子绝对值得收藏...
c#实现获得图像上任意一点的颜色值,一个很好的例子绝对值得收藏-obtain images of any point on the color value, a good example worthy collection
- 2022-07-26 15:35:56下载
- 积分:1
-
学习VC也没多久,将我做的这个小工具和大家分享一下。其主要功能就是可以自定义生成公章图形并保存为bmp图片,希望对大家有点用。具体实现的方法如下:
步...
学习VC也没多久,将我做的这个小工具和大家分享一下。其主要功能就是可以自定义生成公章图形并保存为bmp图片,希望对大家有点用。具体实现的方法如下:
步骤一:生成对话框工程,并加入相应的控件,图片的显示使用Picture控件;
步骤二:定义生成图形所需要的参数;
步骤三:通过参数定义,生成对应的Bitmap,再在Picture控件中显示该位图,具体实 现参看源程序。
步骤四:将生成的Bitmap保存为位图文件。
-VC did not learn how long I will do this small tools and share with you. Its main function is to be generated from the definition graphics and seals for the preservation bmp picture, and I hope to use you a bit. The specific methods to achieve the following : Step 1 : Generation dialog, and add the corresponding controls, the pictures showed a picture control; Step 2 : definition graphics generated by the parameters; Step 3 : through the definition of parameters, generate the corresponding Bitmap, and the Picture Control showed the bitmap, See achieve specific source. Step 4 : Generation to preserve the Bitmap bitmap file.
- 2023-04-09 06:30:03下载
- 积分:1