-
用vb实现的画直线程序,他是一种简单的调用line函数实现的
用vb实现的画直线程序,他是一种简单的调用line函数实现的-open de door and play the basketball.l love this game,and you?
- 2023-02-25 16:20:03下载
- 积分:1
-
将曲线轮廓中的B
将曲线轮廓中的B-样条曲线通过最小二分法转换成一组能保持曲线轮廓形状的小折线。这样,原有的字体轮廓数据就从用曲线轮廓表示转变为用多边形表示,即用一组点及其先后顺序来描述轮廓。-Profile to Polygon
- 2023-08-21 06:20:04下载
- 积分:1
-
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(...
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load()Picture1.BackColor = RGB(255, 255, 255)N = 0End SubPrivate Sub picture1_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)If Button = 1 ThenCX1 = CInt(X): CX2 = CInt(X)CY1 = CInt(Y): CY2 = CInt(Y)End IfEnd Sub-linear scanning algorithm rivate AM1 (100) As Integer, AY1 (100) As Integer, AX2 (100) As Integer, AY2 (100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load () Picture1.BackColor = RGB (255, 255, 255) N = 0End SubPrivate Sub picture1_MouseDown (Button As Integer, Shift As Integer, As Single X, Y As Single) If Button = = a ThenCX1 CInt (X) : CX2 = CInt (X) = CY1 CInt (Y) : CY2 = CInt (Y) End Sub IfEnd
- 2023-04-06 10:20:03下载
- 积分:1
-
图象处理之图象的灰度变换、分段线形变幻、灰度匹配变换
图象处理之图象的灰度变换、分段线形变幻、灰度匹配变换-image processing for the gray-scale image transformation, sub-linear changes, Gray matched Transform
- 2022-04-28 19:49:35下载
- 积分:1
-
人脸检测代码。算法都是基本的。程序也有较大局限性,不过作为参考还是有价值的。...
人脸检测代码。算法都是基本的。程序也有较大局限性,不过作为参考还是有价值的。-face detection code. Algorithms are basic. Procedures also have been quite limited, but as a reference or value.
- 2022-04-06 21:02:25下载
- 积分:1
-
人脸检测的样品
FaceDetection Sample
- 2022-02-02 13:50:02下载
- 积分:1
-
这是一个在windows中显示一个沿正弦曲线运动的圆的程序,是用VC++编写的...
这是一个在windows中显示一个沿正弦曲线运动的圆的程序,是用VC++编写的-This is a display in the windows along a sinusoidal curve campaign Yuan procedures, VC++ prepared
- 2022-10-01 17:40:03下载
- 积分:1
-
使用C#实现验证码识别,带有完整的教程文档。
使用C#实现验证码识别,带有完整的教程文档。-The use of C# Realize Verification Code identification, with a complete tutorial document.
- 2022-07-22 21:33:18下载
- 积分:1
-
图像模式识别――VC++技术实现(杨淑莹)配套光盘
图像模式识别――VC++技术实现(杨淑莹)配套光盘-Image pattern recognition- VC++ technology to achieve (YANG Shu-ying) supporting CD-ROM
- 2022-07-10 15:56:11下载
- 积分:1
-
AffineTransformation computes and applies the geometric affine transformation to...
AffineTransformation computes and applies the geometric affine transformation to a 2-D image.
The program main functions are:
- Load Image: Load the image to be transformed.
- Transform Image: Computes the transformation matrix from the transformation parameters specified by the user, then it applies the transformation to the loaded image.
- Save Image: Save the transformed image.
- Quit: Exit the program.
The transformation parameters are specified by the user by editing the
values of the rotation, scale (x and y), and shear (x and y). The
translation is not icluded because it can be easily (normalized or) removed from the image by
subtracting the shape cetroid.
The affine matrix and the affinr transformation are computed using Matlab Image Processing Toolbox
functions: maketform and imtransform. So this program is only demonstrates and facilitates the computation and the applying of these functions to a 2-D image.
- 2022-01-30 20:17:04下载
- 积分:1