-
数字图像 压缩算法
数字图像 压缩算法-A LZW Compress algorithm used in digital image Process.
- 2022-08-07 00:09:58下载
- 积分:1
-
Qt image processing ,别人写的一段数字图像处理程序
Qt image processing ,别人写的一段数字图像处理程序-Qt image processing, written by someone else a digital image processing program
- 2023-04-22 21:50:03下载
- 积分:1
-
VTK的示例代码
VTK example code - 2-VTK example code- 2
- 2023-08-30 10:20:03下载
- 积分:1
-
一个微3D跨平台图形库,A mini 3D computer graphics C++ cross
一个微3D跨平台图形库,A mini 3D computer graphics C++ cross-platform library-a cross-platform 3D graphics library. A mini 3D computer graphics C cross-platform li brary
- 2022-03-26 15:58:50下载
- 积分:1
-
用于图像编程中局域网center的处理程序和源代码的实现
用于图像编程中局域网center的处理程序和源代码的实现-for Image Programming LAN center handling procedures and the realization of the source code
- 2022-03-17 04:26:54下载
- 积分:1
-
snakes算法简单程序(可运行),对初步学习snakes算法有帮助
snakes算法简单程序(可运行),对初步学习snakes算法有帮助-snakes simple algorithm (runs), the preliminary study snakes help Algorithm
- 2022-03-16 12:01:16下载
- 积分:1
-
Vtk using VC6 under vtkPointWidget animation to achieve point to explain in deta...
VC6下vtk中用vtkPointWidget实现点的动画,讲解详细,是一个好的学习例子-Vtk using VC6 under vtkPointWidget animation to achieve point to explain in detail, is a good example to learn
- 2022-12-15 04:45: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
-
利用画布实现一个简单的树机构的图形表示。系统支持节点选择、移动、保存树、打开树等...
利用画布实现一个简单的树机构的图形表示。系统支持节点选择、移动、保存树、打开树等-use canvas to achieve a simple graphical tree agency said. System Support Node choice, Mobile, tree preservation, open trees
- 2022-09-07 11:10:03下载
- 积分:1
-
基于神经网络的文字识别系统
本目录主要包括:文档和两个源代
其中源代码是识别程序的,另一个是矩阵类库的。已经保存了训练好的网络权值,所以第一次使用识别程...
基于神经网络的文字识别系统
本目录主要包括:文档和两个源代
其中源代码是识别程序的,另一个是矩阵类库的。已经保存了训练好的网络权值,所以第一次使用识别程序时,可以直接运行Release目录下的可执行文件,然后对图片目录中的测试图片进行读入、识别。当然也可以自行用训练样本训练网络,不过要注意训练样本的选择,否则可能识别率很低。训练样本选择的原则是,尽可能的有代表性,在训练时间不至于太长的情况下训练样本数目尽量多。-Based on neural network character recognition system catalog include: the two source documents and source code generation which is to identify the procedure, and the other is the matrix class library. Has been preserved trained network weights, so the identification procedures used for the first time, you can directly run the Release directory of the executable file, and then on the picture of the test directory to read into the picture, identification. Of course, we can use training samples to train the network, but attention should be paid to training samples, otherwise it may be very low recognition rate. Training sample selection principle is that, as far as possible have representation in the training time not too long a number of cases as many as possible training samples
- 2023-07-19 09:25:03下载
- 积分:1