-
其中实现了许多功能,很全的。
其中实现了许多功能,很全的。-which achieved a number of functions, is the whole.
- 2023-02-20 22:30:03下载
- 积分:1
-
this example from the routines Allegro V3.12 package transplant, the original do...
这个例子是从Allegro V3.12的例程包中移植过来的,原文件为examplesex4.c
原作者是Shawn Hargreaves.这个程序示范怎样操作调色板,它把一套同
心的圆画在屏幕上并且通过循环调色板产生奇妙的特效.-this example from the routines Allegro V3.12 package transplant, the original document examples ex4.c Shawn Hargreaves is the original author. This procedure demonstrated how to operate a palette, with a set of concentric circular painting on the screen through the cycle and have a wonderful palette of effects.
- 2023-08-15 23:40:03下载
- 积分: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
-
注意: 1。tc支持16色,所以所读的图片要是16色图片 2。图片的的存放是从最后一行开始的,倒过来存放的 3。每行的字节数是4的倍数...
注意: 1。tc支持16色,所以所读的图片要是16色图片 2。图片的的存放是从最后一行开始的,倒过来存放的 3。每行的字节数是4的倍数-attention : 1. Tc support 16 colors, and read the picture if two 16-color pictures. Photo storage is the last line from the start, the reverse of the three storage. Each trip is the number of bytes in multiples of 4
- 2023-03-13 06:55:03下载
- 积分:1
-
用matlab写的区域生长算法
这个是用matlab写的区域生长算法,可以实现读入二值化图像之后,水表点击想要提取的目标区域,有程序计算出种子点的周围封闭区域,提取出该区域,不出的算法。
- 2022-04-07 04:12:02下载
- 积分:1
-
Opencv 特征比较
OpenCV的特征比较和匹配,使用不同的方法
- 2022-02-03 21:20:21下载
- 积分:1
-
using OpenCV Image gray value adjustment
用OpenCV实现图像灰度值调整-using OpenCV Image gray value adjustment
- 2022-03-19 04:05:51下载
- 积分:1
-
检测圆
检测圆-detect Circle
- 2022-01-20 23:21:14下载
- 积分:1
-
直方图算法,用于图像处理
直方图算法,用于图像处理-histogram algorithm for image processing
- 2022-08-04 02:39:52下载
- 积分:1
-
颜色变化作业题示例
颜色变化作业题示例-color change operations and that examples
- 2023-09-07 21:25:03下载
- 积分:1