-
实现了对多个可放缩图元的同时选择,code project上下载的。
实现了对多个可放缩图元的同时选择,code project上下载的。-achieve the release of a large number of tiny yuan choice, code download the project.
- 2022-01-24 17:46:48下载
- 积分:1
-
根据多边形区域的填充原理可以推广到圆域的填充,由于圆的特殊属性,即可根据任何欲填充的像素点与圆心的距离是否大于或小于半径来判断是否在圆内或圆外,具体实现程序如下...
根据多边形区域的填充原理可以推广到圆域的填充,由于圆的特殊属性,即可根据任何欲填充的像素点与圆心的距离是否大于或小于半径来判断是否在圆内或圆外,具体实现程序如下;
利用中点画圆算法实现边界程序:
void CArea_FillData::MidpointCircle(int xc, int yc, int r, int color)
{//画八分之一的圆
int x,y,d
x=0 y=r d=1-r
WholeCircle(xc,yc,x,y,color)
while(x
- 2023-03-14 21:40:04下载
- 积分:1
-
画虚的直线和曲线
画虚的直线和曲线-paintings and abstract linear curve
- 2022-07-13 08:55:38下载
- 积分:1
-
DIB(设备
DIB(Device-indepent bitmap)的与设备无关性主要体现在以下两个方面: DIB的颜色模式与设备无关。例如,一个256色的DIB即可以在真彩色显示模式下使用,也可以在16色模式下使用。 256色以下(包括256色)的DIB拥有自己的颜色表,像素的颜色独立于系统调色板。 由于DIB不依赖于具体设备,因此可以用来永久性地保存图象。DIB一般是以*.BMP文件的形式保存在磁盘中的,有时也会保存在*.DIB文件中。运行在不同输出设备下的应用程序可以通过DIB来交换图象。 DIB还可以用一种RLE算法来压缩图像数据,但一般来说DIB是不压缩的。 DIB的结构-DIB (Device-indepentent bitmap) has nothing to do with sexual equipment mainly in the following two aspects : DIB color mode has nothing to do with the equipment. For example, a 256-color DIB is the true color display mode, or can be used in 16 color mode. 256-color below (including 256 colors), the DIB has its own color table, color of the pixel independent system palette. As DIB is not dependent on specific equipment, it can be used for permanent preservation of images. DIB normally*. BMP file stored in the form of disk, sometimes stored in*. DIB document. Running on different output devices under the application of the procedure can be DIB to exchange images. DIB can also use a RLE compression algori
- 2022-03-07 07:46:45下载
- 积分:1
-
global operation on imges
global operation on imges
- 2022-02-06 02:11:20下载
- 积分:1
-
<Visual C++数字图像与图形处理>配套光盘5
<Visual C++数字图像与图形处理>配套光盘5- matching CD 5
- 2023-07-07 03:55:04下载
- 积分:1
-
用C++和OPENCV实现的SOBEL边缘检测
用C++和OPENCV实现的SOBEL边缘检测
-C++, and OPENCV realized SOBEL edge detection
- 2022-01-26 00:51:56下载
- 积分:1
-
鼠标拖动绘制彩色曲线,测试Slider控件。使用VB右击功能。
鼠标拖动绘制彩色曲线,测试Slider控件。使用VB右击功能。-mouse drive mapping color curve, slider control tests. VB right click function.
- 2023-07-19 12:10:02下载
- 积分:1
-
我们平常玩的飞机射击类游戏,这其实很简单,在加载上图片后,实现精灵类碰撞检测,每按键一次,图片显示相应的动作,真的很简单,希望你能从这个简单的游戏获得启发...
我们平常玩的飞机射击类游戏,这其实很简单,在加载上图片后,实现精灵类碰撞检测,每按键一次,图片显示相应的动作,真的很简单,希望你能从这个简单的游戏获得启发-To play our usual type of plane shooting games, this is a very simple add-on in the picture, the type of collision detection Elven implementation, each button once, the motion picture shows, really easy, I hope you benefit from this simple game get inspired
- 2022-04-13 04:30:14下载
- 积分:1
-
有用的图像复原算法
有用的图像复原算法-useful algorithm for image restoration
- 2022-03-25 11:32:07下载
- 积分:1