-
关于中心画圆算法,通过计算x = 0到 y = 0 的1/4椭圆的范围,然后通过对称原理得到其他3/4个点的信息。(R2表示椭圆厂轴的半径)...
关于中心画圆算法,通过计算x = 0到 y = 0 的1/4椭圆的范围,然后通过对称原理得到其他3/4个点的信息。(R2表示椭圆厂轴的半径)
-Center Circle on the algorithm, by calculating the x = 0 to y = 0 1/4 of the scope of an oval, and then adopted the principle of symmetry other 3/4 point information. (R2 that elliptical plant axis radius)
- 2022-04-30 15:26:26下载
- 积分:1
-
使用Win32中的API库的图形函数,绘制一个简单的具有透明属性的动画。...
使用Win32中的API库的图形函数,绘制一个简单的具有透明属性的动画。-use of the Win32 API function for graphics, drawing a simple transparent nature of animation.
- 2022-06-21 07:40:54下载
- 积分:1
-
一个非常好用的Harris角点检测程序,在cv下可用。
一个非常好用的Harris角点检测程序,在cv下可用。-A very useful Harris corner detection procedures available under cv.
- 2022-08-10 10:31:36下载
- 积分:1
-
图象几何变换算法源代码
可进行图象平移,旋转,镜像,转置,缩放等几何变换...
图象几何变换算法源代码
可进行图象平移,旋转,镜像,转置,缩放等几何变换-Image geometric transform algorithm source code can be image translation, rotation, mirror, transpose, transform geometric scaling
- 2022-02-12 07:19:27下载
- 积分: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
-
数字图像处理中的数字图像处理技术与经验点
VC++在数字图像处理中的几点技巧与经验-VC in the digital image processing techniques and the experience points
- 2022-04-12 12:15:36下载
- 积分:1
-
LABVIEW基本图像处理功能,包括分割,边缘,骨架,3D,放大,缩小,镜像...
LABVIEW基本图像处理功能,包括分割,边缘,骨架,3D,放大,缩小,镜像-LABVIEW basic image processing functions, including segmentation, edge, frame, 3D, zoom, mirror, etc.
- 2022-06-02 14:05:42下载
- 积分:1
-
一个dos下的c语言仿windows界面,用在一个pII+128MRAM+dos+640*480*8+pc104总线工控机上,主要用了自己写的几个画图函数,技术
一个dos下的c语言仿windows界面,用在一个pII+128MRAM+dos+640*480*8+pc104总线工控机上,主要用了自己写的几个画图函数,技术上很简单。因为一些原因,很多东西删掉了。可以拿去参考-a dos c language of imitation windows interface used in a Arrears 128MRAM dos 640* 480* 8 Module Bus Computer, the principal used their written several drawing function, technically very simple. For some reason, many things deleted. Reference can be found
- 2023-03-14 13:20:04下载
- 积分:1
-
单类支持向量机
使用一类支持向量机进行人脸检测的matlab源程序-ocsvm
- 2022-07-08 16:47:50下载
- 积分:1
-
计算机科学,计算机图形学,语言版本的经典之一,…
计算机科学经典著作之一,计算机图形学,C语言版本,不错的说!-one of the classics of computer science, computer graphics, C language version, it is true to say!
- 2023-04-09 20:00:07下载
- 积分:1