-
图像区域选择
image zone selection
- 2022-03-03 03:08:26下载
- 积分:1
-
几个简单VTK入门程序样例,可以教你迅速入门
几个简单VTK入门程序样例,可以教你迅速入门-VTK few simple procedures for sample entry, you can teach you the rapid entry
- 2022-06-01 10:41:53下载
- 积分:1
-
混合高斯模型的目标差分自适应背景模型
在混合高斯背景模型基础上,通过混合高斯匹配将前后两帧分割出的运动目标作差分,差分后再次采用混合高斯匹配分辨出过去目标区和当前目标区。在背景更新的过程中,加大过去目标区的更新率,让运动目标在出现停滞状态时给背景模型带来的干扰区域得到快速恢复。试验结果表明,该方法有效地提高背景模型的鲁棒性。停滞状态时给背景模型带来的干扰区域得到快速恢复。试验结果表明,该方法有效地提高背景模型的鲁棒性。
- 2022-02-24 15:18:43下载
- 积分:1
-
通过修改颜色寄存器之值设计蓝色立体块
通过修改颜色寄存器之值设计蓝色立体块-Register by modifying color blue been calculated three-dimensional block design
- 2022-01-22 15:54:00下载
- 积分:1
-
关于中心画圆算法,通过计算x = 0到 y = 0 的1/4椭圆的范围,然后通过对称原理得到其他3/4个点的信息。(R2表示椭圆厂轴的半径)...
关于中心画圆算法,通过计算x = 0到 y = 0 的1/4椭圆的范围,然后通过对称原理得到其他3/4个点的信息。(R2表示椭圆厂轴的半径)
-Center Circle on the algorithm, by calculating the x = 0 to y = 0 1/4 of the scope of an oval, and then adopted the principle of symmetry other 3/4 point information. (R2 that elliptical plant axis radius)
- 2022-04-30 15:26:26下载
- 积分:1
-
NURBS++库
NURBS++库--Non-Uniform Rational B-Splines (NURBS) curves and surface are parametric functions which can represent any type of curves or surfaces. This C++ library hides the basic mathematics of NURBS. This allows the user to focus on the more challenging parts of their projects. The library also offers a lot of features to help generate NURBS from data points.-NURBS++ Treasury Non-Uniform Rational B-Splines (NURBS) curves and surface are parametric functions which can represent any type of curves or surfaces. This C++ Library hides the basic mathematics of NURBS. This allows the user to focus on the more challenging parts of their projects. The library also offers a lot of features to help generate NURBS from data points.
- 2022-11-25 21:40:03下载
- 积分:1
-
类型反恐的游戏引擎,绝对经典
类型反恐的游戏引擎,绝对经典-The type of counter-terrorism game engine, an absolute classic
- 2022-01-26 05:05:18下载
- 积分:1
-
增加openscenegraph参数可控制管道
增加openscenegraph参数可控制管道-Parameters can control the pipeline to increase openscenegraph
- 2023-03-03 23:00:03下载
- 积分:1
-
NURBS曲线的导数算法
nurbs curve derivative second algorithm
- 2022-10-28 00:45:04下载
- 积分: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