-
直方图均衡化即归一化VC程序,和我上传的matlab对应,都是用于模式识别处理图像样本。...
直方图均衡化即归一化VC程序,和我上传的matlab对应,都是用于模式识别处理图像样本。-Histogram equalization that is normalized VC process, and I upload matlab counterparts, are used for pattern recognition image processing samples.
- 2023-08-12 10:45:09下载
- 积分:1
-
简单的绘图程序~高手见笑了!我靠还要二十字地说明!泰不人道了吧!这个程序是个小程序!说明什么啊!...
简单的绘图程序~高手见笑了!我靠还要二十字地说明!泰不人道了吧!这个程序是个小程序!说明什么啊!-simple drawing program to master a laughing stock! I relied on the word also shows 20! Thailand inhuman! This procedure is a small program! What ah!
- 2022-03-29 20:46:57下载
- 积分:1
-
一个directx9写的非常漂亮的场景,源码和资源
一个directx9写的非常漂亮的场景,源码和资源
- 2022-01-28 08:34:41下载
- 积分: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
-
Bao
二维保边缘平滑算法,用于图像的去噪,同时可以保持图像的边缘信息-Bao-edge two-dimensional smoothing algorithm for image denoising, while maintaining the image edge information
- 2022-07-03 17:58:19下载
- 积分:1
-
种子填充法:
1、原理:将区域内的一点(种子)赋予给定的颜色,然后将这种颜色扩展到整个区域内...
种子填充法:
1、原理:将区域内的一点(种子)赋予给定的颜色,然后将这种颜色扩展到整个区域内
-Seed filling: 1, Principle: The region that (seeds) to give a given color, the color and then extended to the entire region
- 2022-03-17 20:03:39下载
- 积分:1
-
图形学中的三位变换程序,采用vc实现的。
图形学中的三位变换程序,采用vc实现的。-Graphics of the three transformation process, using vc achieved.
- 2022-05-12 15:56:47下载
- 积分:1
-
VC使用的画图控件
一个使用VC画图表的开源控件,能出3D图象,用户可以随意更改,很好用。the source package is a open -source graph controls, easy to use .
- 2022-05-21 03:04:37下载
- 积分:1
-
OpenGL高级编程与可视化系统开发(高级编程篇)的随书源码
OpenGL高级编程与可视化系统开发(高级编程篇)的随书源码-4,学习OpenGL的好东西-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL -OpenGL high-level programming and visualization systems development (high-level programming chapter)-4 of the source with the book, learning OpenGL good things-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL
- 2023-08-13 10:35:03下载
- 积分:1
-
MATLAB程序使用特征脸的人脸识别系统,它使用在
这个Matlab程序使用eigenface系统实现人脸识别,它使用AT&T的数据库,运行代码实例前,请阅读其中的comment,下载该数据库。-Matlab program uses the eigenface face recognition system, which uses AT
- 2023-01-12 02:50:03下载
- 积分:1