-
Implementation of Automatic Vehicle Location MATLAB procedures: pre
实现车牌自动定位的MATLAB程序:对图像进行预处理,垂直边缘检测,形态学运算,提取出车牌。-Implementation of Automatic Vehicle Location MATLAB procedures: pre-processing of images, vertical edge detection, morphological operations to extract license plate.
- 2022-01-26 03:57:52下载
- 积分:1
-
模仿CAD绘图软件,可绘3D图形。主要解决了VB处理矢量图的问题,而且可生成3D预览图。很完整的源代码....
模仿CAD绘图软件,可绘3D图形。主要解决了VB处理矢量图的问题,而且可生成3D预览图。很完整的源代码. -imitate CAD software, 3D graphics can be drawn. VB mainly to solve the problem of vector processing, but also generate 3 D preview map. Very integrity of the source code.
- 2022-07-11 14:17:14下载
- 积分:1
-
在风险投资环境下,展示了控件的共同图像。VC可以大大降低…
在VC环境下,显示各种常见图像的控件。可以大大减轻VC下的图像显示编程工作-in VC environment, showing the common image of the controls. VC can greatly reduce the image display programming work
- 2022-02-09 14:49:38下载
- 积分:1
-
用最大值滤波和几何均值滤波的方法对图像进行去噪,采用的模版是3*3...
用最大值滤波和几何均值滤波的方法对图像进行去噪,采用的模版是3*3-With maximum filtering and geometric mean method of filtering the image de-noising, using the template is 3* 3
- 2023-02-06 18:50:03下载
- 积分:1
-
procedures Lane contains a read DXF file of the DXF.DLL. Demonstration of the co...
程序里包含有一个读取DXF文件的动态库DXF.DLL,代码演示了如何利用该动态库实现对DXF文件夹的读取!-procedures Lane contains a read DXF file of the DXF.DLL. Demonstration of the code on how to use the dynamic for achieving the DXF file folders to read!
- 2022-01-24 12:44:53下载
- 积分:1
-
VC under the Bezier curve drawing, the mouse can be dynamically adjusted curve s...
VC下实现bezier曲线的绘制,可鼠标动态调整曲线的形状,可保存数据,有需要的朋友可下载-VC under the Bezier curve drawing, the mouse can be dynamically adjusted curve shape, can be stored data, there is a need friends to download
- 2023-04-05 08:55:04下载
- 积分:1
-
这个程序(omni.com)是97年的Mekka ’97 4K Intro比赛的一等奖作品。整个程序全长409
5字节,其中包含133字节的自解压程序(类R...
这个程序(omni.com)是97年的Mekka ’97 4K Intro比赛的一等奖作品。整个程序全长409
5字节,其中包含133字节的自解压程序(类RAR压缩),未解压的程序长4782字节。三维场景包含144个立方体,367个面,362个点,15个不同的64*64的纹理-this procedure (omni.com) is the Mekka 97 4K Intro"97 game the first prize entries. The entire procedure 409 5 byte length, which includes 133 bytes of self-extracting (RAR compression type), not long process of extracting 4,782 bytes. 3D cube contains 144, 367-, 362, 15* 64 different texture 64
- 2022-07-02 23:09:31下载
- 积分:1
-
2D Iterated Function System Fractal of the original code
二维迭代函数系统分形的的原代码-2D Iterated Function System Fractal of the original code
- 2022-10-30 07:30:03下载
- 积分:1
-
人脸识别程序,支持摄像头,需要预先输入图象识别,加入了毛发,人脸360度模型等先进设置,识别率高...
人脸识别程序,支持摄像头,需要预先输入图象识别,加入了毛发,人脸360度模型等先进设置,识别率高-Face recognition process, to support the camera, the need to pre-input image recognition, joined the hair, face 360-degree model and other advanced settings, a high recognition rate
- 2022-03-26 09:05:53下载
- 积分: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