-
ebcode压缩编码
ebcode压缩编码-ebcode Coding
- 2022-06-01 14:08:30下载
- 积分: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
-
基于OpenCV的SIFT代码
利用opencv编写的sift匹配程序,对于研究此算法很有帮助-sift code by opencv
- 2022-12-16 12:50:04下载
- 积分:1
-
round
这是一个里用计算机图形学画圆的C语言算法,-round
- 2023-01-23 01:50:04下载
- 积分:1
-
生成圆弧的中点算法,消去浮点改进方法,差分方法
生成圆弧的中点算法,消去浮点改进方法,差分方法-generation of the mid-point arc algorithm, improved floating-point elimination method Difference Method
- 2023-05-03 08:35:03下载
- 积分:1
-
这个程序是运用计算机图形学的消隐知识来绘制真实的三维图形...
这个程序是运用计算机图形学的消隐知识来绘制真实的三维图形-This procedure is to use computer graphics rendering of hidden knowledge to the real three-dimensional graphics
- 2022-02-03 20:24:41下载
- 积分:1
-
.net 平台下实现的图形学基本算法函数库
.net 平台下实现的图形学基本算法函数库-. net platform to achieve the basic algorithm of the graphics library
- 2022-10-16 01:15:03下载
- 积分:1
-
可以让你在短时间内学会C语言的图书馆处理
可以让你在短时间内学会C语言的图书馆处理-allows you to immediately learn the C language processing library
- 2022-05-30 05:38:33下载
- 积分:1
-
Geometric image transformation algorithm. Zip geometric image transformation alg...
图象的几何变换算法.zip
图象的几何变换算法.zip
图象的几何变换算法.zip
-Geometric image transformation algorithm. Zip geometric image transformation algorithm. Zip geometric image transformation algorithm. Zip geometric image transformation algorithm. Zip
- 2022-08-12 18:14:32下载
- 积分:1
-
fractal image processing source code
分形图像处理源代码-fractal image processing source code
- 2022-07-24 07:03:59下载
- 积分:1