-
基于移动最小二乘(MLS)的表面重建,实现的是SigGraph2004(图形学顶级)会议上“Define Point Set Surfaces”中的思路,强烈推...
基于移动最小二乘(MLS)的表面重建,实现的是SigGraph2004(图形学顶级)会议上“Define Point Set Surfaces”中的思路,强烈推荐给研究表面重建的同行-Based on the Moving Least Squares (MLS) surface reconstruction, realize that SigGraph2004 (Graphics top) meeting on
- 2022-10-22 09:15:03下载
- 积分:1
-
介绍如何在Linux下使用OpenCV的文章及附件了一些基本的源程序。...
介绍如何在Linux下使用OpenCV的文章及附件了一些基本的源程序。-how to use Linux in OpenCV articles and annex some basic source.
- 2022-03-07 01:21:50下载
- 积分:1
-
线刷子的线帽法,借助演示了线宽为三个像素点的直线的方法,演示了线刷子线帽法画直线的过程。...
线刷子的线帽法,借助演示了线宽为三个像素点的直线的方法,演示了线刷子线帽法画直线的过程。-line brush line apparatus, with a linewidth of the demonstration three pixels of the line, the line demonstration brush painting lines cap linear process.
- 2022-04-25 00:52:51下载
- 积分:1
-
/ *包含在这段代码中的* TIFF作家/
/* The TIFF writer contained in this code */
/* assumed that the machine on which it */
/* is running stores numbers with the */
/* most-significant byte first, i.e., in */
/* the "big-endian" byte-order. */
//tiff:标签图像文件格式。100多kb的源代码,-/* The TIFF writer contained in this code*//* assumed that the machine on which it*//* is ru nning stores numbers with the*//* most-signif icant byte first, i.e., in*//* the "big-endian" byte-order.*///tiff : Tagged Image File Format. More than 100 kb of source code,
- 2022-05-07 06:34:47下载
- 积分:1
-
实时软件纹理映射代码
实时软件纹理映射代码-real-time texture mapping software code
- 2022-02-07 19:01:51下载
- 积分:1
-
犯错
扫描线填充法:
1、原理:该算法利用了扫描线的相关性和多边形边的相关性,而不是逐点进行处理。
2、扫描线的相关性:某条扫描线上相邻的象素,几乎都具有同样的内外性质,这种性质只有遇到多边形边线与该扫描线的交点时才会发生改变。
3、边的相关性:由于相邻扫描线上的交点是与多边形的边线相关的。对同一条边,前一条扫描线yi与该边的交点为xi,而后一条扫描线yi+1=yi+1与该边的交点则为xi+1=xi+1/m,利用这种相关性可以省去大量的求交运算。
边相关扫描线填充算法的实现需要建立两个表:边表(ET)和活动边表(AET)。-err
- 2023-07-27 18:40:02下载
- 积分:1
-
c algorithm commonly used procedures set
c常用算法程序集-c algorithm commonly used procedures set
- 2022-02-05 21:00:52下载
- 积分:1
-
csharp managed direct 3d 的范例
csharp managed direct 3d 的范例-csharp managed direct 3d example
- 2022-01-24 10:12:08下载
- 积分:1
-
本为图形学中区域填充算法
本为图形学中区域填充算法-graphics for the regional filling algorithm
- 2022-02-20 12:41:39下载
- 积分:1
-
consider mirror embedded functions, including access to the image attributes, sh...
内置虑镜功能,包括获取图像的属性,锐化,模糊,浮雕等功能.可以缩放,优化图片.打开图片带预览功能,使用了gdiplus,能处理gif,bmp,jpg,png图片,处理速度也不错-consider mirror embedded functions, including access to the image attributes, sharpening, blurring, relief and other functions. Can zoom, photo optimization. Photo opened with preview function, use the gdiplus to handle gif, bmp, jpg, png images, processing speed is not bad
- 2022-05-26 07:23:25下载
- 积分:1