-
直线扫描算法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
-
计算机图形学中种子填充方法用visual C++实现,实现四边形填充...
计算机图形学中种子填充方法用visual C++实现,实现四边形填充
-Computer Graphics in the seed filling Methods visual C++ Realize, realize quadrilateral filling
- 2022-02-28 22:34:15下载
- 积分:1
-
主成份分析
图像压缩常用方法,压缩包中包含两种方式,协方差矩阵方法和在线方法。...
主成份分析
图像压缩常用方法,压缩包中包含两种方式,协方差矩阵方法和在线方法。-PCA
common method of img compression
- 2022-05-23 17:51:20下载
- 积分:1
-
用C语言编写一个焰火程序
用C语言编写一个焰火程序-C language a fireworks procedures
- 2022-07-19 09:24:43下载
- 积分:1
-
利用小波双线性超分辨率重建算法得到的重建图像会出现低、高频系数不匹配的现象,从而使得到的高分辨率图像灰度偏移。本文对该方法进行了改进,并引入局部适应插值得到更为...
利用小波双线性超分辨率重建算法得到的重建图像会出现低、高频系数不匹配的现象,从而使得到的高分辨率图像灰度偏移。本文对该方法进行了改进,并引入局部适应插值得到更为理想的重建算法。即小波与局部适应插值结合算法。-Using Wavelet bilinear super-resolution reconstruction algorithm is the reconstructed image will appear low, high-frequency coefficients does not match the phenomenon, thereby enabling high-resolution image to be offset. In this paper, the method is improved, and the introduction of local interpolation to be better adapted to the reconstruction algorithm. That is, wavelet interpolation combined with the local adaptation algorithm.
- 2023-01-06 16:30:03下载
- 积分:1
-
这是一个灰度均衡的程序
这是一个灰度均衡的程序-This a gray balanced procedures
- 2023-02-28 08:55:04下载
- 积分:1
-
颜色空间转换代码,ycbcr对rgb的转换verilog代码.YCBCR的格式是ITU601格式....
颜色空间转换代码,ycbcr对rgb的转换verilog代码.YCBCR的格式是ITU601格式.-color space conversion code, RS right rgb conversion Verilog code. YCBCR format is ITU601 format.
- 2022-06-13 03:09:55下载
- 积分:1
-
D3D11的Kinect点云可视化程序
一个简单的可视化程序,通过类接口输入深度图和色彩图像即可在窗口中显示在3D空间中有颜色的点云图形
- 2022-10-15 18:15:03下载
- 积分:1
-
一种把字体任意旋转的VC原码
一种把字体任意旋转的VC原码- One kind the VC original code which wilfully revolves the
typeface
- 2022-05-30 12:32:15下载
- 积分:1
-
在窗口中显示出26个英文字母,从左向右字母依次位置提高10个像素单位,并且颜色变为红色,然后回到正常位置。当达到最右端后改变方向,从右向左逐渐变为红色,并且位置...
在窗口中显示出26个英文字母,从左向右字母依次位置提高10个像素单位,并且颜色变为红色,然后回到正常位置。当达到最右端后改变方向,从右向左逐渐变为红色,并且位置依次提高10个像素单位。
-In the window shows the 26 English letters, the letters from left to right, followed by location of units increased by 10 pixels, and the color turns red, then back to normal position. When you reach the extreme right after the change of direction, from right to left gradually turns red, and the location of pixels in turn increased by 10 units.
- 2022-08-21 19:52:24下载
- 积分:1