-
为三维重建面绘制的比较简单的源代码,通俗易懂,适合于初学者...
为三维重建面绘制的比较简单的源代码,通俗易懂,适合于初学者-For three-dimensional reconstruction of surface rendering of the relatively simple source code, user-friendly, suitable for beginners
- 2022-08-23 03:31:21下载
- 积分:1
-
图像处理,图像边缘检测,基于小波变换的边缘检测
图像处理,图像边缘检测,基于小波变换的边缘检测-Image processing, image edge detection, based on wavelet transform edge detection
- 2023-04-11 00:30:04下载
- 积分:1
-
免费的JPEG2000软件Jasper的C源代码 提供C源代码的JPEG2000图像工具Jasper的源代码。
免费的JPEG2000软件Jasper的C源代码 提供C源代码的JPEG2000图像工具Jasper的源代码。-Jasper free JPEG2000 software provided by the C source code C source code JPEG2000 image tools Jasper s source code.
- 2022-01-30 11:53:26下载
- 积分:1
-
SPINELINE对象三维旋转的观众
spineline object 3d rotation viewer
- 2022-06-17 01:44:17下载
- 积分:1
-
视频处理中最重要的指标:PSNR(峰值信噪比)。本人写的一个小程序,用于测试图象中的Y、U、V分量的PSNR值。...
视频处理中最重要的指标:PSNR(峰值信噪比)。本人写的一个小程序,用于测试图象中的Y、U、V分量的PSNR值。-PSNR is a very important index in video disposal.
there are a little program . It tests the PSNR of the YUV in the image.
- 2022-02-26 22:48:29下载
- 积分:1
-
提到可以要求讨论,DirectShow播放器
有问提可以讨论一下,DirectShow 的 Players-mention can be asked to discuss, DirectShow Players
- 2022-04-12 11:43:07下载
- 积分:1
-
区域填充的算法 扫描线的填充算法 图形学的作业实验基本内容...
区域填充的算法 扫描线的填充算法 图形学的作业实验基本内容-area filling algorithm scanning lines filling algorithm graphics operations as basic experiment
- 2022-04-24 23:41:00下载
- 积分:1
-
2D scanning fill algorithm, the procedures under the left mouse button to choose...
二维图形中扫描线填充算法,本程序根据鼠标左键选择图形每个顶点,用右键闭合图形,然后填充-2D scanning fill algorithm, the procedures under the left mouse button to choose graphics for each vertex, right-Closed graphics, then filled
- 2023-05-20 02:35:03下载
- 积分:1
-
smart
智能--cad--系统参考-smart-- cad-- System Reference
- 2022-07-03 10:05:35下载
- 积分: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